diff --git a/.obsidian/workspace b/.obsidian/workspace index 0c0019c..a2bca0c 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -4,14 +4,31 @@ "type": "split", "children": [ { - "id": "828beb43bb437dd1", - "type": "leaf", - "state": { - "type": "kanban", - "state": { - "file": "00. Inbox/01. TODO.md" + "id": "1127aa3f1f4c59d5", + "type": "split", + "children": [ + { + "id": "828beb43bb437dd1", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "00. Inbox/Mind Map.md", + "mode": "source", + "source": true + } + } + }, + { + "id": "79b7351f2e778290", + "type": "leaf", + "state": { + "type": "mindmap", + "state": {} + } } - } + ], + "direction": "horizontal" } ], "direction": "vertical" @@ -67,7 +84,7 @@ "state": { "type": "backlink", "state": { - "file": "00. Inbox/01. TODO.md", + "file": "00. Inbox/Mind Map.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -84,7 +101,7 @@ "state": { "type": "outline", "state": { - "file": "00. Inbox/01. TODO.md" + "file": "00. Inbox/Mind Map.md" } } } @@ -114,15 +131,15 @@ }, "active": "828beb43bb437dd1", "lastOpenFiles": [ + "00. Inbox/01. TODO - Me.md", + "00. Inbox/02. TODO - Logitech.md", "00. Inbox/00. TODO.md", - "00. Inbox/01. TODO.md", "00. Inbox/00. Inbox.md", "01. 個人/02. 專注Study/C++/GCC.md", "03. 資料收集/讀書筆記/20201224 - 寫作是最好的自我投資.md", "03. 資料收集/名言佳句.md", "03. 資料收集/每週外食.md", "03. 資料收集/翻牆/Wireguard.md", - "03. 資料收集/翻牆/V2Ray.md", - "02. 工作/01. Logitech/20210412 - TestCam.md" + "03. 資料收集/翻牆/V2Ray.md" ] } \ No newline at end of file diff --git a/00. Inbox/01. TODO - Me.md b/00. Inbox/01. TODO - Me.md new file mode 100644 index 0000000..b40e2e4 --- /dev/null +++ b/00. Inbox/01. TODO - Me.md @@ -0,0 +1,24 @@ +--- + +kanban-plugin: basic + +--- + +## TODO + +- [ ] 補充英格蘭與蘇格蘭的歷史 +- [ ] 把RxKotlin讀完 +- [ ] [Branchless C++](https://www.youtube.com/watch?v=g-WPhYREFjk) @{2022-09-28(週三)} + + +## DONE + + + + + +%% kanban:settings +``` +{"kanban-plugin":"basic"} +``` +%% \ No newline at end of file diff --git a/00. Inbox/01. TODO.md b/00. Inbox/01. TODO.md deleted file mode 100644 index 2fdc41d..0000000 --- a/00. Inbox/01. TODO.md +++ /dev/null @@ -1,21 +0,0 @@ ---- - -kanban-plugin: basic - ---- - -## TODO - - - -## DONE - - - - - -%% kanban:settings -``` -{"kanban-plugin":"basic"} -``` -%% \ No newline at end of file diff --git a/00. Inbox/02. TODO - Logitech.md b/00. Inbox/02. TODO - Logitech.md new file mode 100644 index 0000000..e69de29 diff --git a/00. Inbox/Mind Map.md b/00. Inbox/Mind Map.md new file mode 100644 index 0000000..53243d7 --- /dev/null +++ b/00. Inbox/Mind Map.md @@ -0,0 +1,12 @@ +# 我 + +## 正在學 +### C++20 +#### 正在讀的書 +- [C++ 代碼整潔之道](https://www.tenlong.com.tw/products/9787111621904?list_name=srh) +- [C++ 併發處理實戰 2/e](https://www.tenlong.com.tw/products/9786263240032?list_name=srh) +### Android Programming +### 演算法 +### 軟體架構 +- [無瑕的程式碼-整潔的軟體設計與架構篇](https://www.tenlong.com.tw/products/9789864342945?list_name=srh) +- [深入淺出設計模式 2/e](https://www.tenlong.com.tw/products/9789865029364?list_name=srh) \ No newline at end of file