Cleft integrates with Obsidian via Local Sync on Mac, iPhone, and iPad. Local Sync itself is free; Cleft Plus lets you point exports at your Obsidian vault (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 your Obsidian vault, 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 that renders as Obsidian Properties: title, tags, timestamps, and the full transcript
- Inline hashtags at the end of the body for easy tag navigation
- Smart title renames that preserve your wikilinks when you retitle a note
- Audio companion. The original
.m4arecording sits next to each markdown file, ready for![[…m4a]]embeds (free toggle)
- Properties panel showing
title,tags(clickable chips),created,updated,source,cleft_id, andtranscript - Body with the AI summary as the readable artefact
- Tag pane picks up
#workand#ideasfrom the inline hashtags at the end of the body
Setup
Pick your Obsidian vault as the destination
Open Settings → Local Sync and click Choose Custom Folder… (Plus).
- Select your Obsidian vault root folder
- 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
Obsidian-specific tips
- Properties panel: Frontmatter renders as searchable, clickable properties. Use
source: cleftfilters in Dataview to see only Cleft notes. - Wikilinks: When you title-regenerate a note, Cleft renames the file before updating content. This helps Obsidian’s sync recognize the rename and preserve your
[[wikilinks]]. (Best-effort; slow disks or iOS-only Obsidian may coalesce into delete+create.) - Timestamps for sorting: Created/updated fields are ISO 8601 UTC, so Dataview queries like
WHERE created >= date("2026-05-01")work naturally. - Audio embeds: With the audio companion toggle on, each note’s
.m4alives next to its.mdwith the same basename. Embed it in another note with![[2026-05-06-meeting-12431.m4a]]for inline playback. - Recovery by ID: Every note carries a
cleft_idfield in frontmatter. If you ever rename files manually,grep "^cleft_id: 12431" *.mdfinds the original note even in a mixed vault.
Legacy: Front Matter Title Plugin
If you’re on an older build or using the legacycleft_{noteId}.md format, you may have been using the Front Matter Title Plugin.
As of v1.14.0, Local Sync eliminates the need for this plugin. Cleft now emits readable filenames and proper YAML frontmatter that Obsidian recognizes natively. You can uninstall the plugin if you’re on the latest version.
If you do keep it for other vaults, enable all features in its settings to ensure properties render correctly.