mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
22 lines
863 B
Markdown
22 lines
863 B
Markdown
---
|
|
title: Bases Support
|
|
tags:
|
|
- component
|
|
---
|
|
|
|
Quartz supports rendering [Obsidian Bases](https://obsidian.md/changelog/2025-04-15-desktop-v1.8.0/) (`.base` files) as interactive database-like views. Bases files define queries over your vault's notes and display the results in configurable views such as tables, lists, cards, galleries, and boards.
|
|
|
|
> [!note]
|
|
> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
|
|
|
|
Bases support is provided by the [[BasesPage]] plugin. See the plugin page for configuration options, built-in views, the expression engine, and how to extend with custom views.
|
|
|
|
## Demo
|
|
|
|
![[Base.base]]
|
|
|
|
## Customization
|
|
|
|
- Install: `npx quartz plugin add github:quartz-community/bases-page`
|
|
- Source: [`quartz-community/bases-page`](https://github.com/quartz-community/bases-page)
|