From f6cc9300a680d3b520a269bf65a77a44234b594d Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Thu, 13 Oct 2022 22:42:32 +0800 Subject: [PATCH] vault backup: 2022-10-13 22:42:32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: .obsidian/app.json .obsidian/snippets/obsidian.css .obsidian/workspace.json 04. Programming/演算法.md --- .obsidian/app.json | 3 ++- .obsidian/snippets/obsidian.css | 20 +++++++++++++++----- .obsidian/workspace.json | 18 +++++++++--------- 04. Programming/演算法.md | 3 ++- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 29aef37..a653c47 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -14,5 +14,6 @@ "newFileLocation": "current", "legacyEditor": false, "livePreview": false, - "communityThemeSortOrder": "download" + "communityThemeSortOrder": "download", + "strictLineBreaks": false } \ No newline at end of file diff --git a/.obsidian/snippets/obsidian.css b/.obsidian/snippets/obsidian.css index 8b762d8..124e005 100644 --- a/.obsidian/snippets/obsidian.css +++ b/.obsidian/snippets/obsidian.css @@ -193,19 +193,29 @@ a.external-link { color: var(--base2); } -.nav-folder-title, -.nav-file-title { - font-size: 0.8em; - font-family: consolas; - line-height: 0.8em; +.nav-folder-title::before { + content: '💼'; + margin-right: 0.3em; } .nav-folder-title { + font-size: 0.8em; + font-family: consolas; + line-height: 1.0em; font-weight: bold; color: #132743; } +.nav-file-title::before { + /*content: '📄';*/ + content: '\E801'; + margin-right: 0.3em; +} + .nav-file-title { + font-size: 0.8em; + font-family: consolas; + line-height: 1.0em; color: #407088; } diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8ed4244..050c3bf 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -23,9 +23,9 @@ "id": "67d6babe83bb7f0b", "type": "leaf", "state": { - "type": "release-notes", + "type": "kanban", "state": { - "currentVersion": "1.0.0" + "file": "00. Inbox/02. Kanban TODO - Me.md" } } } @@ -88,7 +88,7 @@ "state": { "type": "backlink", "state": { - "file": "00. Inbox/00. Inbox/猴子都會的AI繪圖軟體安裝教學.md", + "file": "00. Inbox/02. Kanban TODO - Me.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -105,7 +105,7 @@ "state": { "type": "outline", "state": { - "file": "00. Inbox/00. Inbox/猴子都會的AI繪圖軟體安裝教學.md" + "file": "00. Inbox/02. Kanban TODO - Me.md" } } } @@ -138,15 +138,15 @@ }, "active": "67d6babe83bb7f0b", "lastOpenFiles": [ + "00. Inbox/02. Kanban TODO - Logitech.md", + "00. Inbox/02. Kanban TODO - Me.md", + "04. Programming/演算法.md", + "00. Inbox/00. Inbox/猴子都會的AI繪圖軟體安裝教學.md", "04. Programming/FFMPEG/FFMpeg.md", "04. Programming/FFMPEG/01. Setup.md", "04. Programming/FFMPEG/00. Introduction.md", "00. Inbox/01. TODO.md", "03. 專注Study/C++/lambda.md", - "04. Programming/OpenCV.md", - "03. 專注Study/Android/AudioTrack.md", - "01. 個人/00. Informations/Datas.md", - "03. 專注Study/Android/Service.md", - "03. 專注Study/Android/Ktor.md" + "04. Programming/OpenCV.md" ] } \ No newline at end of file diff --git a/04. Programming/演算法.md b/04. Programming/演算法.md index e853e20..c452190 100644 --- a/04. Programming/演算法.md +++ b/04. Programming/演算法.md @@ -1,2 +1,3 @@ # 介紹文 -- [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en?fbclid=IwAR1b6wbTcgKJg3T14ehAPMpHO_QWvnj1evMxrshrAvqukHH2ZPXJUWgAvd4) \ No newline at end of file +- [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en?fbclid=IwAR1b6wbTcgKJg3T14ehAPMpHO_QWvnj1evMxrshrAvqukHH2ZPXJUWgAvd4) +- [The Algorithms](https://the-algorithms.com/) \ No newline at end of file