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:
parent
18e924e773
commit
73afa396f6
5 changed files with 186 additions and 14 deletions
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
|
@ -10,5 +10,6 @@
|
|||
"obsidian-linter",
|
||||
"obsidian-dictionary-plugin",
|
||||
"cm-editor-syntax-highlight-obsidian",
|
||||
"obsidian-mind-map"
|
||||
"obsidian-mind-map",
|
||||
"obsidian-read-it-later"
|
||||
]
|
||||
159
.obsidian/plugins/obsidian-read-it-later/main.js
vendored
Normal file
159
.obsidian/plugins/obsidian-read-it-later/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-read-it-later/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-read-it-later/manifest.json
vendored
Normal 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
|
||||
}
|
||||
15
notes/coping mechanisms/free time.md
Normal file
15
notes/coping mechanisms/free time.md
Normal 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])
|
||||
```
|
||||
|
|
@ -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]
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue