An open source Markdown editor written in JavaFX.
For Markdown rendering it uses commonmark-java or flexmark-java, two Java implementations of the CommonMark specification.
See "Assets" in releases section.
See Change Log
Gradle can be used to build Markdown Writer FX from source code. Java 19 is required to run Gradle (and Markdown Writer FX).
The Gradle task assembleDist
builds a distribution for the current platform
(uses jpackage
) and requires that Gradle is running on a JDK that includes
JavaFX. E.g. BellSoft Liberica JDK (package 'Full JDK') or Azul Zulu JDK
(package 'JDK FX').
Markdown Writer FX is open source licensed under the BSD 2-Clause License