Skip to content
Varlig Guide
Varlig home

Headings and text styles

Give a note structure with headings, and make the important words stand out. Everything on this page is ordinary Markdown: type the symbols, or use the Format menu and its shortcuts. Varlig hides the symbols as you write, so the note stays easy to read.

Headings

Start a line with one to six # signs and a space, or put the cursor on the line and press ⌘1 to ⌘6. Press the same shortcut again to turn the heading back into ordinary text.

You type
# Holiday plans
## Things to pack
### Documents
Varlig shows

Holiday plans

Things to pack

Documents

The # signs stay hidden, even while you edit the line. When the cursor is in a heading, an icon in the margin shows its level; click it to change the level, fold the section, or Copy Link to here to link straight to that heading from another note. See Tags, links and backlinks.

You can also underline a line to make it a heading: === underneath makes a Heading 1, and --- makes a Heading 2.

Fold a section

Press ⌘’ with the cursor in a section to fold its body out of sight, and again to unfold it. Format › Unfold All opens every section. A list item with indented items below it folds the same way.

Folds are a way to see the shape of a long note. As soon as you type anything, every section unfolds again.

For a quick way around a long note, View › Toggle Table of Contents (⇧⌘A) lists its headings.

Bold, italic and more

Select some words and press a shortcut, or type the symbols around them. With nothing selected, a shortcut switches the style on for what you type next; press it again to switch it off.

Style Type Shortcut
Bold **bold** ⌘B
Italic _italic_ ⌘I
Underline ~underline~ ⌘U
Strikethrough ~~struck~~ ⇧⌘U
Highlight ==highlight== ⇧⌘M
Inline code `code` ⌥⌘C
You type
The ferry is **not** refundable, so _double-check_ the date.
Bring the ==blue folder== and ~sign~ the forms, but ~~print the maps~~.
Booking reference: `LX-4821`
Varlig shows

The ferry is not refundable, so double-check the date.
Bring the blue folder and sign the forms, but print the maps.
Booking reference: LX-4821

*italic* and __bold__ work too. With the cursor inside a style, its shortcut removes it.

Highlight colours

Choose Format › Highlight Color for green, red, blue, yellow or purple, or Default. In the Markdown, the colour is an emoji straight after the opening ==:

Colour Type
Green ==🟢Done==
Red ==🔴Urgent==
Blue ==🔵Idea==
Yellow ==🟡Check==
Purple ==🟣Later==

The emoji stays hidden unless the cursor is inside the highlight, where it becomes a colour control.

Quotes and callouts

Start a line with > for a quote (⇧⌘T). Press Return and the quote carries on; press Return on an empty quote line to leave it.

A callout draws attention to something. Choose Format › Callout and a type, or type > [!TIP] with an optional title after it:

You type
> [!TIP] Before you leave
> Check the passports are in the front pocket.

> [!WARNING]
> The last ferry leaves at 18:30.
Varlig shows

The type is one of NOTE, TIP, IMPORTANT, WARNING or CAUTION, in capitals. Without a title, the callout shows the type’s name. With the cursor in a callout, Format › Callout changes its type.

Separators

Format › Line Separator (⌥⌘S) draws a line between topics. To type one, put --- on its own line with an empty line above it. Without the empty line, --- turns the line above into a heading.

Footnotes

Format › Footnotes › Footnote (⇧⌘E) adds a numbered reference such as [^1] at the cursor, and a matching [^1]: footnote text line at the end of the note, ready for you to write. The reference shows as a small raised number you can click. Renumber Footnotes tidies the numbers after you’ve moved things around.

You type
The castle opens at nine.[^1]

[^1]: Closed on Mondays in winter.
Varlig shows

The castle opens at nine.1

  1. Closed on Mondays in winter.

Dates, emoji and special characters

  • Today’s date: Format › Current Date inserts the date and time (⇧⌘7), the date (⇧⌘8), a short date (⇧⌘9) or the time (⇧⌘0), in your Mac’s format. The same menu has ISO 8601 versions, such as 2026-09-16, for notes that sort by date.
  • Emoji: type a colon and the start of a word, such as :ten, and pick from the suggestions. Varlig inserts the emoji itself.
  • A symbol on its own: put a backslash before a character to stop it being formatting, so \#1 stays as text rather than becoming a tag.

Move and indent lines

Action Shortcut
Move line up ⌥⌘↑
Move line down ⌥⌘↓
Shift line left ⌥⌘←
Shift line right ⌥⌘→
Delete to line start ⌘⌫

Shifting a line moves it by two spaces, which is how lists nest. See Lists and todos.

Prefer buttons?

View › Toggle Style Bar (⇧⌘Y) shows formatting buttons above the note. And when a note is finished, Note › Make Read-Only protects it from accidental edits.