An open API service indexing awesome lists of open source software.

https://github.com/madeindjs/jmarkdown

A Markdown editor with live HTML preview
https://github.com/madeindjs/jmarkdown

Last synced: 8 months ago
JSON representation

A Markdown editor with live HTML preview

Awesome Lists containing this project

README

          

jMarkdown
=========

A Markdown editor with live HTML preview

Description
-----------

A **Java**-based, free and open source Markdown editor with live HTML preview
(inspired from [CuteMarkEd](https://cloose.github.io/CuteMarkEd/))

![Screenshot of jMarkdown](https://raw.githubusercontent.com/madeindjs/jMarkdown/master/screenshot.png)

Run the project
---------------

Clone this repository:

git clone https://github.com/madeindjs/jMarkdown.git

Lauch from jar file:

java -jar dist/jMarkdown.jar

To Do
-----

- [ ] add Units tests
- [ ] View and export the generated HTML in multiple included styles.
- [ ] Export the document as HTML or PDF file.
- [ ] Support for highlighting syntax in code blocks.
- [ ] Spell checking as you type via use of red wavy lines under misspelled words.

License
-----------

[MIT](https://opensource.org/licenses/MIT)

Author
----------

[Rousseau Alexandre](https://github.com/madeindjs)