Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Guide for creating and editing Obsidian notes using Obsidian Flavored Markdown (OFM). Covers wikilinks, embeds, callouts, YAML properties, and knowledge organization best practices.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-21 | ✓→✗ | ▼ Worse | 8% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 103% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 32% | 0% |
| case-06 | ✓→✓ | = Same ✓ | 28% | 0% |
When creating or editing notes in the user's Obsidian vault, follow these conventions.
markdown[[Note Name]] # link to a note [[Note Name|Display Text]] # custom display text [[Note Name#Heading]] # link to a heading [[Note Name#^block-id]] # link to a block
[ ] # ^ | \markdown![[Note Name]] # embed entire note ![[Note Name#Heading]] # embed a section ![[image.png]] # embed image ![[image.png|300]] # embed with width
markdown> [!note] Title > Content here > [!tip] Tip title > Useful advice > [!warning] Warning > Important caution > [!info]- Collapsible (collapsed by default) > Hidden content
Available types: note, tip, warning, important, info, abstract, todo, example, question, quote, bug, success, failure, danger
Always start notes with frontmatter properties:
yaml--- title: Note Title date: 2026-03-22 tags: [topic1, topic2] aliases: [alternate-name] cssclass: custom-class ---
Key fields:
tags — array format [tag1, tag2] preferred over inline #tagsaliases — alternative names for linkingdate — ISO format YYYY-MM-DDFormat: YYYY-MM-DD.md in the configured daily folder.
Template:
markdown--- date: {{date}} tags: [daily] --- # {{date}} ## Tasks - [ ] ## Notes ## Reflection
Common vault structures:
Inbox/ — new unsorted notesProjects/ — active project notesAreas/ — ongoing responsibility areasResources/ — reference materialArchive/ — completed itemsDaily/ — daily notesTemplates/ — note templates[[wikilinks]] instead of [text](url) for internal linkstags in frontmatter rather than inline #tags for consistencyOther measured skills in the registry, with their headline benchmark lift.