All Projects → JFormDesigner → Markdown Writer Fx

JFormDesigner / Markdown Writer Fx

Licence: bsd-2-clause
Markdown Writer FX

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Markdown Writer Fx

Markdown It
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
Stars: ✭ 12,638 (+3812.69%)
Mutual labels:  markdown, commonmark
Tui.editor
🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
Stars: ✭ 14,016 (+4239.32%)
Mutual labels:  markdown, commonmark
Commonmark
Create, parse, and render Markdown text according to the CommonMark specification
Stars: ✭ 147 (-54.49%)
Mutual labels:  markdown, commonmark
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+509.91%)
Mutual labels:  markdown, commonmark
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+745.2%)
Mutual labels:  markdown, commonmark
Down
Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Stars: ✭ 1,895 (+486.69%)
Mutual labels:  markdown, commonmark
Markdown
CommonMark-compliant markdown parser and renderer in Go. This repository has moved to https://gitlab.com/golang-commonmark/markdown
Stars: ✭ 180 (-44.27%)
Mutual labels:  markdown, commonmark
Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (+417.96%)
Mutual labels:  markdown, commonmark
Lute
🎼 一款结构化的 Markdown 引擎,支持 Go 和 JavaScript。
Stars: ✭ 211 (-34.67%)
Mutual labels:  markdown, commonmark
Markdownui
Render Markdown text in SwiftUI
Stars: ✭ 207 (-35.91%)
Mutual labels:  markdown, commonmark
Mdme
Self-rendering Markdown content
Stars: ✭ 140 (-56.66%)
Mutual labels:  markdown, commonmark
Lute
🎼 一款对中文语境优化的 Markdown 引擎,支持 Go 和 JavaScript。A structured Markdown engine that supports Go and JavaScript.
Stars: ✭ 222 (-31.27%)
Mutual labels:  markdown, commonmark
Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+3534.98%)
Mutual labels:  markdown, commonmark
Vditor
♏ 一款浏览器端的 Markdown 编辑器。
Stars: ✭ 1,742 (+439.32%)
Mutual labels:  markdown, commonmark
Commonmark Java
Java library for parsing and rendering CommonMark (Markdown)
Stars: ✭ 1,675 (+418.58%)
Mutual labels:  markdown, commonmark
Commonmark
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
Stars: ✭ 2,128 (+558.82%)
Mutual labels:  markdown, commonmark
Elm Markdown
Pure Elm markdown parsing and rendering
Stars: ✭ 96 (-70.28%)
Mutual labels:  markdown, commonmark
Goldmark
🏆 A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
Stars: ✭ 1,813 (+461.3%)
Mutual labels:  markdown, commonmark
Vditor
♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
Stars: ✭ 3,773 (+1068.11%)
Mutual labels:  markdown, commonmark
Markdownlint
A Node.js style checker and lint tool for Markdown/CommonMark files.
Stars: ✭ 2,828 (+775.54%)
Mutual labels:  markdown, commonmark

Markdown Writer FX

Markdown Writer FX

An open source Markdown editor written in JavaFX 8.

Markdown Writer FX Screenshot

For Markdown rendering it uses commonmark-java or flexmark-java, two Java implementations of the CommonMark specification.

Features

  • Syntax highlighting in editor
  • Keyboard shortcuts to insert Markdown (Bold, Italic, Code, Links, Images, Header, Lists, ...)
  • Auto-indent lists
  • Search and replace
  • Project manager
  • HTML preview
  • HTML source preview
  • Markdown AST view
  • Multi-platform: Windows, Mac, Linux, ...

Requirements

Java 8 is required to run current releases. Java 9, 10 and 11 currently only supported for building.

Installation

Download markdown-writer-fx-0.12.zip and extract it to any folder.

Run:

  • for Windows, bin/markdown-writer-fx.bat to start Markdown Writer FX
  • and for Unix systems ./bin/markdown-writer-fx.sh to start Markdown Writer FX

from the project folder.

Building

Prerequisites are git and Java 8 in order to build Markdown Writer FX form sources.

  • get the source, e.g. by cloning the official repo with: git clone https://github.com/JFormDesigner/markdown-writer-fx.git
  • run ./gradlew assembleDist to create the distribution in the $project/build/distributions/ folder.

Changes

See Change Log

Credits

License

Markdown Writer FX is open source licensed under the BSD 2-Clause License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].