From c2e5a5dc08d620c2d56fa130d0b374ad398508b1 Mon Sep 17 00:00:00 2001 From: liufree Date: Sat, 22 Mar 2025 19:49:14 +0800 Subject: [PATCH] feat: fix issue --- README-zh.md | 4 ++++ README.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README-zh.md b/README-zh.md index 4515d70..66a535e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -14,6 +14,10 @@ QueryDash的目标是开发一款类似Notion Database的Obsidian插件,但不 - **分页**:优化大数据量下的浏览体验。 **使用教程** +s +```querydash +table file.name , file.outlinks as "links" ,file.ctime as "ctime",file.mtime as "mtime" ,file.tags as "tags" from #clippings +``` ![demo.gif](docs/demo.gif) diff --git a/README.md b/README.md index 595ff8a..9011873 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ The goal of QueryDash is to develop an Obsidian plugin similar to Notion Databas - **Pagination**: Optimizes browsing experience for large datasets. **Tutorial** + +```querydash +table file.name , file.outlinks as "links" ,file.ctime as "ctime",file.mtime as "mtime" ,file.tags as "tags" from #clippings +``` + ![demo.gif](docs/demo.gif) **Future Vision**