Everything you need, nothing you don't.
FoldNotes is a markdown notes app built for people who think in structure. Native on Mac and iOS, plain text on disk, and packed with features that serious note-takers actually use.
.md files in iCloud Drive. Open them in any editor.fn command-line interface for scripting, search, task management, and automation.FoldNotes is a markdown notes app built for people who think in structure. It runs natively on Mac and iOS, stores everything as plain .md files in iCloud Drive, and has a set of features designed for writers, developers, and anyone who takes notes seriously.
Folding
The core feature. Any heading or indented block can be collapsed with a single click. Fold an entire section to focus on what you’re working on, or fold everything to see your document’s outline.
- Headings at any level (H1 through H5) fold their contents
- Indented lists, tasks, and block quotes fold by nesting level
- Code blocks fold as a unit
- Fold state is saved per document and restored when you reopen
Inline Tasks
Tasks aren’t a separate system — they live right in your notes.
- Four states: not started
[ ], in progress[/], done[x], cancelled[-] - Add metadata inline:
due:2026-05-01,priority:high - Task circle in the note list shows progress at a glance
- Inspector panel groups tasks by status, priority, or due date
- Each task has a stable UUID for deep linking
iCloud Sync
Your notes are plain markdown files stored in iCloud Drive. No proprietary database, no vendor lock-in.
- Create and edit on Mac, pick up where you left off on iPhone or iPad
- Files are readable by any text editor
- Front matter stores metadata (tags, task IDs) without polluting the document
Tags and Backlinks
- Inline
#tagsanywhere in your text — the sidebar collects them automatically - Customise tags with icons and colours
[[Backlinks]]connect notes to each other- A references panel shows every note that links to the current one
Gallery View (macOS)
See your notes as visual cards in a waterfall layout.
- Filter by favourites, open tasks, recent changes, tags, or custom queries
- Sort by date modified, date created, title, or due date
- Group by tag
- Click a card to open it alongside the gallery
Focus Modes
Strip away distractions and focus on your writing.
- Typewriter scrolling — keeps the cursor centred on screen
- Paragraph focus — dims everything except the current paragraph
- Sentence focus — dims everything except the current sentence
- Parts of speech — highlights nouns, verbs, adjectives, and adverbs in different colours
Daily Notes
One-tap daily note creation. Each day gets its own file in the .daily/ folder with a calendar in the sidebar for quick navigation.
Database Views
Query your notes like a database. Build custom views with filters, sorting, computed columns, and grouping — all driven by your notes’ metadata.
CLI and MCP
FoldNotes is scriptable and AI-ready.
fncommand-line tool (macOS) — list, search, create, edit, and manage notes and tasks from the terminal. Pipe it into scripts, cron jobs, or shell aliases.- MCP (Model Context Protocol) server — lets AI assistants like Claude read your notes, search your collection, and work with your tasks directly. Your notes become context for AI without leaving your machine.
And More
- Markdown preview with live rendering
- Collection graph showing connections between notes
- Custom themes
- Command palette for quick actions
- Keyboard shortcuts for everything
- Template system for new notes
- Image attachments
- Full-text search across your collection
- URL scheme for deep linking from other apps and Shortcuts