TheThe0.5.0
The/Formats

A table stays a table, a book stays a book.

Every format is a plugin on top of the core, not an “open as text”. So CSV appears as a table with a pinned header, EPUB as a laid-out sheet with contents, and Markdown with its diagrams rendered.

01 · csv · tsv

Data reads as columns, not as a string of characters.

  • Rainbow columns, header pinned while scrolling.
  • Large line numbers — helpful on multi-million-row tables.
  • The same large-file engine: mmap and a background index.
How this works on gigabytes

02 · markdown

A preview with diagrams, not just headings.

Markdown is rendered in the embedded web engine, Mermaid diagrams included — the diagram from a text block appears next to its source.

markdown · mermaid · embedded web engine

Sourcemd
Previewmermaid

03 · epub · fb2 · rtf

WYSIWYG mode: a centred sheet and contents.

  • A book opens as a book: sheet in the centre, serif typography, zoom.
  • Table of contents on the left, navigation by chapter.
  • RTF in the same mode — as a document, not as markup.

04 · rich text and export

A document can be made, not only read.

Formatted text is authored right in the editor: headings, lists, alignment, links, images. Then export to PDF or save to EPUB, FB2, RTF.

Bookepub · fb2
PDFexport
Document with a diagrammd + mermaid
Parsed logcsv · tsv

05 · pdf and images

PDF — for reading, with a text layer.

PDF viewing with page thumbnails and text-layer extraction: the text can be selected and searched. Images open in the built-in viewer and SVG renders correctly.

limits, honestly

PDF editing is not supported: PDF is read and exported to, but not modified.

matrix

What you can do with each format.

FormatReading and viewingCreating and writing
txt and logsYes, gigabyte files included (mmap, modes)Yes
csv · tsvTable mode: rainbow columns, pinned headerYes, as text
mdPreview with Mermaid diagramsYes
c · cpp · go · js · pytree-sitter highlighting; clangd diagnostics for C/C++Yes
epubWYSIWYG: sheet, contents, typography, zoomSaved from rich text
fb2WYSIWYGSaved from rich text
rtfWYSIWYGSaved from rich text
pdfViewing, thumbnails, text layerExport only
svg · raster imagesBuilt-in viewerNo

each row is a separate plugin on top of the core; the list of plugins is on the Plugins page

Open your format.