- Published on
Obsidian Bases β When Your Notes Become a Database
In early 2026, Obsidian closed the gap between plain-text notes and structured databases with Bases β a new official core plugin.
What Is Bases?
Bases is an official core plugin β built by the Obsidian team, no installation required.
In one sentence: a view layer that displays your notes as tables, cards, or lists, based on their Properties. Your Markdown files stay exactly where they are.
Three Views: Table, Card, List
Table View
Each row is a note, each column is a property. Clicking a cell opens the underlying Markdown file.
Card View
Each note appears as a visual card β good for portfolio management and content libraries.
List View
A filtered, sorted list of notes. Fast to scan, easy to act on.
Filtering and Sorting
status = "reading"β only show in-progress itemsrating >= 4β only show highly-rated itemsdate-finished > 2026-01-01β books finished this year only
Configurations are saved in .base files.
How It Compares to Notion Databases
| Feature | Notion Database | Obsidian Bases |
|---|---|---|
| Data storage | Notion servers (cloud) | Your machine (local) |
| File format | Notion proprietary | Standard Markdown (.md) |
| Offline use | Limited | Full support |
| Cost | Paid | Free (core plugin) |
| Speed | Network dependent | Instant |
Recent Updates (2026)
- Drag-and-drop file import
- Right-click context menu in table view
- Copy/paste support with Ctrl-C / Ctrl-V
Claude Code MCP Integration
With the Obsidian MCP plugin, Claude Code can read, search, and create notes in your vault β turning Bases' structured data into an active AI workspace.
EdTech Use Cases
- Curriculum management: Filter lessons by
status = "needs-update" - Student project tracking: One Bases table for the whole cohort
- Research database:
author,year,topic,relevanceβ all in Obsidian
Sources
- Obsidian, "Introduction to Bases": https://obsidian.md/help/bases
- Practical PKM, "An Overview of the Bases Core Plugin": https://practicalpkm.com/bases-plugin-overview/
- Obsidian Changelog β March 2026: https://releasebot.io/updates/obsidian
- Wanderloots, "Obsidian Bases NEW Core Plugin": https://wanderloots.com/obsidian-bases-introduction/