What problem does it solve?
It eliminates the manual, error-prone process of writing and maintaining complex Obsidian Base (.base) YAML that powers database-like views, filters, computed formulas, and summaries.
Core Features & Use Cases
- Build Obsidian Base schemas: Define global filters, formulas, property display names, summaries, and multiple views in one file.
- Create rich database-like views: Generate table, cards, list, and map views with ordering, limits, grouping, and per-view filters.
- Compute insights with formulas and summaries: Add reusable formula fields and summary aggregations such as averages, sums, min/max, and date-related metrics.
- Use common patterns for real workflows: Filter by tags or folders, restrict by file metadata, and calculate time-based values like due dates or recency.
Quick Start
Use the obsidian-bases skill to create an Obsidian .base file that shows a table of active tasks filtered by status and ordered by due date, including a computed “days until due” formula and an average summary of that value.