auto update

This commit is contained in:
Jet Hughes 2022-04-06 20:17:21 +12:00
parent ebbfe0b70f
commit cc84e1aaa2
10 changed files with 120 additions and 4 deletions

3
.obsidian/app.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"alwaysUpdateLinks": true
}

3
.obsidian/appearance.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"baseFontSize": 16
}

15
.obsidian/core-plugins.json vendored Normal file
View File

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

1
.obsidian/hotkeys.json vendored Normal file
View File

@ -0,0 +1 @@
{}

94
.obsidian/workspace vendored Normal file
View File

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

View File

@ -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)