A PyQt6 wiki editor with true WYSIWYG editing over plain markdown files. Heavily inspired by Zim Desktop Wiki, written from the ground up — no code shared with Zim.

What it does

Any directory with .md files is a notebook. qnotebook gives you a single-surface WYSIWYG editor (one QTextEdit, no preview tab) that round-trips cleanly to CommonMark + GFM on disk.

Install

git clone https://codeberg.org/qnotebook/qnotebook
cd qnotebook
just install-deps
just run /path/to/notebook

Source: codeberg.org/qnotebook/qnotebook

Recent posts