Editor

Nover supports Markdown for formatting text in your notes, allowing you to add style and structure with simple punctuation marks. For instance, to make a word bold, surround it with double asterisks: **bold**. You can also apply basic styling with a toolbar menu, which will pop up after you highlight a text, or use the slash menu by typing /

Supported formatting

Here’s an overview of all styles you can apply alongside markdown syntax and the keyboard shortcuts

Large heading
  • # then
    space
  • shift1
Medium heading
  • ## then
    space
  • shift2
  • Bulleted list
  • ...
  • ...
  • -, * or + then
    space
  • shift4
  1. Numbered list
  2. ...
  3. ...
  • 1. then
    space
  • shift5
  • Todo list
  • ...
  • ...
  • [] then
    space
  • [x] will create a checked todo
  • shift6
  • enter
    will check/uncheck todo

Quote

  • > then
    space
  • shift7
Code block
  • ``` or ```js (to specify language) then
    space
  • shift8
Small text
  • shift9

Regular text

  • shift0
Bold
  • **text** or __text__
  • b
Italic
  • *text* or _text_
  • i
Strikethrough
  • ~~text~~
  • s
Code
  • `text`
  • e
Highlight text
  • ==text==
  • shifth
  • Hold
    Cmdshift
    and press
    h
    to cycle through highlight colors

Gray text

  • shiftb
  • [Link](https://example.com)
  • k
    to insert a link
  • click
    to edit a link
  • Links are applied automatically while you type or when pasted

Divider:


  • ---
  • Cmdshiftd

Helpful commands

  • z
    /
    y
    to undo/redo typing
  • /
    to toggle between small text, regular text, and headings
  • tab
    /
    shiftTab
    to increase/decrease indentation of lists. On mobile devices, you can swipe left or right on a list item

Read more in Keyboard shortcuts

Smart typography

Nover will automatically transform common text patterns while you type:

Symbols and arrows:

  • -- → emdash
  • <- → left arrow
  • -> → right arrow

Quotes:

  • " → double typographic quotes
  • ' → single typographic quotes
  • << → left guillemets «
  • >> → left guillemets »

Trademarks and signs:

  • (c) → copyright ©
  • (r) → registered trademark ®
  • (tm) → trademark
  • (sm) → service mark

Fractions and math:

  • 1/2 → one half ½
  • 1/4 → one quarter ¼
  • 3/4 → three quarters ¾
  • +/- → plus/minus ±
  • != → not equal
  • 2*3 or 2x3 → multiplication 2×3
  • ^2 → superscript two ²
  • ^3 → superscript three ³

Smart wrapping

Quickly wrap your text with symbols and formatting marks. Just select any text and press a symbol key — Nover will automatically wrap your selection with matching pairs. For example:

  • Selecting a text and pressing ( results in (text)
  • Selecting a text and pressing * results in *text*

Supported symbols:

  • Quotes: ', ", «
  • Brackets: (, [, {, <
  • Markdown: `, *, _, ~, =