Cleft integrates with NotePlan via Local Sync on Mac, iPhone, and iPad. Local Sync itself is free; Cleft Plus lets you point exports at a NotePlan project folder (or any folder you choose). On Free, exports land in Cleft’s Documents/Cleft Notes folder.
What you get
When you enable Local Sync and point Cleft to a NotePlan folder, your notes are automatically saved as.md files with:
- Readable filenames like
2026-05-06-meeting-with-jonny-12431.md(date + title slug + unique ID) - YAML frontmatter with title, tags, timestamps, and the full transcript
- Inline hashtags at the end of the body, clickable in NotePlan search and smart folders
- Smart title renames when you retitle a note in Cleft
- Body with the AI summary as the readable artefact
- Tag pane / search picks up
#workand#ideasfrom the inline hashtags at the end of the body - Frontmatter appears at the top of the note. NotePlan tolerates it but doesn’t surface unfamiliar keys as structured fields
Setup
Pick your NotePlan folder as the destination
Open Settings → Local Sync and click Choose Custom Folder… (Plus).
- Select the folder where NotePlan stores your project notes (or any folder NotePlan watches)
- On Mac, Cleft creates a dedicated subfolder inside it. On iPhone and iPad, Cleft writes to the exact folder you select in Files.
- Use the selected folder and you’re done
NotePlan-specific tips
- Project notes: Point Local Sync at a NotePlan project folder and Cleft notes become part of that project’s note list. Best fit for the natural NotePlan workflow.
- Tags: Inline
#tagsyntax at the end of the body is what NotePlan indexes. It’s clickable in search results and powers smart folders. Multi-word tags become#multi-word(sanitised), and slashed tags like#work/meetingsare preserved. - Frontmatter: NotePlan parses YAML but doesn’t display unfamiliar keys as structured fields, so
title,tags,created,updated,source, andcleft_idappear as text at the top of the note. Your timestamps are still there if you want to query them via export or other tooling. - Calendar views: NotePlan’s calendar views are driven by filename (
YYYYMMDD.mddaily-note format), not frontmatter. Cleft usesYYYY-MM-DD-{slug}-{id}.md, so notes won’t auto-populate calendar views. They live as project / project-folder notes instead.
Limitations
- No daily-note auto-population. Cleft’s filename format is readable-first (
2026-05-06-meeting-with-jonny-12431.md), not NotePlan’s calendar format (20260506.md). Notes appear in folder lists, not in calendar day views. - No
@personmention extraction. NotePlan recognises@personsyntax for collaborators; Cleft doesn’t extract mentions from transcripts. - No task syntax. Cleft summaries aren’t structured as tasks (
* task >2026-05-06). They’re prose summaries with inline tags.
