mayuso / JMarkPad

Minimalistic markdown editor with real-time preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JMarkPad

JMarkPad is a minimalistic text editor that shows a real-time preview of how your markdown text would look like on your blog, github page or your own website.

General information

Installing

To use JMarkPad you only need to download and double click on the executable:

  • Download "JMarkPad_win.jar" or "JMarkPad_linux.jar" if you already have Java installed.
  • Download "JMarkPad.zip" if you don't have Java installed.

Download the latest version here

Roadmap

We are constantly trying to improve JMarkPad, you can see the known bugs and planned enhancements on our issues list.

Development

How to build

Latest versions tested:

  1. JDK 17
  2. Apache Maven 3.8.3
  • To run JMarkPad run mvn clean javafx:run

  • To create an executable package run mvn clean compile package

    The file will be located in target/JMarkPad.jar

About

Minimalistic markdown editor with real-time preview

License:Apache License 2.0


Languages

Language:Java 96.4%Language:CSS 2.3%Language:Shell 0.8%Language:VBScript 0.5%