Update from obsidian - thinkpad

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
This commit is contained in:
Alexander Navarro 2023-10-09 13:45:23 -03:00
parent 18e924e773
commit 73afa396f6
5 changed files with 186 additions and 14 deletions

View file

@ -0,0 +1,15 @@
```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])
```