Skip to content

kiidness/Markdown-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Editor

An open source markdown editor written in JavaFX.

Markdown Editor screenshot

Features

  • Create or edit markdown and html files
  • Html preview
  • Style selection (CSS)
  • Pdf and Html export
  • Syntax highlighting

Dependencies

This project is using RichTextFX

Pdf and HTML icons made by Smashicons from FlatIcon

Based on Github flavored markdown

Architecture

Markdown Editor is made with MVVM pattern. It separate clearly JavaFX view and Java back-end, allowing you to use the Model for view made with another technology (for example Swing or else).

Download

Java 10 is required to run the current release

JAR and EXE available here

Releases

License

Licensed under MIT License.