- Prepare Markdown notes for RAG without losing context.
- Use frontmatter and folders as metadata.
- Avoid mixing private notes, drafts, and reliable knowledge.
--- title: "Returns Policy" type: "source" status: "active" tenant_id: "personal" tags: ["support", "legal"] --- # Returns Policy Clear, up-to-date text with a date. Related links: [[Warranties]], [[Customer Support]]
What to exclude
- Personal journals if they aren't needed.
- Unreviewed drafts.
- Notes with secrets, keys, or third-party data.
- Empty templates and duplicate files.
payload: source: "obsidian/soporte/devoluciones.md" title: "Returns Policy" status: "active" tags: ["support", "legal"] backlinks: ["Warranties", "Customer Support"] updated_at: "2026-07-05"
Official sources
- Obsidian basic formatting syntax
- Obsidian Flavored Markdown
- Qdrant documentation