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
<!-- note to self --> private comment (dim in editor, hidden from preview/export/Spotlight)

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#

  • Headings & Folding — structure and collapse your notes
  • Tasks — to-dos with due dates and priorities
  • Links & Tags — connect notes and organise with tags
  • Tables — GFM tables with a visual editor
  • Code Blocks — fenced code with syntax highlighting
  • Comments — private margin notes that stay out of preview, export, and Spotlight
  • Formatting — bold, italic, lists, quotes, and more
  • Rearranging Content — drag and drop paragraphs, headings, lists, and code blocks
  • Structural Safety — how FoldNotes protects your content from harmful edits