asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.86k stars 296 forks source link

Support .asciidoctorconfig #541

Closed bohni closed 1 year ago

bohni commented 2 years ago

AsciidocFX should support external config files like

.asciidoctorconfig

based on

https://intellij-asciidoc-plugin.ahus1.de/docs/users-guide/features/advanced/asciidoctorconfig-file.html or https://github.com/de-jcup/eclipse-asciidoctor-editor/wiki/Asciidoctor-configfiles

rahmanusta commented 1 year ago

I implemented the feature. You can test it here https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.8.4 . Please let me know if you notice any issue.