obsidian-bases

Create and manage Obsidian Bases (.base) files for database-like note views.

1|Updated Jul 2, 2023
One-click install
npx skills add https://github.com/danburonline/public-notes --skill obsidian-bases-danburonline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-bases
Source: https://github.com/danburonline/public-notes/tree/main/.agents/skills/obsidian-bases
Command: npx skills add https://github.com/danburonline/public-notes --skill obsidian-bases-danburonline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Obsidian Bases let you persistently model your notes as database-like bases, enabling structured views, filters, and formulas for fast querying and organization within Obsidian.

Core Features & Use Cases

  • Create .base files to store view configurations for notes
  • Define filters, properties, and formulas to produce table, card, list, or map views
  • Reuse and share structured note collections across projects and vaults

Quick Start

In Obsidian, create a new .base file in your vault, configure at least one view with filters and properties, then open it to verify the generated view works.

Frequently Asked Questions about obsidian-bases

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create database-like views of notes in Obsidian?

You can create database-like views of notes in Obsidian by generating .base files that store view configurations, allowing you to define persistent filters, properties, and formulas for structured table, card, list, or map displays.

What are Obsidian Bases and when do I need them?

Obsidian Bases are persistent configuration files that model your notes as structured databases. You need them when organizing large note collections and requiring fast querying through customizable filters, formulas, and summaries within your vault.

How do I configure filters and formulas in an Obsidian .base file?

To configure filters and formulas in an Obsidian .base file, create the file in your vault, define at least one view, specify the desired properties and filters, and then open it to verify the generated output works correctly.

Do I need YAML frontmatter to use Obsidian Bases?

Yes, you need YAML frontmatter containing at least a name and description to use Obsidian Bases. The Skill validates YAML syntax and checks referenced properties against your notes before applying the view configurations.

Can I reuse and share structured note configurations across different vaults?

Yes, you can reuse and share structured note configurations across projects and vaults. By storing view configurations, filters, and formulas in .base files, the structured collections remain portable and consistent across different environments.