Skip to content

Commit

Permalink
update obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
WncFht committed Dec 3, 2024
1 parent 79719c7 commit 699a169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# obsidian 配置

???+note
如果懒得搞,可以直接 clone 我的配置,放到 .obsidian 文件里。
这是[配置文件](https://github.com/WncFht/obsidian-setup/)

## 1 使用语言

- 主要是 Markdown
Expand Down Expand Up @@ -106,11 +110,11 @@
## 4. 未完成的任务

``dataview
TASK FROM "dairy/daily"
TASK FROM "dairy"
WHERE !completed
AND file.day >= (this.file.day - dur(7 days))
AND file.day <= this.file.day
SORT file.day DESC
AND file.cday >= (this.file.cday - dur(7 days))
AND file.cday <= this.file.cday
SORT file.cday DESC
``

---
Expand Down

0 comments on commit 699a169

Please sign in to comment.