Ctrl+S | Save |
Ctrl+O | Open |
Ctrl+N | New |
Ctrl+R | Toggle read mode |
Tab | Insert tab |
Ctrl+F | Browser find (use in Read mode) |
Ctrl+B | Bold — wraps selection in **…** |
Ctrl+I | Italic — wraps selection in *…* |
Ctrl+` | Inline code — wraps selection in backticks |
# H1 – ###### H6 | Six heading levels |
**bold** or __bold__ | bold |
*italic* or _italic_ | italic |
~~strike~~ | |
`code` | Inline code |
[text](url) | Link |
 | Image |
> quote | Blockquote |
- item or * item | Unordered list |
1. item | Ordered list |
```lang … ``` | Fenced code block |
| A | B | | Table (with |---|---| separator row) |
--- | Horizontal rule |
| line ending with two spaces | Hard line break within a paragraph |
| blank line | Paragraph break |
--- block at top of file | Parsed as metadata, not rendered as body |
title: My Note | Read mode header title |
project: Acme | Metadata pill |
status: draft | Metadata pill |
priority: high | Metadata pill |
due: 2026-04-30 | Metadata pill |
date: 2026-04-06 | Metadata pill |
author: chris | Metadata pill |
tags: / - work | Tag pills |
toc: true | Table of contents from headings |
=== Date === | Styled date header |
[12:30:45 @HOST] text | Timestamped entry card |
#tag | Inline tag pill |
https://... | Auto-linked URL |