File formats, highlighting, themes and tools attach on top of the core through an API in plain C ABI. Build 0.4.3 ships eight plugins — they double as the reference for your own.
The base text format: gigabyte files, modes, encodings.
Markdown preview with Mermaid diagrams in the embedded web engine.
CSV and TSV table mode: rainbow columns, pinned header, large line numbers.
JSON highlighting and structure.
tree-sitter highlighting and smart indentation for C and C++.
Language intelligence over LSP: C/C++ diagnostics, Unreal Engine project support.
Project-wide search with results grouped by file.
Change markers, Source Control, per-hunk staging, diff and inline peek (libgit2).
clickable plugin pages will arrive with the catalogue — this is the list from build 0.4.3
management
your own plugin
The boundary between core and plugin is described in terms of C ABI. A boring decision with large consequences: an extension built by a different compiler, or written in a different language, keeps working.
planned, not now
A plugin store, licensing for third-party extensions and a WASM sandbox for foreign code are plans for after the public release. There are no dates and no prices. For now plugins are installed by hand, and you should only trust the ones whose source you have read.