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
c2e5a5dc08
commit
246f97bceb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue