Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chqu1012/markdowneditorfx
A small markdown editor with some useful features:
https://github.com/chqu1012/markdowneditorfx
bellsoft-liberica ecore emf flexmark javafx markdown markdown-editor monaco-editor xcore xtext-grammar
Last synced: 26 days ago
JSON representation
A small markdown editor with some useful features:
- Host: GitHub
- URL: https://github.com/chqu1012/markdowneditorfx
- Owner: chqu1012
- Created: 2021-09-03T09:44:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T12:53:10.000Z (over 3 years ago)
- Last Synced: 2024-11-16T17:21:18.994Z (3 months ago)
- Topics: bellsoft-liberica, ecore, emf, flexmark, javafx, markdown, markdown-editor, monaco-editor, xcore, xtext-grammar
- Language: Java
- Homepage:
- Size: 19.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MarkdownEditorFX
![]()
A small markdown editor with some useful features:
* syntax highlighting
* workspace
* markdown preview
* Autocompletion
* templates
* pdf exportEditor features:
* Zoom in / out / reset
* Fold / unfold sections
* Upper / lower / title case letters
* Dark / light theme switch
* Show / hide map
* Show / hide line numbers
* Block comment![Application](https://github.com/chqu1012/MarkdownEditorFX/blob/main/MarkdownEditorFX/resources/01_app.png)
Parsing the markdown file to outline ast
![Outline](https://github.com/chqu1012/MarkdownEditorFX/blob/main/MarkdownEditorFX/resources/02_outline.png)
## Version
## ChangeLog
## Minimum Requirements
## Third Party APIs
* Eclipse Modelling Framework
* Eclipse Xcore
* Eclipse PDE
* JMetro
* MonacoFX
* Flexmark
* Apache Pdfbox