obsidian-markdown
Installation
SKILL.md
Obsidian Flavored Markdown Skill
中文执行导读
这是 obsidian-markdown 的中文 runtime 入口。
中文 Obsidian 请求命中本 skill 时,先确认文件类型和目标操作,再按下方上游流程执行。输出说明使用简体中文;wikilink、embed、callout、property、filter、formula、CLI 参数、schema、路径、URL 和代码保持原样。
Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.
Workflow: Creating an Obsidian Note
- Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property types.
- Write content using standard Markdown for structure, plus Obsidian-specific syntax below.
- Link related notes using wikilinks (
[[Note]]) for internal vault connections, or standard Markdown links for external URLs. - Embed content from other notes, images, or PDFs using the
![[embed]]syntax. See EMBEDS.md for all embed types. - Add callouts for highlighted information using
> [!type]syntax. See CALLOUTS.md for all callout types. - Verify the note renders correctly in Obsidian's reading view.