obsidian-bases
Installation
SKILL.md
Obsidian Bases Skill
中文执行导读
这是 obsidian-bases 的中文 runtime 入口。
中文 Obsidian 请求命中本 skill 时,先确认文件类型和目标操作,再按下方上游流程执行。输出说明使用简体中文;wikilink、embed、callout、property、filter、formula、CLI 参数、schema、路径、URL 和代码保持原样。
Workflow
- Create the file: Create a
.basefile in the vault with valid YAML content - Define scope: Add
filtersto select which notes appear (by tag, folder, property, or date) - Add formulas (optional): Define computed properties in the
formulassection - Configure views: Add one or more views (
table,cards,list, ormap) withorderspecifying which properties to display - 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.Xwithout definingXinformulas - Test in Obsidian: Open the
.basefile in Obsidian to confirm the view renders correctly. If it shows a YAML error, check quoting rules below