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

@ -10,5 +10,6 @@
"obsidian-linter", "obsidian-linter",
"obsidian-dictionary-plugin", "obsidian-dictionary-plugin",
"cm-editor-syntax-highlight-obsidian", "cm-editor-syntax-highlight-obsidian",
"obsidian-mind-map" "obsidian-mind-map",
"obsidian-read-it-later"
] ]

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-read-it-later",
"name": "ReadItLater",
"version": "0.3.1",
"minAppVersion": "0.15.9",
"description": "Saves the clipboard to a new note.",
"author": "Dominik Pieper",
"authorUrl": "https://github.com/DominikPieper",
"isDesktopOnly": false
}

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])
```

View file

@ -1,13 +0,0 @@
```mermaid
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```