diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 000000000..6abe4c134 --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,3 @@ +{ + "alwaysUpdateLinks": true +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 000000000..990f3376e --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "baseFontSize": 16 +} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 000000000..ab1d5111c --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,15 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "page-preview", + "note-composer", + "command-palette", + "editor-status", + "markdown-importer", + "word-count", + "open-with-default-app", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace new file mode 100644 index 000000000..81eab3e52 --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,94 @@ +{ + "main": { + "id": "eb4b2b6490b66c50", + "type": "split", + "children": [ + { + "id": "a12701fbd6d13db8", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "content/203-human-computer-interaction.md", + "mode": "source" + } + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "ac9578b0a16222bf", + "type": "split", + "children": [ + { + "id": "05ca151be114c4a7", + "type": "tabs", + "children": [ + { + "id": "79cce31ba43004b1", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "032c9934ea60f930", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "d1a07534f4cc846e", + "type": "split", + "children": [ + { + "id": "50ce56b0dca5ec79", + "type": "tabs", + "children": [ + { + "id": "d7529108d640bf24", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "content/203-human-computer-interaction.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "a12701fbd6d13db8", + "lastOpenFiles": [ + "content/203-human-computer-interaction.md", + "content/notes/index.md" + ] +} \ No newline at end of file diff --git a/content/notes/201-algorithms-and-data-structures.md b/content/201-algorithms-and-data-structures.md similarity index 100% rename from content/notes/201-algorithms-and-data-structures.md rename to content/201-algorithms-and-data-structures.md diff --git a/content/notes/201-information-systems.md b/content/201-information-systems.md similarity index 100% rename from content/notes/201-information-systems.md rename to content/201-information-systems.md diff --git a/content/notes/202-software-development.md b/content/202-software-development.md similarity index 100% rename from content/notes/202-software-development.md rename to content/202-software-development.md diff --git a/content/notes/203-human-computer-interaction.md b/content/203-human-computer-interaction.md similarity index 100% rename from content/notes/203-human-computer-interaction.md rename to content/203-human-computer-interaction.md diff --git a/content/notes/index.md b/content/notes/index.md index 7179e999d..2be13d9c7 100644 --- a/content/notes/index.md +++ b/content/notes/index.md @@ -3,10 +3,10 @@ title: INDEX --- # INDEX ## 1 Papers -- [201 Information Systems](content/notes/201-information-systems.md) -- [202 Software development](content/notes/202-software-development.md) -- [201 Algorithms and data structures](content/notes/201-algorithms-and-data-structures.md) -- [203 Human-Computer interaction](content/notes/203-human-computer-interaction.md) +- [201 Information Systems](201-information-systems.md) +- [202 Software development](202-software-development.md) +- [201 Algorithms and data structures](201-algorithms-and-data-structures.md) +- [203 Human-Computer interaction](203-human-computer-interaction.md) ## 2 Other - [Finance](content/notes/finance.md)