Merge pull request #21 from liufree/dev

feat: support task
This commit is contained in:
liufree 2025-05-20 23:30:29 +08:00 committed by GitHub
commit 1e22f2a3e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -31,6 +31,13 @@ file.mtime as "mtime" ,file.tags as "tags" from #clippings
![demo.gif](docs/demo.gif)
**task**
~~~markdown
```querydash
task
```
![task.png](docs/task.png)
**timeline**
**simple mode**

View file

@ -33,6 +33,10 @@ file.mtime as "mtime" ,file.tags as "tags" from #clippings
![demo.gif](docs/demo.gif)
**task**
~~~markdown
```querydash
task
```
![task.png](docs/task.png)
**timeline**