AsciidocFX icon indicating copy to clipboard operation
AsciidocFX copied to clipboard

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)

Results 171 AsciidocFX issues
Sort by recently updated
recently updated
newest added

When editing following code, the outline view shows the entry `H4 - Test 7` in the same level as `H3 - Test 4` instead of showing is at a child...

ERROR => java.lang.reflect.InvocationTargetException java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1774) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74) at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49) at javafx.event.Event.fireEvent(Event.java:198) at javafx.scene.control.MenuItem.fire(MenuItem.java:462) at com.sun.javafx.scene.control.skin.ContextMenuContent$MenuItemContainer.doSelect(ContextMenuContent.java:1405) at...

Hi,is there any plan to support this?

When creating an instance of the sample book, one has to choose the directoy to store it. If the chosen path contains a '+' sign, creation is working well, but...

This is my master.adoc file contents ``` = Buku Saku Android :author: Bagus Aji Santoso :email: [email protected] :revnumber: 0.0.1 :revdate: 18 Desember 2018 :doctype: book :toc: :icons: font :data-uri: :lang:...

AsciidocFX uses PlantUML 1.2018.6, where the latest is PlantUML 1.2018.11

On initial run, the application launches into a normal window container with the typical title bar and associated buttons (minimize, maximize, close). Something happens during the application shutdown phase that...

Good evening This is a strange issue because I guess it usually is handled by the keyboard driver and not by the editor: #### If we enter a dead key...

I use AsciidocFX 1.5.9 and I don't understand why it fails to generate a toc when generating pdf file from the following dummy .adoc. : ` :toc: = Titre 1...

http://asciidocfx.com/#trueinstall-on-linux states that you need to cd into a `bin` directory and then run `./AsciidocFX.sh`, but if you download the tarball then there's no bin directory and the top level...