Skip to content
Rebuilding

Mnemo is being rebuilt — downloads are paused and some screenshots are out of date.

Follow along
Browse docs

Blocks and the slash menu

Every block type, the / menu, and the markdown shortcuts that build structure as you type.

A note in Mnemo is a stack of blocks: every line has a type, and structure appears when you ask for it, either through the slash menu or by typing markdown.

The slash menu

Type / at the start of a block and keep typing to filter. The search is forgiving about case and accents, and the English names work even if the app is set to another language.

The block types

BlockWhat it is for
TextThe default paragraph.
Heading 1 to 4The skeleton of the note. Headings also feed the note's Index outline.
Bullet ListUnordered points.
Numbered ListOrdered points; the numbers renumber themselves when you move things.
To-doA checklist item with a real checkbox.
QuoteMaterial in someone else's words, so your own stay distinct.
CalloutA tinted aside for something that should stand out.
WarningThe same aside in a cautioning tone.
CodeMonospaced, with a language picker that drives syntax highlighting. Opens set to C#.
DividerA horizontal rule.
Two columnsSplits the row into two side-by-side stacks with a draggable divider.
ImageA picture with an optional caption. See Images in notes.
TableA grid of rows and columns. See Tables.
EquationA block of LaTeX math, rendered in place.
PageCreates a nested note and links to it. The row shows that note's current title, so a rename never goes stale.

Markdown shortcuts

At the start of a text block, type the marker and a space:

TypeGet
# to ####Heading 1 to 4
-, *, or +Bullet list item
1. (any number)Numbered list item
[]To-do item
>Quote
```Code block
---Divider

The list markers keep the rest of the line, so you can write the thought first and promote it to a bullet after. The others only fire on an otherwise empty line.