Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

QueryDash

liufreeliufree5k downloads

Add new views and enhanced features for bases. Inspired by Dataview and bases, this includes search, sorting, and pagination functionalities similar to Notion.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates16

Obsidian Bases Table View Support

QueryDash now supports views powered by the Obsidian Bases plugin. Thanks to the open API provided by Bases, users can seamlessly display and interact with Bases data in a flexible format.

Project Objective
The goal of QueryDash is to develop an Obsidian plugin similar to Notion Database, but not limited to database functionality. Since the API of Dataview is used, the Dataview plugin must be enabled. In the future, it will gradually expand with more practical features to help users manage knowledge, tasks, and life more efficiently.

If you are interested in this project, please consider starring it. Thank you very much, it means a lot to me.

language

  • English
  • 简体中文

Current Features

  1. Multi-view Support: Provides table and list views to meet different scenario needs.
    • timeline: use timeline view to display data.
  2. Dataview SQL Support: Compatible with Dataview's SQL syntax .
  3. Enhanced Features:
    • Search: Quickly locate the content you need.
    • Filter: Screen data based on conditions.
    • Aggregation: Supports data summary statistics.
    • Pagination: Optimizes browsing experience for large datasets.
    • Task: Supports task management, including task editing.

Tutorial

bases

Table View

DashTableView.png

Memory Card View

Modeled after Anki-style flashcards; compatible with spaced repetition properties (sr-due, sr-interval, sr-ease, etc.) to make reviewing notes efficient.

DashMemoryCardView.png

dataview

table

```querydash
table file.name , file.outlinks as "links" ,file.ctime as "ctime",
file.mtime as "mtime" ,file.tags as "tags" from #clippings
```

demo.gif

task

```querydash
task
```

task.png

timeline

simple mode

```querydash
timeline  from #start
```

timeline.png full mode

If you want to append the time later, alias a specific field as "time".

```querydash
timeline file.ctime as "time" from #start where file.ctime<=date(today) sort file.mtime desc
```

Future Vision

  1. Homepage: Integrate frequently used functions into the homepage for one-stop convenience.
  2. Multi-view Support: Supports timeline, gallery, table, and other views to meet diverse scenario needs.
  3. Review Cards: Built-in review function to help users efficiently consolidate knowledge.
  4. Database Functionality: Supports create, edit, delete, and other operations for flexible data management.
  5. More Features: Continuous development to enrich plugin functionality and enhance user experience.

Reference Projects

  • Dataview: A powerful data query and management tool.
  • Project: A task and project management plugin.

Project Introduction
As a deep user of Obsidian, I found that existing plugins could not fully meet my needs in terms of search, review, and editing/deleting Dataview tables. Therefore, I decided to develop a brand-new view system based on Ant Design, aiming to enhance the Obsidian experience and better assist daily life and work.

Currently, the project is in its early stages, but I will continue to invest in development to gradually improve and expand its features. I believe that through continuous iteration, this project will become increasingly practical and powerful.

About Sponsorship
This project is entirely developed out of personal interest. If you find it helpful and are willing to support my work, every sponsorship will be a motivation for me to continue developing. Thank you very much!

Future Plans

  • Improve existing features to enhance user experience.
  • Add more practical features, such as advanced search and intelligent review.
  • Optimize performance to ensure system stability.
73%
HealthGood
ReviewCaution
About
Display and interact with Bases and Dataview-powered data in table, list, timeline, gallery or Anki-style memory card views. Query with Dataview SQL, search, filter, aggregate, paginate, and edit tasks to manage notes, tasks and spaced-repetition reviews.
BasesTablesFlashcards
Details
Current version
2.0.3
Last updated
7 months ago
Created
2 years ago
Updates
16 releases
Downloads
5k
Compatible with
Obsidian 1.8.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
liufreeliufree
github.com/liufree
GitHubliufree
  1. Community
  2. Plugins
  3. Bases
  4. QueryDash

Related plugins

Bases Paginator

Adds a paginated table view with quick filtering to Bases. Features include pagination controls, global search, click-to-filter, and filter presets.

Advanced Tables

Improved table navigation, formatting, and manipulation.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Spaced Repetition

Fight the forgetting curve by reviewing flashcards & entire notes.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Life Tracker

Capture and visualize the data that matters in your life.

Datacore

An even faster reactive query engine for the data obsessed.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Sheet Plus

Create Excel-like spreadsheets and easily embed them in Markdown.

Obsidian_to_Anki

Anki integration designed for efficient bulk exporting. Previously known as Obsidian_to_Anki.