untitled 0:00
Logo
Font
Font size 14px
Line spacing 1.6
Editor background
Text color
Background image
Watermark

Keyboard Shortcuts

Ctrl+SSave
Ctrl+OOpen
Ctrl+NNew
Ctrl+RToggle read mode
TabInsert tab
Ctrl+FBrowser find (use in Read mode)
Ctrl+BBold — wraps selection in **…**
Ctrl+IItalic — wraps selection in *…*
Ctrl+`Inline code — wraps selection in backticks

Markdown formatting — .md / .markdown files

# H1###### H6Six heading levels
**bold** or __bold__bold
*italic* or _italic_italic
~~strike~~strikethrough
`code`Inline code
[text](url)Link
![alt](url)Image
> quoteBlockquote
- item or * itemUnordered list
1. itemOrdered list
```lang```Fenced code block
| A | B |Table (with |---|---| separator row)
---Horizontal rule
line ending with two spacesHard line break within a paragraph
blank lineParagraph break

YAML frontmatter — .md files

--- block at top of fileParsed as metadata, not rendered as body
title: My NoteRead mode header title
project: AcmeMetadata pill
status: draftMetadata pill
priority: highMetadata pill
due: 2026-04-30Metadata pill
date: 2026-04-06Metadata pill
author: chrisMetadata pill
tags: /   - workTag pills
toc: trueTable of contents from headings

Plain text / journal formatting

=== Date ===Styled date header
[12:30:45 @HOST] textTimestamped entry card
#tagInline tag pill
https://...Auto-linked URL

README & source on GitHub  ·  CommonMark spec

Add
logo
Auto-saved