| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| LICENSE.txt | ||
| manifest.json | ||
| package.json | ||
| README-zh.md | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
| vite.config.js | ||
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.
language
Current Features
- Multi-view Support: Provides table and list views to meet different scenario needs.
- timeline: use timeline view to display data.
- Dataview SQL Support: Compatible with Dataview's SQL syntax .
- 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.
Tutorial
table
```querydash
table file.name , file.outlinks as "links" ,file.ctime as "ctime",
file.mtime as "mtime" ,file.tags as "tags" from #clippings
```
timeline
simple mode
```querydash
timeline from #start
```
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
- Homepage: Integrate frequently used functions into the homepage for one-stop convenience.
- Multi-view Support: Supports timeline, gallery, table, and other views to meet diverse scenario needs.
- Review Cards: Built-in review function to help users efficiently consolidate knowledge.
- Database Functionality: Supports create, edit, delete, and other operations for flexible data management.
- More Features: Continuous development to enrich plugin functionality and enhance user experience.
Reference Projects
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.

