dataview

Execute Dataview DQL queries to retrieve and display Obsidian note data.

1.2k|107|Updated Oct 2, 2023
One-click install
npx skills add https://github.com/your-papa/obsidian-Smart2Brain --skill dataview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataview
Source: https://github.com/your-papa/obsidian-Smart2Brain/tree/main/integration/Smart2Brain%20Test%20Vault/.obsidian/skills/dataview
Command: npx skills add https://github.com/your-papa/obsidian-Smart2Brain --skill dataview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to query and analyze your Obsidian notes using the Dataview DQL language, enabling you to create dynamic tables, lists, and perform data analysis directly within your vault.

Core Features & Use Cases

  • Dataview DQL Execution: Run Dataview queries to retrieve and display information based on tags, folders, and frontmatter properties.
  • Data Visualization: Automatically render query results as tables or lists within the chat interface.
  • Use Case: Quickly generate a list of all notes tagged with #project that were modified in the last week, sorted by modification date.

Quick Start

Execute a Dataview query to list all notes in the 'Meetings' folder with the tag '#meeting'.

Frequently Asked Questions about dataview

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

FAQPage Schema
How do I query and analyze Obsidian notes by frontmatter properties?

You can query and analyze Obsidian notes by running Dataview DQL queries that retrieve, filter, and display data based on frontmatter properties, folders, and tags. This dynamically generates lists and tables of matching notes.

Can I sort and filter Obsidian notes modified in the last week?

Yes, you can filter Obsidian notes modified in the last week by executing a Dataview DQL query. The query supports sorting by modification date and limiting results to generate a dynamic list of recently updated notes.

Do I need the Dataview plugin enabled to query notes in Obsidian?

Yes, you need the Dataview plugin installed and enabled in Obsidian to run DQL queries. This Skill executes Dataview queries to retrieve and analyze data directly from your vault's notes.

What is the best way to list all notes in a specific folder with a certain tag?

The best way to list notes in a specific folder with a certain tag is using a Dataview DQL query. This approach queries your Obsidian vault by combining folder paths and tag names to render precise tables or lists.

How do I display Obsidian query results as dynamic tables?

You can display Obsidian query results as dynamic tables by executing Dataview DQL queries. This mechanism retrieves notes based on specified frontmatter properties or tags and automatically renders the output as structured tables.