|
1 | 1 | --- |
| 2 | +aliases: |
2 | 3 | description: |
3 | 4 | created: 2025-05-18 |
4 | | -modified: 2025-05-18 |
| 5 | +modified: 2025-05-25 |
5 | 6 | --- |
6 | 7 |
|
7 | | -```mermaid |
8 | | -flowchart LR |
9 | | -
|
10 | | -paper[Papers] --> paper_type{type} |
11 | | -book[Books] --> book_type{type} |
12 | | -article[Articles] --> article_type{type} |
13 | | -video[Videos] --> capture([Capture]) |
14 | | -idea[Ideas] --> capture |
15 | | -
|
16 | | -capture --> |move| l_note |
17 | | - |
18 | | -paper_type --> |digital| rms([RMS: Zotero, Bookends]) |
19 | | -paper_type --> |scanned, pdf| ipad([Note: Flexcil]) |
20 | | -paper_type --> |physical| note([Read & Highlight]) |
21 | | -
|
22 | | -rms --> |extract with plugin| rms_note[/create reference note in Obsidian with template/] |
23 | | -
|
24 | | -ipad --> |extract| l_note[/Create Zettel note in Obsidian/] |
25 | | -
|
26 | | -note --> |extract| l_note |
27 | | -
|
28 | | -book_type --> |scanned, pdf| ipad |
29 | | -book_type --> |ebook platform| ebook([Ebook: kindle, millie]) |
30 | | -book_type --> |physical| note |
31 | | -
|
32 | | -ebook --> |extract| l_note |
33 | | -
|
34 | | -article_type --> |digital| bookmark([Bookmark: Pocket]) |
35 | | -article_type --> |physical| note |
36 | | -
|
37 | | -bookmark --> |extract| l_note |
38 | | -
|
39 | | -style idea fill:#aa7,color:#fff |
40 | | -style article fill:#7aa,color:#fff |
41 | | -style video fill:#a7a,color:#fff |
42 | | -style paper fill:#7a7,color:#fff |
43 | | -style book fill:#a77,color:#fff |
44 | | -
|
45 | | -style rms fill:#f70,color:#fff |
46 | | -style ipad fill:#f70,color:#fff |
47 | | -style ebook fill:#f70,color:#fff |
48 | | -style note fill:#f70,color:#fff |
49 | | -style bookmark fill:#f70,color:#fff |
50 | | -style capture fill:#f70,color:#fff |
51 | | -
|
52 | | -style l_note fill:#3b3,color:#fff |
53 | | -style rms_note fill:#3b3,color:#fff |
54 | | -``` |
| 8 | +- |
| 9 | + ```mermaid |
| 10 | + flowchart LR |
| 11 | + |
| 12 | + paper[Papers] --> paper_type{type} |
| 13 | + book[Books] --> book_type{type} |
| 14 | + article[Articles] --> article_type{type} |
| 15 | + video[Videos] --> capture([Capture]) |
| 16 | + idea[Ideas] --> capture |
| 17 | + |
| 18 | + capture --> |move| l_note |
| 19 | + |
| 20 | + paper_type --> |digital| rms([RMS: Zotero, Bookends]) |
| 21 | + paper_type --> |scanned, pdf| ipad([Note: Flexcil]) |
| 22 | + paper_type --> |physical| note([Read & Highlight]) |
| 23 | + |
| 24 | + rms --> |extract with plugin| rms_note[/create reference note in Obsidian with template/] |
| 25 | + |
| 26 | + ipad --> |extract| l_note[/Create Zettel note in Obsidian/] |
| 27 | + |
| 28 | + note --> |extract| l_note |
| 29 | + |
| 30 | + book_type --> |scanned, pdf| ipad |
| 31 | + book_type --> |ebook platform| ebook([Ebook: kindle, millie]) |
| 32 | + book_type --> |physical| note |
| 33 | + |
| 34 | + ebook --> |extract| l_note |
| 35 | + |
| 36 | + article_type --> |digital| bookmark([Bookmark: Pocket]) |
| 37 | + article_type --> |physical| note |
| 38 | + |
| 39 | + bookmark --> |extract| l_note |
| 40 | + |
| 41 | + style idea fill:#aa7,color:#fff |
| 42 | + style article fill:#7aa,color:#fff |
| 43 | + style video fill:#a7a,color:#fff |
| 44 | + style paper fill:#7a7,color:#fff |
| 45 | + style book fill:#a77,color:#fff |
| 46 | + |
| 47 | + style rms fill:#f70,color:#fff |
| 48 | + style ipad fill:#f70,color:#fff |
| 49 | + style ebook fill:#f70,color:#fff |
| 50 | + style note fill:#f70,color:#fff |
| 51 | + style bookmark fill:#f70,color:#fff |
| 52 | + style capture fill:#f70,color:#fff |
| 53 | + |
| 54 | + style l_note fill:#3b3,color:#fff |
| 55 | + style rms_note fill:#3b3,color:#fff |
| 56 | + ``` |
0 commit comments