Affected files: .obsidian/community-plugins.json .obsidian/plugins/obsidian-read-it-later/main.js .obsidian/plugins/obsidian-read-it-later/manifest.json notes/coping mechanisms/free time.md notes/what to do on my free time.md
15 lines
299 B
Markdown
15 lines
299 B
Markdown
```mermaid
|
|
flowchart TB
|
|
|
|
A([Free time]) --> B{Energy level?}
|
|
|
|
B-- Low --> C{Mentally fatigue?}
|
|
B-- Middle --> D{Want to be productive?}
|
|
B-- High ---> E(["`Work on _doing_ of some project`"])
|
|
|
|
C-- yes --> G([Watch something])
|
|
C-- No --> F([Read])
|
|
|
|
D-- No -->H([Play])
|
|
D-- Yes -->I([Update docs])
|
|
```
|