{"id":18246995,"url":"https://github.com/jformdesigner/markdown-writer-fx","last_synced_at":"2025-04-05T04:14:52.518Z","repository":{"id":45307644,"uuid":"41301507","full_name":"JFormDesigner/markdown-writer-fx","owner":"JFormDesigner","description":"Markdown Writer FX","archived":false,"fork":false,"pushed_at":"2024-01-18T11:31:52.000Z","size":4709,"stargazers_count":439,"open_issues_count":13,"forks_count":81,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-03-29T03:11:22.944Z","etag":null,"topics":["commonmark","markdown","richtextfx"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JFormDesigner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-24T12:22:59.000Z","updated_at":"2025-03-05T03:22:14.000Z","dependencies_parsed_at":"2024-11-05T09:30:18.563Z","dependency_job_id":"c7d2ff81-705b-4be1-b69d-ebebb069b56e","html_url":"https://github.com/JFormDesigner/markdown-writer-fx","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JFormDesigner%2Fmarkdown-writer-fx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JFormDesigner%2Fmarkdown-writer-fx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JFormDesigner%2Fmarkdown-writer-fx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JFormDesigner%2Fmarkdown-writer-fx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JFormDesigner","download_url":"https://codeload.github.com/JFormDesigner/markdown-writer-fx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284954,"owners_count":20913704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commonmark","markdown","richtextfx"],"created_at":"2024-11-05T09:28:26.757Z","updated_at":"2025-04-05T04:14:52.486Z","avatar_url":"https://github.com/JFormDesigner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Markdown Writer FX](images/markdown-writer-fx-64.png)\n\nMarkdown Writer FX\n==================\n\nAn open source [Markdown] editor written in JavaFX.\n\n![Markdown Writer FX Screenshot](images/screenshot.png)\n\nFor Markdown rendering it uses [commonmark-java] or [flexmark-java],\ntwo Java implementations of the [CommonMark] specification.\n\nFeatures\n--------\n\n  * Syntax highlighting in editor\n  * Keyboard shortcuts to insert Markdown (Bold, Italic, Code, Links, Images, Header, Lists, ...)\n  * Auto-indent lists\n  * Search and replace\n  * Spell and grammar checking with [LanguageTool](https://languagetool.org/)\n    for more than 30 languages and dialects.\n  * Project manager\n  * HTML preview\n  * HTML source preview\n  * Markdown AST view\n  * Multi-platform: Windows, Mac and Linux\n\nDownload\n--------\n\nSee \"Assets\" in\n[releases section](https://github.com/JFormDesigner/markdown-writer-fx/releases).\n\n\nChanges\n-------\n\nSee [Change Log](CHANGES.md)\n\n\nBuilding\n--------\n\n[Gradle](https://gradle.org) can be used to build Markdown Writer FX from source\ncode. **Java 19** is required to run Gradle (and Markdown Writer FX).\n\nThe Gradle task `assembleDist` builds a distribution for the current platform\n(uses `jpackage`) and requires that Gradle is running on a JDK that includes\nJavaFX. E.g. BellSoft Liberica JDK (package 'Full JDK') or Azul Zulu JDK\n(package 'JDK FX').\n\n\nCredits\n-------\n\n  * Tomas Mikula for [RichTextFX], [ReactFX], [WellBehavedFX], [Flowless] and [UndoFX]\n  * Mikael Grev for [MigLayout] and Tom Eugelink for MigPane\n  * Vladimir Schneider for [flexmark-java] Markdown parser\n  * Atlassian for [commonmark-java] Markdown parser\n  * Jens Deters for [FontAwesomeFX]\n  * The [ControlsFX] project\n  * Matthieu Brouillard for [CSSFX]\n  * Lea Verou, Golmote \u0026 more for [Prism]\n\nLicense\n-------\n\n*Markdown Writer FX* is open source licensed under the [BSD 2-Clause License](LICENSE)\n\n   [Markdown]: http://daringfireball.net/projects/markdown/\n   [CommonMark]: http://commonmark.org/\n   [commonmark-java]: https://github.com/atlassian/commonmark-java\n   [flexmark-java]: https://github.com/vsch/flexmark-java\n   [Markdown Extra]: https://michelf.ca/projects/php-markdown/extra/\n   [MultiMarkdown]: http://fletcherpenney.net/multimarkdown/\n   [Github-flavoured-Markdown]: https://help.github.com/articles/github-flavored-markdown/\n   [MigLayout]: https://github.com/mikaelgrev/miglayout\n   [RichTextFX]: https://github.com/TomasMikula/RichTextFX\n   [ReactFX]: https://github.com/TomasMikula/ReactFX\n   [WellBehavedFX]: https://github.com/TomasMikula/WellBehavedFX\n   [Flowless]: https://github.com/TomasMikula/Flowless\n   [UndoFX]: https://github.com/TomasMikula/UndoFX\n   [FontAwesomeFX]: https://bitbucket.org/Jerady/fontawesomefx\n   [ControlsFX]: http://fxexperience.com/controlsfx/\n   [CSSFX]: https://github.com/McFoggy/cssfx\n   [Prism]: https://github.com/PrismJS/prism\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjformdesigner%2Fmarkdown-writer-fx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjformdesigner%2Fmarkdown-writer-fx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjformdesigner%2Fmarkdown-writer-fx/lists"}