# markdown-writer-fx **Repository Path**: zoleet/markdown-writer-fx ## Basic Information - **Project Name**: markdown-writer-fx - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: github-renderer - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-09 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Markdown Writer FX](images/markdownwriterfx.png) Markdown Writer FX ================== An open source [Markdown] editor written in JavaFX 8. ![Markdown Writer FX Screenshot](images/screenshot.png) For Markdown rendering it uses [commonmark-java] or [flexmark-java], two Java implementations of the [CommonMark] specification. Features -------- * Syntax highlighting in editor * Keyboard shortcuts to insert Markdown (Bold, Italic, Code, Links, Images, Header, Lists, ...) * Auto-indent lists * search and replace * HTML preview * HTML source preview * Markdown AST view * Multi-platform: Windows, Mac, Linux, ... TODO ---- * auto-complete * more options * directory tree view * spell checker * TBD Requirements ------------ Java 8u40 or later is required. Installation ------------ Download [markdown-writer-fx-0.6.zip](https://github.com/JFormDesigner/markdown-writer-fx/releases/download/0.6/markdown-writer-fx-0.6.zip) and extract it to any folder. Double-click `markdown-writer-fx.jar` to start *Markdown Writer FX*. If this does not work, try following command in a terminal window: ``` java -jar markdown-writer-fx.jar ``` Changes ------- See [Change Log](CHANGES.md) Credits ------- * Tomas Mikula for [RichTextFX], [ReactFX], [WellBehavedFX], [Flowless] and [UndoFX] * Mikael Grev for [MigLayout] and Tom Eugelink for MigPane * Vladimir Schneider for [flexmark-java] Markdown parser * Atlassian for [commonmark-java] Markdown parser * Jens Deters for [FontAwesomeFX] * The [ControlsFX] project * Matthieu Brouillard for [CSSFX] * Lea Verou, Golmote & more for [Prism] License ------- *Markdown Writer FX* is open source licensed under the [BSD 2-Clause License](LICENSE) [Markdown]: http://daringfireball.net/projects/markdown/ [CommonMark]: http://commonmark.org/ [commonmark-java]: https://github.com/atlassian/commonmark-java [flexmark-java]: https://github.com/vsch/flexmark-java [Markdown Extra]: https://michelf.ca/projects/php-markdown/extra/ [MultiMarkdown]: http://fletcherpenney.net/multimarkdown/ [Github-flavoured-Markdown]: https://help.github.com/articles/github-flavored-markdown/ [MigLayout]: https://github.com/mikaelgrev/miglayout [RichTextFX]: https://github.com/TomasMikula/RichTextFX [ReactFX]: https://github.com/TomasMikula/ReactFX [WellBehavedFX]: https://github.com/TomasMikula/WellBehavedFX [Flowless]: https://github.com/TomasMikula/Flowless [UndoFX]: https://github.com/TomasMikula/UndoFX [FontAwesomeFX]: https://bitbucket.org/Jerady/fontawesomefx [ControlsFX]: http://fxexperience.com/controlsfx/ [CSSFX]: https://github.com/McFoggy/cssfx [Prism]: https://github.com/PrismJS/prism