vault backup: 2022-10-13 22:42:32

Affected files:
.obsidian/app.json
.obsidian/snippets/obsidian.css
.obsidian/workspace.json
04. Programming/演算法.md
This commit is contained in:
2022-10-13 22:42:32 +08:00
parent e9e32e4a5f
commit f6cc9300a6
4 changed files with 28 additions and 16 deletions

3
.obsidian/app.json vendored
View File

@@ -14,5 +14,6 @@
"newFileLocation": "current",
"legacyEditor": false,
"livePreview": false,
"communityThemeSortOrder": "download"
"communityThemeSortOrder": "download",
"strictLineBreaks": false
}

View File

@@ -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;
}

View File

@@ -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"
]
}

View File

@@ -1,2 +1,3 @@
# 介紹文
- [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en?fbclid=IwAR1b6wbTcgKJg3T14ehAPMpHO_QWvnj1evMxrshrAvqukHH2ZPXJUWgAvd4)
- [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en?fbclid=IwAR1b6wbTcgKJg3T14ehAPMpHO_QWvnj1evMxrshrAvqukHH2ZPXJUWgAvd4)
- [The Algorithms](https://the-algorithms.com/)