Editor
@altweb/editor is the visual way to make capsules: a Notion-style WYSIWYG
editor built on Novel (which builds on
Tiptap). You write in a clean block editor instead of raw markdown, then
export the result as a capsule in one step.
What it does
Section titled “What it does”- Write visually — headings, lists, quotes, code blocks and the other standard blocks, in a slash-command editor surface.
- Export a capsule — the document compiles through the same
@altweb/corepipeline as the CLI, and ships as:- a downloadable
.altweb.htmlfile, - a shareable URL with the content in the
#hashfragment, or - a QR code for moving a capsule to another device without any network hop.
- a downloadable
The engine underneath is identical to the CLI’s — same envelope, same
compression, same cryptography — so capsules made in the editor verify with
altweb verify and load through altweb-context like any other.
Status
Section titled “Status”The editor is included in the repository and under active development. The
headless engine (@altweb/core), the CLI, and the MCP loader are the stable
surface today; expect the editor’s UI to evolve faster than the rest.
For scripted or agent-driven workflows, the CLI remains the recommended path.