---
title: Dynamic Quarries & Spreadsheet Views
category: Metadata & Views
icon: "\U0001F4CA"
sort_order: 12
slug: dynamic-quarries
canonical_url: 'https://basaltnotes.com/guides/dynamic-quarries'
markdown_url: 'https://basaltnotes.com/guides/dynamic-quarries.md'
---
# Dynamic Quarries & Spreadsheet Views

Compile dynamic, spreadsheet-like database tables and Kanban boards from your note properties.

## Using Note Frontmatter

Add YAML metadata at the top of your markdown files using triple dashes:
```yaml
---
status: In Progress
priority: High
due_date: 2026-07-20
---
```

## Creating a Quarry View

1. Go to the **Quarries** page.
2. Click **Create Quarry**.
3. Select the query filters (e.g., "Filter by status = In Progress").
4. Select the view style:
   - **Spreadsheet Table:** Group note properties in customizable columns.
   - **Kanban Board:** Drag and drop cards across columns mapped to a metadata field (like `status`).
