feat: add timeline view

This commit is contained in:
liufree 2025-04-24 23:19:30 +08:00
parent 5bea138f64
commit e8b7ad692d
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,8 @@ QueryDash的目标是开发一款类似Notion Database的Obsidian插件但不
**由于使用了dataview的api必须启用dataview插件。**
未来将逐步扩展更多实用特性,帮助用户更高效地管理知识、任务和生活。
**如果你对项目感兴趣请star一下非常感谢这对我很重要**
**现有功能**
1. **多视图支持**:提供表格和列表两种视图,满足不同场景需求。
- **时间轴视图**: 使用时间轴来展示数据

View file

@ -3,6 +3,8 @@ The goal of QueryDash is to develop an Obsidian plugin similar to Notion Databas
**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](README.md)
- [简体中文](README-zh.md)