Modular Text Editor¶
A fast, modular text editor built on Qt 6 and Scintilla. Almost every feature is an independent, swappable component or plugin, so the editor stays lean while remaining deeply extensible.
This site has three parts:
-
:material-book-open-variant: User Guide
How to use the editor and its features — split view, file comparison, minimap, document statistics, and the Preferences dialog.
-
:material-puzzle: Plugins
What each first-party plugin does and how to enable or disable it.
-
:material-code-braces: Develop
For power users and contributors: the plugin architecture and an in-depth reference for the
PluginApi.
New here?¶
Start with Getting started for a tour of the interface, then dip into the feature pages for the parts you use most.
Want to extend the editor? Jump to Writing a plugin.