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
- Host: GitHub
- URL: https://github.com/madeindjs/jmarkdown
- Owner: madeindjs
- License: mit
- Created: 2016-11-09T15:05:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T07:45:59.000Z (over 9 years ago)
- Last Synced: 2025-04-09T01:36:59.786Z (about 1 year ago)
- Language: Java
- Size: 317 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/))

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)