Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

README

        

# MarkdownEditorFX
A small markdown editor with some useful features:
* syntax highlighting
* workspace
* markdown preview
* Autocompletion
* templates
* pdf export

Editor 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