Home

Awesome

Markdown Writer FX

Markdown Writer FX

An open source Markdown editor written in JavaFX.

Markdown Writer FX Screenshot

For Markdown rendering it uses commonmark-java or flexmark-java, two Java implementations of the CommonMark specification.

Features

Download

See "Assets" in releases section.

Changes

See Change Log

Building

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').

Credits

License

Markdown Writer FX is open source licensed under the BSD 2-Clause License