Context Menu

Right-click inside the editor to open actions for the current cursor position. The menu changes when your cursor is inside a callout.

  • Add link inserts [[selected text]] for internal project links.
  • Add external link inserts [Text](url).

Format

The Format submenu toggles inline wrappers around the current selection or word.

  • Bold with **text**
  • Italic with *text*
  • Strikethrough with ~~text~~
  • Highlight with ==text==
  • Inline code with `code`
  • Inline math with $E=mc^2$
  • Comments with %%hidden text%%
  • Clear formatting removes common inline wrappers from selected text.

Paragraph

  • Bullet list, numbered list, and task list convert the current line to the selected list type.
  • Heading 1 through Heading 6 add the matching number of heading markers.
  • Body removes heading markers from the current line.
  • Quote toggles the current line with the blockquote marker.

Insert

  • Table inserts a basic two-column Markdown table and places the cursor in the first cell.
  • Callout inserts a note callout, or wraps the selected text in a callout.
  • Horizontal rule inserts ---.
  • Code block inserts a fenced block.
  • Math block inserts a $$ block.
  • Foot Note is visible in the menu, but it does not insert a snippet yet.
  • New base is shown as disabled.

Callout menu

When the cursor is inside a callout, right-click to edit the callout text, change its type, choose another type from search, or remove the callout wrapper.

> [!TIP] Helpful title
> Callout content goes here.

Editing actions

Cut, copy, paste, and select all are also available from the general editor context menu.

For the full Markdown reference behind these menu actions, see Syntax. To perform the same actions from the keyboard instead of the menu, see Keyboard Shortcuts.