Note editor

Written By Julien Quintard

Last updated 27 days ago

In Routine, objects can have one or more Notes properties.

Such notes are ideal to enrich data with non-structured information e.g rich text.

A note is composed of a series of blocks representing text, image, lists of bullet points etc.

๐Ÿ‘จโ€๐Ÿ’ป / Command

Hitting / at the beginning of a line lists all the available blocks.

Do not hesitate to use it to discover the blocks available and create whatever content you need.

๐Ÿงฑ Blocks

Create blocks

Below are listed the blocks supported in Routine along with the associated / command and possible shortcuts.

  • Text

  • Lists

    • Bullet lists: * or - followed by a โŽต (SPACE)

    • Ordered lists: 0., 1., 2. etc. followed by a โŽต

    • Check: () followed by a โŽต

  • Headings: #, ##, ### followed by a โŽต

  • Quote: | followed by a โŽต

  • Divider: ---

  • etc.

โšก The shortcuts are particularly powerful for creating objects very quickly. We recommend you learn to use them, see Keyboard shortcuts.

Select blocks

A single block can be selected by clicking the โ‹ฎโ‹ฎ next to the block. Then, multiple blocks can be selected through the use of โ‡ง โ†‘ or โ‡ง โ†“ (SHIFT+โ†‘โ†“).

Alternatively, drawing a rectangular area over blocks allow to quickly select multiple blocks.

Move blocks

Every block selection (single or multiple) can be re-positioned in the notes by drag & dropping the โ‹ฎโ‹ฎ handle on the left-hand side.

Copy, cut & paste blocks

Copying blocks is straightforward, just select one or more blocks and hit โŒ˜/^ C as you would do with regular text. The equivalent is true for cutting with โŒ˜/^ X.

Those blocks can then be pasted somewhere else within Routine (โŒ˜/^ V) or in the text editor of another application.

Delete blocks

To delete blocks, first select one or more blocks, then simply press the โŒซ (BACKSPACE or DELETE) key.

๐ŸŽ“ Headings

Create headings

Headings can be created through the / menu or through the # , ## and ### shortcuts.

Expand/retract sections

Every section (H1/H2/H3) can be retracted and expanded to hide/show its content.

Simply click the arrow on the left-hand side of the section title and every children block will be hidden/shown.

๐ŸŽจ Formatting

Routine supports common Markdown formatting like bold, italic, underlined, stricken-through and more.

  • Bold: double stars

  • Italic: single star

  • Stricken-through: double tildes

  • Underlined: single underscore

  • Code: single backquote

  • Links: square brackets (with optional link between parentheses)

If you are not as comfortable with Markdown, you can select some text and use the menu to format it

๐Ÿ”— Links

In addition to explicitly formatting a link in Markdown, Routine also automatically detects links in text to make it ever easier.

As such, if you were to write routine.co anywhere, the text would be automatically transformed into a routine.co link.

Links can be opened by holding the โŒ˜/^ key and clicking on the link i.e โŒ˜/^ CLICK (CMD/CTRL+CLICK).