mirror of
https://github.com/liufree/obsidian-querydash.git
synced 2026-07-22 05:41:49 +00:00
feat: fix issue
This commit is contained in:
parent
140fa8c471
commit
c2e5a5dc08
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||

|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||

|
||||
|
||||
**Future Vision**
|
||||
|
|
|
|||
Loading…
Reference in a new issue