%%
````col
```col-md
flexGrow=1
===
> [!todo] Add Project Task
> ```button
name Add Project Task
type note(New Project Task, split) template
action Project Task Template
folder Notes
prompt true
class dataview-button
```
````
````col
```col-md
flexGrow=1
===
# Tasks
> ```dataview
TABLE WITHOUT ID file.link as Task, do as Do, due as Due
FROM [[]] AND #project-task
WHERE file.name != this.file.name
WHERE done = false AND cancelled = false
SORT default(do, 0) ASC, default(due, 0) ASC, priority DESC, urgency DESC, importance DESC, file.name ASC
```
```col-md
flexGrow=1
===
# Notes
> ```dataview
TABLE WITHOUT ID file.link as "Notes"
FROM [[]] AND #note
SORT file.name DESC
```
```col-md
flexGrow=1
===
# Documents
> ```dataview
TABLE WITHOUT ID file.link as Document
FROM [[]] AND #document
SORT file.name DESC
`````
%%
# The Book of a Tree Called Life
> [!QUOTE] A Tree Called Life
> *"here is the root of the root and the bud of the bud and the sky of the sky of a tree called life"* [["here is the root of the root and the bud of the bud and the sky of the sky of a tree called life"|ยบ]]
**With these some leaves of its many branches:**
[[Accepting an apology]]
[[Apologising]]
[[Authenticity]]
[[Beginning again]]
[[Clear thinking]]
[[Connection]]
[[Consistency]]
[[Death]]
[[Forgiveness]]
[[Growth]]
[[Forest/Happiness|Happiness]]
[[Identity]]
[[Integrity]]
[[Interruptions]]
[[Kindness]]
[[Loss]]
[[Lost love]]
[[Radical honesty]]
[[Relationships]]
[[Perfection]]
[[Perfectionism]]
[[Procrastination]]
[[Productivity]]
[[Sadness]]
[[Self-compassion]]
[[Self-discovery]]
[[Self-forgiveness]]
[[Self-love]]
[[Self-recrimination]]
[[Forest/Sleep|Sleep]]
[[Sorrow]]
[[Unrequited love]]
%%
---
# Reference
```dataview
LIST
FROM [[]] OR #the-book-of-a-tree-called-life OR #life AND !outgoing([[]]) AND -"Templates"
WHERE file.name != this.file.name
SORT file.name ASC
```
---
# Archive
-
%%