What problem does it solve?
Many Obsidian users need database-style views, filters, formulas, and summaries for their notes but find it hard to author valid .base YAML files, wire formulas to views, and troubleshoot YAML or formula errors that prevent views from rendering.
Core Features & Use Cases
- Author .base files: Step-by-step guidance to create filters, define formulas, configure properties, and add table, cards, list, or map views.
- Validation & Troubleshooting: Quoting rules, duration handling, formula guards, and checks for undefined formulas or missing properties to prevent YAML or runtime errors.
- Practical Example: Build a task tracker base that filters tasks by tag, shows a table view with priority and due dates, and computes days until due with a reusable formula.
Quick Start
Use the obs-obsidian-bases skill to create a .base file that lists notes tagged task and shows a table view with status, due_date, and a computed days_until_due column.