Mar 27, 2026
Inline Shortcuts
Text options
| Type | Shortcut | Alternative | Example |
|---|---|---|---|
| Bold | __ | ** | e.g.: __EXAMPLE__ / **EXAMPLE** |
| Italic | _ | * | e.g.: _EXAMPLE_ / *EXAMPLE* |
| Placeholder | [[]] | e.g.: [[EXAMPLE]] | |
| Strikethrough | ~ | e.g.: ~EXAMPLE~ |
Headers & Breaks
| Type | Shortcut | Alternative | Alternative | Info |
|---|---|---|---|---|
| H1 | # | |||
| H2 | ## | |||
| H3 | ### | |||
| H4 | #### | |||
| H5 | ##### | |||
| H6 | ###### | |||
| Horizontal rule | --- | ___\s | ***\s | where "\s" -> whitespace |
List & Tables
| Type | Shortcut | Info |
|---|---|---|
| Unordered list | -\s | where "\s" -> whitespace |
| Ordered list | 1.\s | where "\s" -> whitespace |
| Checkboxes | []\s | where "\s" -> whitespace |
LOGS Content
| Type | Shortcut | Example |
|---|---|---|
| Dataset | @dataset: | e.g.: @dataset:DATASET_XYZ |
| Entry | @entry: | e.g.: @entry:ENTRY_XYZ |
| Experiment | @experiment: | e.g.: @experiment:EXPERIMENT_XYZ |
| Inventory | @inventory: | e.g.: @inventory:INVENTORY_XYZ |
| Notebook | @notebook: | e.g.: @notebook:NOTEBOOK_XYZ |
| Person | @person: | e.g.: @person:PERSON_XYZ |
| Project | @project: | e.g.: @project:PROJECT_XYZ |
| Sample | @sample: | e.g.: @sample:SAMPLE_XYZ |
Formatted blocks
| Type | Shortcut | Info |
|---|---|---|
| Quote | >\s | where "\s" -> whitespace |
| Info | :::info\s | where "\s" -> whitespace |
| Warning | :::warning\s | where "\s" -> whitespace |
| Error | :::error\s | where "\s" -> whitespace |
| Success | :::success\s | where "\s" -> whitespace |
Links
| Type | Shortcut |
|---|---|
| Link | www.*.any |
Keyboard Shortcuts
History
| Type | Shortcut |
|---|---|
| Undo | CTRL + z |
| Redo | CTRL + ALT + z |
Text handling
| Type | Shortcut |
|---|---|
| Cut | CTRL + x |
| Copy | CTRL + c |
| Paste | CTRL + v |
| Paste plain | CTRL + SHIFT + v |
| Select all | CTRL + a |
Text options
| Type | Shortcut | Alternative |
|---|---|---|
| Bold | CTRL + b | |
| Italic | CTRL + i | |
| Underline | CTRL + u | |
| Strikethrough | CTRL + d | |
| Superscript | CTRL + . | |
| Subscript | CTRL + , | |
| Code | CTRL + ö | CTRL + SHIFT + ` |
| Indent | TAB | |
| Dedent | SHIFT + TAB |
Headers
| Type | Shortcut |
|---|---|
| H1 | CTRL + SHIFT + 1 |
| H2 | CTRL + SHIFT + 2 |
| H3 | CTRL + SHIFT + 3 |
| H4 | CTRL + SHIFT + 4 |
| H5 | CTRL + SHIFT + 5 |
| H6 | CTRL + SHIFT + 6 |
List & Tables
| Type | Shortcut |
|---|---|
| Unordered list | CTRL + SHIFT + 8 |
| Checkboxes | CTRL + SHIFT + 7 |
Formatted blocks
| Type | Shortcut |
|---|---|
| Quote | CTRL + SHIFT + > |
