/AsciidocFX

Asciidoc Editor based on JavaFX 8

Primary LanguageJavaScriptApache License 2.0Apache-2.0

AsciidocFX

Asciidoc Editor based on JavaFX 8

AsciidocFX is editor for Asciidoc Markup Language.

It is a basic editor that reflects any changes in editor to Preview Pane immediately.

FullScreen Support

Closable Preview Pane

External Browser Support

Open http://localhost:8080/ and see changes on your favorite Browser.

How to Build

  1. Install JDK 8 and set JAVA_HOME properly
  2. Enter AsciidocFX directory and run
    • $ mvn clean install
  3. Follow to target directory and run
    • $ java -jar AsciidocFX.jar
  4. If you want to build native installer (RPM,DKG,DEB,EXE,MSI)
    • Run $ mvn jfx:native

If you want not to build AsciidocFX, download the Jar with this Link