From 0b8c56c8eed720dcd84799e0c5583ec848d6fbed Mon Sep 17 00:00:00 2001 From: liufree Date: Tue, 20 May 2025 23:28:56 +0800 Subject: [PATCH] feat: support task --- README-zh.md | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/README-zh.md b/README-zh.md index f11e2af..5c3e6d1 100644 --- a/README-zh.md +++ b/README-zh.md @@ -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** diff --git a/README.md b/README.md index 8c41522..3aed997 100644 --- a/README.md +++ b/README.md @@ -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**