Skip to content

Writing in FoldNotes

FoldNotes uses Markdown — a lightweight syntax for formatting text. If you've used GitHub, Reddit, or Notion, you already know the basics.

FoldNotes extends standard Markdown with folding headings, wiki-links, tags, tasks with metadata, and GFM tables. Everything is stored as plain text in .md files.

Quick Reference

Syntax Result
# Heading Heading level 1
**bold** bold
*italic* italic
~~strike~~ ~~strikethrough~~
==highlight== highlighted text
`code` inline code
- [ ] task unchecked task
[[Note Title]] wiki-link
#tag tag
> quote block quote

Live Rendering

FoldNotes renders Markdown as you type. Headings get larger fonts, bold text appears bold, links are clickable, and code uses a monospace font. You see the Markdown syntax and the formatting simultaneously — no split-pane needed.

In This Section