AngryFender / Remini

Lightweight real-time Markdown Renderer in Qt Widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow C++ Qt 6 CMake

reminiicon Remini

Remini is an ongoing attempt to create a simple, lightweight real-time Markdown Renderer in Qt Widgets. The primary goal of this app is note taking for programming purposes. Reading and understanding codes and cli-commands are made easy using QSyntaxHighlighter and custom Markdown Renderer. Taking notes and editing are made easy by the real-time cursor detection which either shows the Markdown symbols per line when editing and hides the symbols in other lines.

Remini-Demo.mp4

Features

  • Lexer from scratch
  • Markdown formatting
  • Syntax highlighting
  • Undo/Redo support
  • Fonts Options
  • Search text/files/folder features
  • Windows-level keyboard shortcuts
  • Themes, color schemes
  • Tables, Images, ~~emoji libr

remini3

About

Lightweight real-time Markdown Renderer in Qt Widgets

License:GNU General Public License v3.0


Languages

Language:C++ 93.8%Language:C 5.1%Language:CMake 1.1%