Skip to content

SideFx/MarkdownEditorQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownEditor (Qt) - (w) 2025 Jan Buchholz

MarkdownEditorQt is a Qt6-based application for editing and previewing Markdown documents.

  • Built on the md4c and md4c-html libraries for fast and accurate HTML generation
  • Supports embedded images in PNG, JPEG, WebP, and SVG formats
  • Fully aligned with the CommonMark standard, with highlighting emulated via HTML tags
  • Includes a live preview feature (see screenshot below)

Screenshot

Credits

Special thanks to Martin Mitáš (mity) and all contributors to the md4c library.

Updates

2025-11-29:

  • Fixed text alignment in viewer (no more occasional line breaks)
  • Performed a quick code review

2025-11-30:

  • Fixed Qt save dialog not appending the .md extension
  • Enabled strikethrough and tables in md4c
  • Hacked md4c-html.c: Replaced <del> tags with <s> tags, so that QTextBrowser finally understands strikethrough.

2025-12-02:

  • Fixed dirty flag

2025-12-13:

  • Fixed macOS issues

About

MarkdownEditorQt is a Qt6-based application for editing and previewing Markdown documents.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published