Each non-empty line becomes a new item.
Paste rows copied from Excel, Google Sheets, or a CSV. Tabs or commas separate columns; the first row is used as headers when it looks like one. This replaces the current table.
Open several items side by side. Pick a layout, then click any tab — or switch category and type in the sidebar — to fill the highlighted pane. Every pane is fully editable and saves on its own.
Type the diagram as text — the layout is drawn for you. The first node listed is the start.
Id[Title] | a box; Id is any word, Title is the label |
Id[Title] :: note | add a grey description subtitle after :: |
Id[Title] #f59e0b | colour the box (end the line with #rrggbb) |
Id["a [b] c"] | quote the title if it contains brackets or :: |
[ ] | rectangle | ( ) | rounded |
{ } | diamond (decision) | ([ ]) | terminal / end |
(( )) | ellipse | [/ /] | parallelogram |
{{ }} | hexagon |
A > B | arrow from A to B |
A >|yes| B | labelled arrow |
A .> B | dashed arrow |
A > B #f59e0b | colour the connector |
A > B %% note | pin a comment on the connector |
A > * | open end (an unconnected arrow stub) |
Two arrows into the same node make a join; an arrow back to an earlier node makes a loop. A referenced node you didn't declare is created as a plain box. -> and Mermaid's --> / -.-> also work.
flowchart
Start(Start)
Action{Action?} :: What is the admin doing
Purge[Purge chunks] :: Old vectors cleared
Start > Action
Action >|Replace| Purge
Action .>|Delete| Done([Done])
Purge > Store[Store PDF]
Each link is a secret URL. Anyone who opens it (or has a script curl it) sends a push alert to your devices. Add an optional ?title= & ?body= to set the message. Delete a link to revoke it.
+ at the top of the sidebar._archived/ and removes the category. Italic + dim while pending.+ next to the rightmost tab.× on the tab, or right-click → Delete.× badge on each tile. Click Done to leave edit mode.| Ctrl+F | Find |
| Ctrl+H | Find & replace |
| Ctrl+G / Shift+Ctrl+G | Next / previous match |
| Ctrl+D | Select next occurrence of current word |
| Ctrl+Z / Ctrl+Y | Undo / redo |
| Ctrl+Alt+↑ / ↓ | Add cursor above / below |
| Ctrl+Click | Drop additional cursor at point |
| Alt+Shift+Drag | Rectangular block selection |
| Tab / Shift+Tab | Indent / outdent selection |
| Ctrl+Home / Ctrl+End | Jump to top / bottom |
Plus auto-close brackets, bracket matching, line numbers, active-line highlight, selection-match highlighting.
Reference: codemirror.net/docs
/mnt/x/Backup/CloudNotes/, mirrored with deletion._archived/<Name>-<date>.zip on the next run, then permanently removed from the live database.