Using ReticulOS

The Cell Editor

Click the content of any text cell in Reticulum to open the editor overlay — a clean, distraction-free space where a quick capture grows into a structured note.

Basics

ElementBehavior
Title fieldEdit the cell's title at the top; press Enter to jump into the body
BodyA rich text area — type freely, structure with slash commands
AutosaveThe cell saves automatically 700 ms after you stop typing; "saving… → saved" shows in the header
CloseEsc, the button, or a click outside — all trigger an immediate final save

Only text and rich cells open in the editor. Link and image cells are managed from their cards.

Slash commands

Type / anywhere in the body to open the block picker, and keep typing to filter (/he finds the headings, /task finds the checklist). Navigate with / , insert with Enter, dismiss with Esc.

CommandAlso matchesInserts
/textparagraph, plainNormal paragraph
/h1heading, titleHeading 1
/h2subtitleHeading 2
/h3Heading 3
/bulletlist, ulBullet list
/numberedol, orderedNumbered list
/todochecklist, checkbox, taskChecklist
/quoteblockquoteBlock quote
/codesnippet, preCode block
/dividerrule, separator, hrHorizontal rule

The formatting toolbar

Select any text in the body to reveal the floating toolbar:

ButtonShortcutEffect
BCtrl+BBold
ICtrl+IItalic
UCtrl+UUnderline
SStrikethrough
<>Inline code

Checklists

  • Click the checkbox area (far left of a checklist item) to toggle it checked or unchecked.
  • Pressing Enter at the end of an item starts a new, unchecked one.

Links

Links inside the editor aren't clickable by default — that would make it impossible to place your cursor in them. Hold Ctrl and click a link to open it in your browser.

Paste behavior

The editor keeps your cells clean:

  • Text or webpage content → inserted as plain text. Foreign HTML formatting is stripped so your note stays portable and tidy.
  • Images → not inserted. Images live as their own cells; a toast reminds you to close the editor and paste in the main canvas instead.

How content is stored

Cells you never format stay plain text. The moment a cell contains any structure — a heading, a list, bold text — it's stored as RetMD, a portable Markdown subset, and its card shows the RICH badge. See Formatting (RetMD) for the full syntax reference.