mirror of
https://github.com/liufree/obsidian-querydash.git
synced 2026-07-22 05:41:49 +00:00
feat: support task
This commit is contained in:
parent
61d5de1dfe
commit
0969b2f41a
3 changed files with 4 additions and 1 deletions
|
|
@ -31,6 +31,9 @@ file.mtime as "mtime" ,file.tags as "tags" from #clippings
|
|||
|
||||

|
||||
|
||||
**task**
|
||||

|
||||
|
||||
**timeline**
|
||||
|
||||
**simple mode**
|
||||
|
|
|
|||
BIN
docs/task.png
Normal file
BIN
docs/task.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "querydash",
|
||||
"name": "QueryDash",
|
||||
"version": "1.0.6",
|
||||
"version": "1.0.7",
|
||||
"minAppVersion": "1.8.0",
|
||||
"description": "Refer to Dataview and add search, sorting, and pagination functions, just like Notion.",
|
||||
"author": "lwx",
|
||||
|
|
|
|||
Loading…
Reference in a new issue