| Author | DaveJarvis <email> |
|---|---|
| Date | 2025-08-28 15:03:03 GMT-0700 |
| Commit | 6cf6db7ccd1078e0b6487f3e42ce51852c387850 |
| Parent | a44a23d |
| Delta | 63 lines added, 46 lines removed, 17-line increase |
| +# Variables | ||
| + | ||
| +Diagrams that include variables: | ||
| + | ||
| + | ||
| + | ||
| + | ||
| + | ||
| +# PDF themes | ||
| + | ||
| +In the background of the following screenshot, the editor shows a novel | ||
| +being edited: | ||
| + | ||
| + | ||
| + | ||
| +Highlighted items of note: | ||
| + | ||
| +* PDF icon in the upper-left | ||
| +* Novel metadata as integrated variables towards the top-left | ||
| +* Theme selection dialog in the upper-middle | ||
| +* Three different styles, including: | ||
| + * Boschet, based on Baskerville font, nicely styled | ||
| + * Handrit, based on Courier font, double-spaced, manuscript format | ||
| + * Tarmes, based on Times Roman font, minimal styling | ||
| +* Variations in page numbers | ||
| +* Manuscript includes word count, automatically | ||
| +* Preferences dialog in the middle | ||
| + | ||
| +# Internationalization | ||
| + | ||
| +Poem with locale settings: | ||
| + | ||
| + | ||
| + | ||
| +# Equations | ||
| + | ||
| +TeX equations with detached preview: | ||
| + | ||
| + | ||
| + | ||
| +# Dockable tabs | ||
| + | ||
| +Document outline opened and docked in bottom-left corner: | ||
| + | ||
| + | ||
| + | ||
| +# Acknowledgments | ||
| + | ||
| +Contributors and inspirations behind the application include: | ||
| + | ||
| +* Tomas Mikula: [RichTextFX](https://github.com/TomasMikula/RichTextFX), [WellBehavedFX](https://github.com/TomasMikula/WellBehavedFX), [Flowless](https://github.com/TomasMikula/Flowless), and [UndoFX](https://github.com/TomasMikula/UndoFX) | ||
| +* Jens Deters: [FontAwesomeFX](https://bitbucket.org/Jerady/fontawesomefx) | ||
| +* Dieter Holz: [PreferencesFX](https://github.com/dlsc-software-consulting-gmbh/PreferencesFX) | ||
| +* David Croft: [File Preferences](http://www.davidc.net/programming/java/java-preferences-using-file-backing-store) | ||
| +* Alex Bertram: [Renjin](https://www.renjin.org/) | ||
| +* Vladimir Schneider: [flexmark](https://github.com/vsch/flexmark-java) | ||
| +* Alberto Fernández, Shy Shalom, Kohei Taketa: [juniversalchardet](https://github.com/takscape/juniversalchardet) | ||
| +* Morten Nobel-Jørgensen: [Java Image Scaling](https://github.com/mortennobel/java-image-scaling) | ||
| + | ||
| +Original concept: | ||
| + | ||
| +* Karl Tauber: [Markdown Writer FX](https://github.com/JFormDesigner/markdown-writer-fx) | ||
| + | ||
| -# Variables | ||
| - | ||
| -Diagrams that include variables: | ||
| - | ||
| - | ||
| - | ||
| - | ||
| - | ||
| -# PDF themes | ||
| - | ||
| -In the background of the following screenshot, the editor shows a novel | ||
| -being edited: | ||
| - | ||
| - | ||
| - | ||
| -Highlighted items of note: | ||
| - | ||
| -* PDF icon in the upper-left | ||
| -* Novel metadata as integrated variables towards the top-left | ||
| -* Theme selection dialog in the upper-middle | ||
| -* Three different styles, including: | ||
| - * Boschet, based on Baskerville font, nicely styled | ||
| - * Handrit, based on Courier font, double-spaced, manuscript format | ||
| - * Tarmes, based on Times Roman font, minimal styling | ||
| -* Variations in page numbers | ||
| -* Manuscript includes word count, automatically | ||
| -* Preferences dialog in the middle | ||
| - | ||
| -# Internationalization | ||
| - | ||
| -Poem with locale settings: | ||
| - | ||
| - | ||
| - | ||
| -# Equations | ||
| - | ||
| -TeX equations with detached preview: | ||
| - | ||
| - | ||
| - | ||
| -# Dockable tabs | ||
| - | ||
| -Document outline opened and docked in bottom-left corner: | ||
| - | ||
| - | ||
| - | ||