obsidian-bases

Installation
SKILL.md

Obsidian Bases Skill

中文执行导读

这是 obsidian-bases 的中文 runtime 入口。

中文 Obsidian 请求命中本 skill 时,先确认文件类型和目标操作,再按下方上游流程执行。输出说明使用简体中文;wikilink、embed、callout、property、filter、formula、CLI 参数、schema、路径、URL 和代码保持原样。

Workflow

  1. Create the file: Create a .base file in the vault with valid YAML content
  2. Define scope: Add filters to select which notes appear (by tag, folder, property, or date)
  3. Add formulas (optional): Define computed properties in the formulas section
  4. Configure views: Add one or more views (table, cards, list, or map) with order specifying which properties to display
  5. Validate: Verify the file is valid YAML with no syntax errors. Check that all referenced properties and formulas exist. Common issues: unquoted strings containing special YAML characters, mismatched quotes in formula expressions, referencing formula.X without defining X in formulas
  6. Test in Obsidian: Open the .base file in Obsidian to confirm the view renders correctly. If it shows a YAML error, check quoting rules below

Schema

Installs
1
GitHub Stars
1
First Seen
13 days ago
obsidian-bases — oldwinter/obsidian-skills