K-University-AIED commited on
Commit
33cd1e1
·
verified ·
1 Parent(s): 5d4e097

Add extracted vault: student_035

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. data/student_035/Obsidian Vault/.obsidian/app.json +5 -0
  2. data/student_035/Obsidian Vault/.obsidian/appearance.json +8 -0
  3. data/student_035/Obsidian Vault/.obsidian/community-plugins.json +7 -0
  4. data/student_035/Obsidian Vault/.obsidian/core-plugins.json +33 -0
  5. data/student_035/Obsidian Vault/.obsidian/graph.json +22 -0
  6. data/student_035/Obsidian Vault/.obsidian/hotkeys.json +35 -0
  7. data/student_035/Obsidian Vault/.obsidian/plugins/calendar/data.json +10 -0
  8. data/student_035/Obsidian Vault/.obsidian/plugins/calendar/main.js +0 -0
  9. data/student_035/Obsidian Vault/.obsidian/plugins/calendar/manifest.json +10 -0
  10. data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/data.json +42 -0
  11. data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/main.js +0 -0
  12. data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/manifest.json +14 -0
  13. data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/styles.css +135 -0
  14. data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/data.json +32 -0
  15. data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/main.js +0 -0
  16. data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/manifest.json +10 -0
  17. data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/styles.css +30 -0
  18. data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/data.json +101 -0
  19. data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/main.js +0 -0
  20. data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/manifest.json +12 -0
  21. data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/styles.css +1 -0
  22. data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/.gitignore +1 -0
  23. data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/data.json +4 -0
  24. data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/main.js +0 -0
  25. data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/manifest.json +11 -0
  26. data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/styles.css +244 -0
  27. data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/data.json +38 -0
  28. data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/main.js +0 -0
  29. data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  30. data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/styles.css +226 -0
  31. data/student_035/Obsidian Vault/.obsidian/themes/Cybertron/manifest.json +7 -0
  32. data/student_035/Obsidian Vault/.obsidian/themes/Cybertron/theme.css +1255 -0
  33. data/student_035/Obsidian Vault/.obsidian/types.json +9 -0
  34. data/student_035/Obsidian Vault/.obsidian/workspace.json +228 -0
  35. data/student_035/Obsidian Vault/.obsidian/workspaces.json +373 -0
  36. data/student_035/Obsidian Vault/Calender/Daily Diary.md +2 -0
  37. data/student_035/Obsidian Vault/Calender/Daily Diary/2025-10-16(목).md +16 -0
  38. data/student_035/Obsidian Vault/Calender/Daily Diary/2025-10-26(일).md +17 -0
  39. data/student_035/Obsidian Vault/GAME/1. Info/HellDivers2_Info.md +28 -0
  40. data/student_035/Obsidian Vault/GAME/1. Info/Left4Dead2_Info.md +27 -0
  41. data/student_035/Obsidian Vault/GAME/1. Info/TEKKEN8_Info.md +27 -0
  42. data/student_035/Obsidian Vault/GAME/2. Analysis/HellDivers2_Analysis.md +65 -0
  43. data/student_035/Obsidian Vault/GAME/2. Analysis/Left4Dead2_Analysis.md +63 -0
  44. data/student_035/Obsidian Vault/GAME/2. Analysis/TEKKEN8_Analysis.md +66 -0
  45. data/student_035/Obsidian Vault/GAME/3. Themes/생존과 신뢰.md +20 -0
  46. data/student_035/Obsidian Vault/GAME/3. Themes/협동과 희생.md +21 -0
  47. data/student_035/Obsidian Vault/Template/Diary Example.md +17 -0
  48. data/student_035/Obsidian Vault/Template/G_Analysis_Template.md +55 -0
  49. data/student_035/Obsidian Vault/Template/G_Info_Template.md +20 -0
  50. data/student_035/Obsidian Vault/Template/G_Theme_Template.md +16 -0
data/student_035/Obsidian Vault/.obsidian/app.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "alwaysUpdateLinks": true,
3
+ "showLineNumber": true,
4
+ "showUnsupportedFiles": true
5
+ }
data/student_035/Obsidian Vault/.obsidian/appearance.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accentColor": "#fff70a",
3
+ "textFontFamily": "Pretendard",
4
+ "interfaceFontFamily": "Pretendard",
5
+ "monospaceFontFamily": "Pretendard",
6
+ "cssTheme": "Cybertron",
7
+ "theme": "system"
8
+ }
data/student_035/Obsidian Vault/.obsidian/community-plugins.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [
2
+ "calendar",
3
+ "periodic-notes",
4
+ "templater-obsidian",
5
+ "remotely-save",
6
+ "omnisearch"
7
+ ]
data/student_035/Obsidian Vault/.obsidian/core-plugins.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "file-explorer": true,
3
+ "global-search": true,
4
+ "switcher": true,
5
+ "graph": true,
6
+ "backlink": true,
7
+ "canvas": true,
8
+ "outgoing-link": true,
9
+ "tag-pane": true,
10
+ "footnotes": false,
11
+ "properties": false,
12
+ "page-preview": true,
13
+ "daily-notes": true,
14
+ "templates": true,
15
+ "note-composer": true,
16
+ "command-palette": true,
17
+ "slash-command": false,
18
+ "editor-status": true,
19
+ "bookmarks": true,
20
+ "markdown-importer": false,
21
+ "zk-prefixer": false,
22
+ "random-note": false,
23
+ "outline": true,
24
+ "word-count": true,
25
+ "slides": false,
26
+ "audio-recorder": false,
27
+ "workspaces": true,
28
+ "file-recovery": true,
29
+ "publish": false,
30
+ "sync": true,
31
+ "bases": true,
32
+ "webviewer": false
33
+ }
data/student_035/Obsidian Vault/.obsidian/graph.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "collapse-filter": true,
3
+ "search": "",
4
+ "showTags": false,
5
+ "showAttachments": false,
6
+ "hideUnresolved": false,
7
+ "showOrphans": true,
8
+ "collapse-color-groups": true,
9
+ "colorGroups": [],
10
+ "collapse-display": true,
11
+ "showArrow": false,
12
+ "textFadeMultiplier": 0,
13
+ "nodeSizeMultiplier": 1,
14
+ "lineSizeMultiplier": 1,
15
+ "collapse-forces": true,
16
+ "centerStrength": 0.518713248970312,
17
+ "repelStrength": 10,
18
+ "linkStrength": 1,
19
+ "linkDistance": 250,
20
+ "scale": 0.7289271582518931,
21
+ "close": true
22
+ }
data/student_035/Obsidian Vault/.obsidian/hotkeys.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "window:zoom-out": [
3
+ {
4
+ "modifiers": [
5
+ "Mod"
6
+ ],
7
+ "key": "-"
8
+ }
9
+ ],
10
+ "window:zoom-in": [
11
+ {
12
+ "modifiers": [
13
+ "Mod"
14
+ ],
15
+ "key": "+"
16
+ }
17
+ ],
18
+ "workspaces:open-modal": [
19
+ {
20
+ "modifiers": [
21
+ "Mod"
22
+ ],
23
+ "key": "U"
24
+ }
25
+ ],
26
+ "omnisearch:show-modal": [
27
+ {
28
+ "modifiers": [
29
+ "Alt",
30
+ "Mod"
31
+ ],
32
+ "key": "O"
33
+ }
34
+ ]
35
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/calendar/data.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shouldConfirmBeforeCreate": true,
3
+ "weekStart": "locale",
4
+ "wordsPerDot": 250,
5
+ "showWeeklyNote": false,
6
+ "weeklyNoteFormat": "",
7
+ "weeklyNoteTemplate": "",
8
+ "weeklyNoteFolder": "",
9
+ "localeOverride": "system-default"
10
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/calendar/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/calendar/manifest.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "calendar",
3
+ "name": "Calendar",
4
+ "description": "Calendar view of your daily notes",
5
+ "version": "1.5.10",
6
+ "author": "Liam Cain",
7
+ "authorUrl": "https://github.com/liamcain/",
8
+ "isDesktopOnly": false,
9
+ "minAppVersion": "0.9.11"
10
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/data.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "useCache": true,
3
+ "hideExcluded": false,
4
+ "recencyBoost": "0",
5
+ "downrankedFoldersFilters": [],
6
+ "ignoreDiacritics": true,
7
+ "ignoreArabicDiacritics": false,
8
+ "indexedFileTypes": [],
9
+ "displayTitle": "",
10
+ "PDFIndexing": false,
11
+ "officeIndexing": false,
12
+ "imagesIndexing": false,
13
+ "aiImageIndexing": false,
14
+ "unsupportedFilesIndexing": "default",
15
+ "splitCamelCase": false,
16
+ "openInNewPane": false,
17
+ "vimLikeNavigationShortcut": false,
18
+ "ribbonIcon": true,
19
+ "showExcerpt": true,
20
+ "maxEmbeds": 5,
21
+ "renderLineReturnInExcerpts": true,
22
+ "showCreateButton": false,
23
+ "highlight": true,
24
+ "showPreviousQueryResults": true,
25
+ "simpleSearch": false,
26
+ "tokenizeUrls": false,
27
+ "fuzziness": "1",
28
+ "weightBasename": 10,
29
+ "weightDirectory": 7,
30
+ "weightH1": 6,
31
+ "weightH2": 5,
32
+ "weightH3": 4,
33
+ "weightUnmarkedTags": 2,
34
+ "weightCustomProperties": [],
35
+ "httpApiEnabled": false,
36
+ "httpApiPort": "51361",
37
+ "httpApiNotice": true,
38
+ "welcomeMessage": "1.21.0",
39
+ "verboseLogging": false,
40
+ "DANGER_httpHost": null,
41
+ "DANGER_forceSaveCache": false
42
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/manifest.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "omnisearch",
3
+ "name": "Omnisearch",
4
+ "version": "1.27.3",
5
+ "minAppVersion": "1.7.2",
6
+ "description": "A search engine that just works",
7
+ "author": "Simon Cambier",
8
+ "authorUrl": "https://github.com/scambier/obsidian-omnisearch",
9
+ "fundingUrl": {
10
+ "Github": "https://github.com/sponsors/scambier",
11
+ "Ko-fi": "https://ko-fi.com/scambier"
12
+ },
13
+ "isDesktopOnly": false
14
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/omnisearch/styles.css ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .omnisearch-modal {
2
+ }
3
+
4
+ .omnisearch-result {
5
+ white-space: normal;
6
+ display: flex;
7
+ flex-direction: row;
8
+ /* justify-content: space-between; */
9
+ flex-wrap: nowrap;
10
+ }
11
+
12
+ .omnisearch-result__title-container {
13
+ display: flex;
14
+ align-items: center;
15
+ justify-content: space-between;
16
+ column-gap: 5px;
17
+ flex-wrap: wrap;
18
+ }
19
+
20
+ .omnisearch-result__title {
21
+ white-space: pre-wrap;
22
+ align-items: center;
23
+ display: flex;
24
+ gap: 5px;
25
+ }
26
+
27
+ .omnisearch-result__title > span {
28
+ }
29
+
30
+ .omnisearch-result__folder-path {
31
+ font-size: 0.75rem;
32
+ align-items: center;
33
+ display: flex;
34
+ gap: 5px;
35
+ color: var(--text-muted);
36
+ }
37
+
38
+ .omnisearch-result__extension {
39
+ font-size: 0.7rem;
40
+ color: var(--text-muted);
41
+ }
42
+
43
+ .omnisearch-result__counter {
44
+ font-size: 0.7rem;
45
+ color: var(--text-muted);
46
+ }
47
+
48
+ .omnisearch-result__body {
49
+ white-space: normal;
50
+ font-size: small;
51
+ word-wrap: normal;
52
+
53
+ overflow: hidden;
54
+ display: -webkit-box;
55
+ -webkit-line-clamp: 3;
56
+ -webkit-box-orient: vertical;
57
+
58
+ color: var(--text-muted);
59
+ margin-inline-start: 0.5em;
60
+ }
61
+
62
+ .omnisearch-result__embed {
63
+ margin-left: 1em;
64
+ }
65
+
66
+
67
+ .omnisearch-result__image-container {
68
+ flex-basis: 20%;
69
+ text-align: end;
70
+ }
71
+
72
+ .omnisearch-highlight {
73
+ }
74
+
75
+ .omnisearch-default-highlight {
76
+ text-decoration: underline;
77
+ text-decoration-color: var(--text-highlight-bg);
78
+ text-decoration-thickness: 3px;
79
+ text-underline-offset: -1px;
80
+ text-decoration-skip-ink: none;
81
+ }
82
+
83
+ .omnisearch-input-container {
84
+ display: flex;
85
+ align-items: center;
86
+ flex-direction: row;
87
+ gap: 5px;
88
+ }
89
+
90
+ .omnisearch-result__icon {
91
+ display: inline-block;
92
+ vertical-align: middle;
93
+ width: 16px;
94
+ height: 16px;
95
+ margin-right: 4px;
96
+ }
97
+
98
+ .omnisearch-result__icon svg {
99
+ width: 100%;
100
+ height: 100%;
101
+ }
102
+
103
+ .omnisearch-result__icon--emoji {
104
+ font-size: 16px;
105
+ vertical-align: middle;
106
+ margin-right: 4px;
107
+ }
108
+
109
+ @media only screen and (max-width: 600px) {
110
+ .omnisearch-input-container {
111
+ flex-direction: column;
112
+ }
113
+
114
+ .omnisearch-input-container__buttons {
115
+ display: flex;
116
+ flex-direction: row;
117
+ width: 100%;
118
+ padding: 0 1em 0 1em;
119
+ gap: 1em;
120
+ }
121
+ .omnisearch-input-container__buttons > button {
122
+ flex-grow: 1;
123
+ }
124
+ }
125
+
126
+ @media only screen and (min-width: 600px) {
127
+ .omnisearch-input-container__buttons {
128
+ margin-inline-end: 1em;
129
+ }
130
+ }
131
+
132
+ .omnisearch-input-field {
133
+ position: relative;
134
+ flex-grow: 1;
135
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/data.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "showGettingStartedBanner": false,
3
+ "hasMigratedDailyNoteSettings": false,
4
+ "hasMigratedWeeklyNoteSettings": false,
5
+ "daily": {
6
+ "format": "YYYY-MM-DD(ddd)",
7
+ "template": "Template/Diary Example.md",
8
+ "folder": "Calender/Daily Diary",
9
+ "enabled": true
10
+ },
11
+ "weekly": {
12
+ "format": "",
13
+ "template": "",
14
+ "folder": "",
15
+ "enabled": true
16
+ },
17
+ "monthly": {
18
+ "format": "",
19
+ "template": "",
20
+ "folder": ""
21
+ },
22
+ "quarterly": {
23
+ "format": "",
24
+ "template": "",
25
+ "folder": ""
26
+ },
27
+ "yearly": {
28
+ "format": "",
29
+ "template": "",
30
+ "folder": ""
31
+ }
32
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/manifest.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "periodic-notes",
3
+ "name": "Periodic Notes",
4
+ "description": "Create/manage your daily, weekly, and monthly notes",
5
+ "version": "0.0.17",
6
+ "author": "Liam Cain",
7
+ "authorUrl": "https://github.com/liamcain/",
8
+ "isDesktopOnly": false,
9
+ "minAppVersion": "0.10.11"
10
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/periodic-notes/styles.css ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .periodic-modal {
2
+ min-width: 40vw;
3
+ }
4
+
5
+ .settings-banner {
6
+ background-color: var(--background-primary-alt);
7
+ border-radius: 8px;
8
+ border: 1px solid var(--background-modifier-border);
9
+ margin-bottom: 1em;
10
+ margin-top: 1em;
11
+ padding: 1.5em;
12
+ text-align: left;
13
+ }
14
+
15
+ .settings-banner h3 {
16
+ margin-top: 0;
17
+ }
18
+
19
+ .settings-banner h4 {
20
+ margin-bottom: 0.25em;
21
+ }
22
+
23
+ .has-error {
24
+ color: var(--text-error);
25
+ }
26
+
27
+ input.has-error {
28
+ color: var(--text-error);
29
+ border-color: var(--text-error);
30
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/data.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "choices": [],
3
+ "inputPrompt": "single-line",
4
+ "devMode": false,
5
+ "templateFolderPath": "Template",
6
+ "announceUpdates": true,
7
+ "version": "2.6.0",
8
+ "globalVariables": {},
9
+ "onePageInputEnabled": false,
10
+ "disableOnlineFeatures": true,
11
+ "enableRibbonIcon": false,
12
+ "showCaptureNotification": true,
13
+ "showInputCancellationNotification": false,
14
+ "enableTemplatePropertyTypes": false,
15
+ "ai": {
16
+ "defaultModel": "Ask me",
17
+ "defaultSystemPrompt": "As an AI assistant within Obsidian, your primary goal is to help users manage their ideas and knowledge more effectively. Format your responses using Markdown syntax. Please use the [[Obsidian]] link format. You can write aliases for the links by writing [[Obsidian|the alias after the pipe symbol]]. To use mathematical notation, use LaTeX syntax. LaTeX syntax for larger equations should be on separate lines, surrounded with double dollar signs ($$). You can also inline math expressions by wrapping it in $ symbols. For example, use $$w_{ij}^{\text{new}}:=w_{ij}^{\text{current}}+etacdotdelta_jcdot x_{ij}$$ on a separate line, but you can write \"($eta$ = learning rate, $delta_j$ = error term, $x_{ij}$ = input)\" inline.",
18
+ "promptTemplatesFolderPath": "",
19
+ "showAssistant": true,
20
+ "providers": [
21
+ {
22
+ "name": "OpenAI",
23
+ "endpoint": "https://api.openai.com/v1",
24
+ "apiKey": "",
25
+ "models": [
26
+ {
27
+ "name": "text-davinci-003",
28
+ "maxTokens": 4096
29
+ },
30
+ {
31
+ "name": "gpt-3.5-turbo",
32
+ "maxTokens": 4096
33
+ },
34
+ {
35
+ "name": "gpt-3.5-turbo-16k",
36
+ "maxTokens": 16384
37
+ },
38
+ {
39
+ "name": "gpt-3.5-turbo-1106",
40
+ "maxTokens": 16385
41
+ },
42
+ {
43
+ "name": "gpt-4",
44
+ "maxTokens": 8192
45
+ },
46
+ {
47
+ "name": "gpt-4-32k",
48
+ "maxTokens": 32768
49
+ },
50
+ {
51
+ "name": "gpt-4-1106-preview",
52
+ "maxTokens": 128000
53
+ },
54
+ {
55
+ "name": "gpt-4-turbo",
56
+ "maxTokens": 128000
57
+ },
58
+ {
59
+ "name": "gpt-4o",
60
+ "maxTokens": 128000
61
+ },
62
+ {
63
+ "name": "gpt-4o-mini",
64
+ "maxTokens": 128000
65
+ }
66
+ ],
67
+ "autoSyncModels": false
68
+ },
69
+ {
70
+ "name": "Gemini",
71
+ "endpoint": "https://generativelanguage.googleapis.com",
72
+ "apiKey": "",
73
+ "models": [
74
+ {
75
+ "name": "gemini-1.5-pro",
76
+ "maxTokens": 1000000
77
+ },
78
+ {
79
+ "name": "gemini-1.5-flash",
80
+ "maxTokens": 1000000
81
+ },
82
+ {
83
+ "name": "gemini-1.5-flash-8b",
84
+ "maxTokens": 1000000
85
+ }
86
+ ],
87
+ "autoSyncModels": false
88
+ }
89
+ ]
90
+ },
91
+ "migrations": {
92
+ "migrateToMacroIDFromEmbeddedMacro": true,
93
+ "useQuickAddTemplateFolder": true,
94
+ "incrementFileNameSettingMoveToDefaultBehavior": true,
95
+ "mutualExclusionInsertAfterAndWriteToBottomOfFile": true,
96
+ "setVersionAfterUpdateModalRelease": true,
97
+ "addDefaultAIProviders": true,
98
+ "removeMacroIndirection": true,
99
+ "migrateFileOpeningSettings": true
100
+ }
101
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/manifest.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "quickadd",
3
+ "name": "QuickAdd",
4
+ "version": "2.6.0",
5
+ "minAppVersion": "1.6.0",
6
+ "description": "Quickly add new pages or content to your vault.",
7
+ "author": "Christian B. B. Houmann",
8
+ "authorUrl": "https://bagerbach.com",
9
+ "fundingUrl": "https://www.buymeacoffee.com/chhoumann",
10
+ "helpUrl": "https://quickadd.obsidian.guide/docs/",
11
+ "isDesktopOnly": false
12
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/quickadd/styles.css ADDED
@@ -0,0 +1 @@
 
 
1
+ @media screen and (max-width: 540px){.qaWideInputPrompt .modal{bottom:10vh}.wideInputPromptInputEl{width:100%;min-width:100%;max-width:100%;height:6rem;font-size:16px;direction:inherit;text-align:inherit}}@media screen and (min-width: 541px){.wideInputPromptInputEl{width:40rem;max-width:100%;height:20rem;font-size:16px;direction:inherit;text-align:inherit}}.captureToActiveFileContainer{display:flex;align-content:center;justify-content:space-between;margin-bottom:10px}.choiceNameHeader{text-align:center}.choiceNameHeader:hover{cursor:pointer}.folderInputContainer{display:flex;align-content:center;justify-content:space-between;margin-bottom:8px;gap:4px}.quickAddModal .modal{min-width:35%;overflow-y:auto;max-height:70%}.quickAddModal .qa-preview-row{margin:6px 0}.quickAddModal .qa-preview-label{font-weight:600}.checkboxRowContainer{margin:30px 0;display:grid;grid-template-rows:auto;align-content:center;gap:5px}.checkboxRow{display:flex;justify-content:space-between;align-content:center}.checkboxRow .checkbox-container{flex-shrink:0}.checkboxRow span{font-size:16px;word-break:break-all}.submitButtonContainer{display:flex;align-content:center;justify-content:center;gap:.5rem}.chooseFolderWhenCreatingNoteContainer{display:flex;align-content:center;justify-content:space-between;margin-bottom:10px}.chooseFolderFromSubfolderContainer{margin:20px 0 0}.clickable:hover{cursor:pointer}.quickAddCommandListItem{display:flex;flex:1 1 auto;align-items:center;justify-content:space-between}.quickCommandContainer{display:flex;justify-content:flex-end;align-content:center;margin-bottom:1em;gap:4px}.yesNoPromptButtonContainer{display:flex;align-items:center;justify-content:space-around;margin-top:2rem;gap:.5rem}.suggestion-container{background-color:var(--modal-background);z-index:100000;overflow-y:auto}.qaFileSuggestionItem{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;margin:1px 0;cursor:pointer;border-radius:3px;transition:all .12s cubic-bezier(.25,.46,.45,.94);position:relative;min-height:32px;font-size:13px;line-height:1.3;width:100%}.qaFileSuggestionItem:hover{background-color:var(--background-modifier-hover);transform:translate(2px)}.qaFileSuggestionItem.is-selected{background-color:var(--interactive-accent);color:var(--text-on-accent);box-shadow:0 2px 8px #0000001a}.qaFileSuggestionItem.is-selected .suggestion-sub-text{color:var(--text-on-accent-inverted);opacity:.8}.qa-suggest-exact:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--interactive-accent);border-radius:0 1px 1px 0}.qa-suggest-alias:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-orange, #ff8c00);border-radius:0 1px 1px 0}.qa-suggest-fuzzy:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--text-faint);border-radius:0 1px 1px 0}.qa-suggest-unresolved:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-red, #e74c3c);border-radius:0 1px 1px 0}.qa-suggest-heading:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-blue, #3498db);border-radius:0 1px 1px 0}.qa-suggest-block:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--color-purple, #9b59b6);border-radius:0 1px 1px 0}.qa-suggestion-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.qaFileSuggestionItem .suggestion-main-text{font-weight:500;color:var(--text-normal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.qaFileSuggestionItem .suggestion-sub-text{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;margin-left:auto;padding-left:8px;opacity:.7}.qa-suggestion-pill{display:inline-block;padding:1px 4px;border-radius:2px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;line-height:1;opacity:.8}.qa-alias-pill{background:var(--color-orange, #ff8c00);color:#fff}.qa-unresolved-pill{background:var(--color-red, #e74c3c);color:#fff}.qa-create-pill{background:var(--color-green, #27ae60);color:#fff}.qa-heading-pill{background:var(--color-blue, #3498db);color:#fff}.qa-block-pill{background:var(--color-purple, #9b59b6);color:#fff}.qa-file-tooltip{background:var(--background-primary);border:1px solid var(--background-modifier-border);border-radius:4px;padding:8px 10px;max-width:280px;box-shadow:0 4px 20px #0000001f;z-index:1000;pointer-events:none;font-size:12px}.qa-tooltip-header{font-weight:600;font-size:13px;margin-bottom:4px;color:var(--text-normal)}.qa-tooltip-content{color:var(--text-muted);line-height:1.3}.qa-tooltip-content div{margin-bottom:2px}.qaFileSuggestionItem{will-change:transform,background-color;backface-visibility:hidden}.qaFileSuggestionItem:focus-visible{outline:2px solid var(--interactive-accent);outline-offset:-2px}.theme-dark .qa-file-tooltip{box-shadow:0 4px 20px #0000004d;border-color:var(--background-modifier-border-hover)}.theme-dark .qaFileSuggestionItem:hover{background-color:#ffffff0d}@media (prefers-contrast: high){.qa-suggest-exact:before,.qa-suggest-alias:before,.qa-suggest-fuzzy:before,.qa-suggest-unresolved:before,.qa-suggest-heading:before,.qa-suggest-block:before{width:3px}.qa-suggestion-pill{font-weight:700}}@media (prefers-reduced-motion: reduce){.qaFileSuggestionItem{transition:none}.qaFileSuggestionItem:hover{transform:none}}.choiceListItem{display:flex;font-size:16px;align-items:center;margin:12px 0 0;transition:1s ease-in-out}.choiceListItemName{flex:1 0 0}.choiceListItemName p{margin:0;display:inline}.quickadd-choice-suggestion p{margin:0}.quickadd-update-modal-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.quickadd-update-modal{min-width:35%;max-width:90%;max-height:70%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;overflow-x:hidden;overflow-y:auto}.quickadd-update-modal pre{white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;max-width:100%}.quickadd-update-modal code{word-wrap:break-word;white-space:pre-wrap;max-width:100%;overflow-x:auto}.quickadd-update-modal img{width:100%;height:auto;margin:5px}.quickadd-bmac-container{display:flex;justify-content:center;align-items:center}.qa-field-hint{margin-top:-4px;margin-bottom:12px;font-size:12px;color:var(--text-error);min-height:16px}input.is-invalid,textarea.is-invalid{box-shadow:0 0 0 1px var(--text-error)}.qa-highlight{background-color:var(--text-selection);color:var(--text-normal);font-weight:600;padding:0;border-radius:2px}
data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ data.json
data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/data.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "readme": "The file contains sensitive info, so DO NOT take screenshot of, copy, or share it to anyone! It's also generated automatically, so do not edit it manually.",
3
+ "d": "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"
4
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/manifest.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "remotely-save",
3
+ "name": "Remotely Save",
4
+ "version": "0.5.25",
5
+ "minAppVersion": "0.13.21",
6
+ "description": "Yet another unofficial plugin allowing users to synchronize notes between local device and the cloud service.",
7
+ "author": "fyears",
8
+ "authorUrl": "https://github.com/fyears",
9
+ "isDesktopOnly": false,
10
+ "fundingUrl": "https://remotelysave.com"
11
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/remotely-save/styles.css ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* set the styles */
2
+
3
+ .password-second-confirm {
4
+ font-weight: bold;
5
+ }
6
+
7
+ .password-disclaimer {
8
+ font-weight: bold;
9
+ }
10
+
11
+ .encryptionmethod-second-confirm {
12
+ font-weight: bold;
13
+ }
14
+
15
+ .settings-auth-related {
16
+ border-top: 1px solid var(--background-modifier-border);
17
+ padding-top: 18px;
18
+ }
19
+
20
+ .settings-percentage-custom-hide {
21
+ display: none;
22
+ }
23
+
24
+ .settings-encryption-method-hide {
25
+ display: none;
26
+ }
27
+
28
+ .s3-disclaimer {
29
+ font-weight: bold;
30
+ }
31
+ .s3-hide {
32
+ display: none;
33
+ }
34
+
35
+ .dropbox-disclaimer {
36
+ font-weight: bold;
37
+ }
38
+ .dropbox-hide {
39
+ display: none;
40
+ }
41
+
42
+ .dropbox-auth-button-hide {
43
+ display: none;
44
+ }
45
+
46
+ .dropbox-revoke-auth-button-hide {
47
+ display: none;
48
+ }
49
+
50
+ .onedrive-disclaimer {
51
+ font-weight: bold;
52
+ }
53
+ .onedrive-hide {
54
+ display: none;
55
+ }
56
+
57
+ .onedrive-auth-button-hide {
58
+ display: none;
59
+ }
60
+
61
+ .onedrive-revoke-auth-button-hide {
62
+ display: none;
63
+ }
64
+
65
+ .onedrivefull-allow-to-use-hide {
66
+ display: none;
67
+ }
68
+
69
+ .onedrivefull-disclaimer {
70
+ font-weight: bold;
71
+ }
72
+ .onedrivefull-hide {
73
+ display: none;
74
+ }
75
+
76
+ .onedrivefull-auth-button-hide {
77
+ display: none;
78
+ }
79
+
80
+ .onedrivefull-revoke-auth-button-hide {
81
+ display: none;
82
+ }
83
+
84
+ .webdav-disclaimer {
85
+ font-weight: bold;
86
+ }
87
+ .webdav-hide {
88
+ display: none;
89
+ }
90
+
91
+ .webdav-customheaders-textarea {
92
+ font-family: monospace;
93
+ }
94
+
95
+ .webdis-disclaimer {
96
+ font-weight: bold;
97
+ }
98
+ .webdis-hide {
99
+ display: none;
100
+ }
101
+
102
+ .googledrive-disclaimer {
103
+ font-weight: bold;
104
+ }
105
+ .googledrive-hide {
106
+ display: none;
107
+ }
108
+
109
+ .googledrive-allow-to-use-hide {
110
+ display: none;
111
+ }
112
+
113
+ .googledrive-auth-button-hide {
114
+ display: none;
115
+ }
116
+
117
+ .googledrive-revoke-auth-button-hide {
118
+ display: none;
119
+ }
120
+
121
+ .box-disclaimer {
122
+ font-weight: bold;
123
+ }
124
+ .box-hide {
125
+ display: none;
126
+ }
127
+
128
+ .box-allow-to-use-hide {
129
+ display: none;
130
+ }
131
+
132
+ .box-auth-button-hide {
133
+ display: none;
134
+ }
135
+
136
+ .box-revoke-auth-button-hide {
137
+ display: none;
138
+ }
139
+
140
+ .pcloud-disclaimer {
141
+ font-weight: bold;
142
+ }
143
+ .pcloud-hide {
144
+ display: none;
145
+ }
146
+
147
+ .pcloud-allow-to-use-hide {
148
+ display: none;
149
+ }
150
+
151
+ .pcloud-auth-button-hide {
152
+ display: none;
153
+ }
154
+
155
+ .pcloud-revoke-auth-button-hide {
156
+ display: none;
157
+ }
158
+
159
+ .yandexdisk-disclaimer {
160
+ font-weight: bold;
161
+ }
162
+ .yandexdisk-hide {
163
+ display: none;
164
+ }
165
+
166
+ .yandexdisk-allow-to-use-hide {
167
+ display: none;
168
+ }
169
+
170
+ .yandexdisk-auth-button-hide {
171
+ display: none;
172
+ }
173
+
174
+ .yandexdisk-revoke-auth-button-hide {
175
+ display: none;
176
+ }
177
+
178
+ .koofr-disclaimer {
179
+ font-weight: bold;
180
+ }
181
+ .koofr-hide {
182
+ display: none;
183
+ }
184
+
185
+ .koofr-allow-to-use-hide {
186
+ display: none;
187
+ }
188
+
189
+ .koofr-auth-button-hide {
190
+ display: none;
191
+ }
192
+
193
+ .koofr-revoke-auth-button-hide {
194
+ display: none;
195
+ }
196
+
197
+ .azureblobstorage-disclaimer {
198
+ font-weight: bold;
199
+ }
200
+ .azureblobstorage-hide {
201
+ display: none;
202
+ }
203
+
204
+ .azureblobstorage-allow-to-use-hide {
205
+ display: none;
206
+ }
207
+
208
+ .qrcode-img {
209
+ width: 350px;
210
+ height: 350px;
211
+ }
212
+
213
+ .ignorepaths-textarea {
214
+ font-family: monospace;
215
+ }
216
+
217
+ .onlyallowpaths-textarea {
218
+ font-family: monospace;
219
+ }
220
+
221
+ .logtohttpserver-warning {
222
+ color: red;
223
+ font-weight: bolder;
224
+ }
225
+
226
+ .setting-need-wrapping .setting-item-control {
227
+ /* flex-wrap: wrap; */
228
+ display: grid;
229
+ }
230
+
231
+ .pro-disclaimer {
232
+ font-weight: bold;
233
+ }
234
+ .pro-hide {
235
+ display: none;
236
+ }
237
+
238
+ .pro-auth-button-hide {
239
+ display: none;
240
+ }
241
+
242
+ .pro-revoke-auth-button-hide {
243
+ display: none;
244
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/data.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "command_timeout": 5,
3
+ "templates_folder": "Template",
4
+ "templates_pairs": [
5
+ [
6
+ "",
7
+ ""
8
+ ]
9
+ ],
10
+ "trigger_on_file_creation": false,
11
+ "auto_jump_to_cursor": false,
12
+ "enable_system_commands": false,
13
+ "shell_path": "",
14
+ "user_scripts_folder": "",
15
+ "enable_folder_templates": true,
16
+ "folder_templates": [
17
+ {
18
+ "folder": "",
19
+ "template": ""
20
+ }
21
+ ],
22
+ "enable_file_templates": false,
23
+ "file_templates": [
24
+ {
25
+ "regex": ".*",
26
+ "template": ""
27
+ }
28
+ ],
29
+ "syntax_highlighting": true,
30
+ "syntax_highlighting_mobile": false,
31
+ "enabled_templates_hotkeys": [
32
+ ""
33
+ ],
34
+ "startup_templates": [
35
+ ""
36
+ ],
37
+ "intellisense_render": 1
38
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/main.js ADDED
The diff for this file is too large to render. See raw diff
 
data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/manifest.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "templater-obsidian",
3
+ "name": "Templater",
4
+ "version": "2.16.2",
5
+ "description": "Create and use templates",
6
+ "minAppVersion": "1.5.0",
7
+ "author": "SilentVoid",
8
+ "authorUrl": "https://github.com/SilentVoid13",
9
+ "helpUrl": "https://silentvoid13.github.io/Templater/",
10
+ "isDesktopOnly": false
11
+ }
data/student_035/Obsidian Vault/.obsidian/plugins/templater-obsidian/styles.css ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .templater_search {
2
+ width: calc(100% - 20px);
3
+ }
4
+
5
+ .templater_div {
6
+ border-top: 1px solid var(--background-modifier-border);
7
+ }
8
+
9
+ .templater_div > .setting-item {
10
+ border-top: none !important;
11
+ align-self: center;
12
+ }
13
+
14
+ .templater_div > .setting-item > .setting-item-control {
15
+ justify-content: space-around;
16
+ padding: 0;
17
+ width: 100%;
18
+ }
19
+
20
+ .templater_div
21
+ > .setting-item
22
+ > .setting-item-control
23
+ > .setting-editor-extra-setting-button {
24
+ align-self: center;
25
+ }
26
+
27
+ .templater_donating {
28
+ margin: 10px;
29
+ }
30
+
31
+ .templater_title {
32
+ margin: 0;
33
+ padding: 0;
34
+ margin-top: 5px;
35
+ text-align: center;
36
+ }
37
+
38
+ .templater_template {
39
+ align-self: center;
40
+ margin-left: 5px;
41
+ margin-right: 5px;
42
+ width: 70%;
43
+ }
44
+
45
+ .templater_cmd {
46
+ margin-left: 5px;
47
+ margin-right: 5px;
48
+ font-size: 14px;
49
+ width: 100%;
50
+ }
51
+
52
+ .templater_div2 > .setting-item {
53
+ align-content: center;
54
+ justify-content: center;
55
+ }
56
+
57
+ .templater-prompt-div,
58
+ .templater-multisuggester-div {
59
+ display: flex;
60
+ }
61
+
62
+ .templater-prompt-form {
63
+ display: flex;
64
+ flex-grow: 1;
65
+ }
66
+
67
+ .templater-prompt-input,
68
+ .templater-multisuggester-input {
69
+ flex-grow: 1;
70
+ }
71
+
72
+ .templater-button-div {
73
+ display: flex;
74
+ flex-direction: column;
75
+ align-items: center;
76
+ margin-top: 1rem;
77
+ }
78
+
79
+ textarea.templater-prompt-input {
80
+ height: 10rem;
81
+ }
82
+
83
+ textarea.templater-prompt-input:focus {
84
+ border-color: var(--interactive-accent);
85
+ }
86
+
87
+ .templater-multisuggester-list {
88
+ margin: 1.5em 0;
89
+ }
90
+
91
+ .cm-s-obsidian .templater-command-bg {
92
+ left: 0px;
93
+ right: 0px;
94
+ background-color: var(--background-primary-alt);
95
+ }
96
+
97
+ .cm-s-obsidian .cm-templater-command {
98
+ font-size: 0.85em;
99
+ font-family: var(--font-monospace);
100
+ line-height: 1.3;
101
+ }
102
+
103
+ .cm-s-obsidian .templater-inline .cm-templater-command {
104
+ background-color: var(--background-primary-alt);
105
+ }
106
+
107
+ .cm-s-obsidian .cm-templater-command.cm-templater-opening-tag {
108
+ font-weight: bold;
109
+ }
110
+
111
+ .cm-s-obsidian .cm-templater-command.cm-templater-closing-tag {
112
+ font-weight: bold;
113
+ }
114
+
115
+ .cm-s-obsidian .cm-templater-command.cm-templater-interpolation-tag {
116
+ color: var(--code-property, #008bff);
117
+ }
118
+
119
+ .cm-s-obsidian .cm-templater-command.cm-templater-execution-tag {
120
+ color: var(--code-function, #c0d700);
121
+ }
122
+
123
+ .cm-s-obsidian .cm-templater-command.cm-keyword {
124
+ color: var(--code-keyword, #00a7aa);
125
+ font-weight: normal;
126
+ }
127
+
128
+ .cm-s-obsidian .cm-templater-command.cm-atom {
129
+ color: var(--code-normal, #f39b35);
130
+ }
131
+
132
+ .cm-s-obsidian .cm-templater-command.cm-value,
133
+ .cm-s-obsidian .cm-templater-command.cm-number,
134
+ .cm-s-obsidian .cm-templater-command.cm-type {
135
+ color: var(--code-value, #a06fca);
136
+ }
137
+
138
+ .cm-s-obsidian .cm-templater-command.cm-def,
139
+ .cm-s-obsidian .cm-templater-command.cm-type.cm-def {
140
+ color: var(--code-normal, var(--text-normal));
141
+ }
142
+
143
+ .cm-s-obsidian .cm-templater-command.cm-property,
144
+ .cm-s-obsidian .cm-templater-command.cm-property.cm-def,
145
+ .cm-s-obsidian .cm-templater-command.cm-attribute {
146
+ color: var(--code-function, #98e342);
147
+ }
148
+
149
+ .cm-s-obsidian .cm-templater-command.cm-variable,
150
+ .cm-s-obsidian .cm-templater-command.cm-variable-2,
151
+ .cm-s-obsidian .cm-templater-command.cm-variable-3,
152
+ .cm-s-obsidian .cm-templater-command.cm-meta {
153
+ color: var(--code-property, #d4d4d4);
154
+ }
155
+
156
+ .cm-s-obsidian .cm-templater-command.cm-callee,
157
+ .cm-s-obsidian .cm-templater-command.cm-operator,
158
+ .cm-s-obsidian .cm-templater-command.cm-qualifier,
159
+ .cm-s-obsidian .cm-templater-command.cm-builtin {
160
+ color: var(--code-operator, #fc4384);
161
+ }
162
+
163
+ .cm-s-obsidian .cm-templater-command.cm-tag {
164
+ color: var(--code-tag, #fc4384);
165
+ }
166
+
167
+ .cm-s-obsidian .cm-templater-command.cm-comment,
168
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-tag,
169
+ .cm-s-obsidian .cm-templater-command.cm-comment.cm-attribute {
170
+ color: var(--code-comment, #696d70);
171
+ }
172
+
173
+ .cm-s-obsidian .cm-templater-command.cm-string,
174
+ .cm-s-obsidian .cm-templater-command.cm-string-2 {
175
+ color: var(--code-string, #e6db74);
176
+ }
177
+
178
+ .cm-s-obsidian .cm-templater-command.cm-header,
179
+ .cm-s-obsidian .cm-templater-command.cm-hr {
180
+ color: var(--code-keyword, #da7dae);
181
+ }
182
+
183
+ .cm-s-obsidian .cm-templater-command.cm-link {
184
+ color: var(--code-normal, #696d70);
185
+ }
186
+
187
+ .cm-s-obsidian .cm-templater-command.cm-error {
188
+ border-bottom: 1px solid #c42412;
189
+ }
190
+
191
+ .CodeMirror-hints {
192
+ position: absolute;
193
+ z-index: 10;
194
+ overflow: hidden;
195
+ list-style: none;
196
+
197
+ margin: 0;
198
+ padding: 2px;
199
+
200
+ -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
201
+ -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
202
+ box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
203
+ border-radius: 3px;
204
+ border: 1px solid silver;
205
+
206
+ background: white;
207
+ font-size: 90%;
208
+ font-family: monospace;
209
+
210
+ max-height: 20em;
211
+ overflow-y: auto;
212
+ }
213
+
214
+ .CodeMirror-hint {
215
+ margin: 0;
216
+ padding: 0 4px;
217
+ border-radius: 2px;
218
+ white-space: pre;
219
+ color: black;
220
+ cursor: pointer;
221
+ }
222
+
223
+ li.CodeMirror-hint-active {
224
+ background: #08f;
225
+ color: white;
226
+ }
data/student_035/Obsidian Vault/.obsidian/themes/Cybertron/manifest.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Cybertron",
3
+ "version": "2.2",
4
+ "minAppVersion": "1.0.0",
5
+ "author": "nickmilo",
6
+ "authorUri": "https://github.com/nickmilo/Cybertron/"
7
+ }
data/student_035/Obsidian Vault/.obsidian/themes/Cybertron/theme.css ADDED
@@ -0,0 +1,1255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* MODIFIED 2023-12-19 */
2
+
3
+ .theme-dark {
4
+ --window-border: 1px solid var(--window-border-color); /* Thanks Damian K from the Prism theme! */
5
+ --window-border-color: var(--background-secondary-alt);
6
+ color-scheme: dark;
7
+ --background-primary: #2f3136;
8
+ --background-primary-alt: #36393f;
9
+ --background-secondary: #141414;
10
+ --background-secondary-alt: #222222;
11
+ --text-normal: #5dbcd2;
12
+ --text-faint: #999999;
13
+ --text-muted: #aaaaaa;
14
+ --text-selection: #164f92;
15
+ --text-on-accent: #5dbcd2;
16
+ --text-accent: #319cb4;
17
+ --text-error: rgb(244, 105, 188);
18
+ --bold-color: rgb(158, 138, 255);
19
+ --bold-weight: 700;
20
+ --italic-color: rgb(186, 192, 79);
21
+ --h1-color: #c7c400; /* CyberYellow: fcf601, FullYellow: fffb00, H1Yellow: c7c400 */
22
+ --h2-color: #b9adff;
23
+ --h3-color: #52c1da;
24
+ --h4-color: #67c073; /*6fcf7f*/
25
+ --h5-color: #de87ca; /*d8d8d8*/
26
+ --h6-color: #b4b4b4;
27
+ --inline-title-color: rgb(93, 188, 210);
28
+ --link-color: rgb(214, 105, 188);
29
+ --link-external-color: rgb(214, 105, 188);
30
+ --link-external-color-hover: rgb(236, 154, 217);
31
+ --link-external-decoration: underline;
32
+ --link-external-decoration-hover: underline;
33
+ --text-mark: transparent; /* SEE HIGHLIGHTER */
34
+ /* pre-code referenced in cm-inline-code */
35
+ --pre-code: rgb(64, 68, 77);
36
+ --code-size: 13.125px;
37
+ --code-background: rgb(54, 57, 63);
38
+ --code-normal: rgb(170, 170, 170);
39
+ --code-tag: rgb(49, 156, 180);
40
+ --code-punctuation: rgb(49, 156, 180);
41
+ --text-highlight-bg: rgba(252, 246, 1, 0.4); /* SEE HIGHLIGHTER */
42
+ --interactive-accent: rgba(252, 246, 1, 0.95);
43
+ --interactive-accent-muted: rgba(252, 246, 1, 0.55);
44
+ --interactive-accent-hover: #9e8aff; /* for Calendar Plugin*/
45
+ --interactive-before: #5e6565;
46
+ --interactive-hover: #36393f; /* for Calendar Plugin*/
47
+ --background-modifier-border: #595959; /*595959*/
48
+ /* Matching blockquote border to screenshot rather than code */
49
+ --blockquote-border-color: rgb(130, 114, 208);
50
+ --blockquote-border-thickness: 2px;
51
+ --blockquote-color: rgb(93, 188, 210);
52
+ --interactive-accent: #fe8019;
53
+ --font-text-theme: Avenir, Avenir Next, var(--default-font), sans-serif;
54
+ --font-editor-theme: Avenir, Avenir Next, var(--default-font), sans-serif;
55
+ /* Usage of preferred monospace font */
56
+ /* --font-monospace-theme: Menlo, SFMono-Regular, Consolas, "JetBrains Mono",
57
+ "Fira Coda", SFMono-Regular, "Roboto Mono", "Source Code Pro", monospace; */
58
+ --font-monospace-theme: "JetBrains Mono", Menlo, SFMono-Regular, Consolas,
59
+ "Fira Coda", SFMono-Regular, "Roboto Mono", "Source Code Pro", monospace;
60
+ --scrollbar-bg: rgba(20, 20, 20, 0);
61
+ --scrollbar-thumb-bg: #595959;
62
+ --background-modifier-error: #36393f;
63
+ --background-modifier-success: #36393f;
64
+ --background-modifier-form-field: #2f3136;
65
+ --background-modifier-form-field-highlighted: #2f3136;
66
+ --graph-text: rgb(204, 204, 204);
67
+ --graph-node: rgb(252, 246, 1);
68
+ --graph-node-focused: rgb(38, 121, 140);
69
+ --graph-node-unresolved: rgb(158, 138, 255);
70
+ --graph-node-attachment: rgb(214, 105, 188);
71
+ --graph-node-tag: rgb(93, 188, 210);
72
+ --graph-line: rgb(38, 121, 140);
73
+ --table-background: var(--background-secondary-alt);
74
+ --table-header-weight: 800;
75
+ --hr-color: var(--text-normal);
76
+ --ribbon-background: rgb(20, 20, 20);
77
+ --ribbon-background-collapsed: rgb(20, 20, 20);
78
+ --tag-color: rgb(252, 246, 1);
79
+ }
80
+
81
+ /**********************/
82
+ /* Graph View */
83
+ /**********************/
84
+ /* Graph arrow coloring */
85
+ .theme-dark .graph-view.color-arrow {
86
+ color: #d669bc;
87
+ }
88
+
89
+ /* Graph line highlighting */
90
+ .graph-view.color-line-highlight {
91
+ color: #5dbcd2;
92
+ }
93
+
94
+ /**********************/
95
+ /* HIGHLIGHTER */
96
+ /**********************/
97
+ mark {
98
+ background-color: var(--text-mark) !important;
99
+ padding-top: 0px;
100
+ padding-bottom: 0px;
101
+ padding-left: 0px;
102
+ padding-right: 0px;
103
+ }
104
+
105
+ .cm-s-obsidian span.cm-highlight {
106
+ color: #6ce4ff;
107
+ font-weight: 500;
108
+ background-color: transparent;
109
+ text-shadow: 0 0 0.6em #fcf60159;
110
+ -webkit-background-clip: text;
111
+ -webkit-text-fill-color: transparent;
112
+ padding: 0 0.1rem;
113
+ background-image: linear-gradient(60deg, #86c3ff 0%, #ddb9ff 100%) !important;
114
+ }
115
+
116
+ .markdown-preview-view mark {
117
+ color: #6ce4ff;
118
+ font-weight: 500;
119
+ text-shadow: 0 0 0.6em #fcf60159;
120
+ -webkit-background-clip: text;
121
+ -webkit-text-fill-color: transparent;
122
+ padding: 0 0.1rem;
123
+ background-image: linear-gradient(60deg, #86c3ff 0%, #ddb9ff 100%) !important;
124
+ }
125
+
126
+ /*settings pop-up*/
127
+ .modal-bg {
128
+ position: fixed;
129
+ top: 0;
130
+ left: 0;
131
+ width: 100%;
132
+ height: 100%;
133
+ background-color: rgba(252, 246, 1, 0.1);
134
+ }
135
+
136
+ .modal {
137
+ background-color: var(--background-primary);
138
+ border-radius: 4px;
139
+ border: 1px solid var(--background-primary);
140
+ box-shadow: 0 2px 8px var(--background-modifier-box-shadow);
141
+ padding: 30px 50px;
142
+ position: relative;
143
+ min-width: 560px;
144
+ }
145
+
146
+ .vertical-tab-content {
147
+ background-color: var(--background-primary);
148
+ padding: 5px 30px;
149
+ }
150
+
151
+ .u-pop {
152
+ color: var(--text-title-h2);
153
+ }
154
+
155
+ .mod-settings .setting-item {
156
+ padding: 0;
157
+ }
158
+
159
+ .setting-item-name {
160
+ color: #b9adff;
161
+ }
162
+
163
+ /* icons at top of panes*/
164
+ .file-view-actions a {
165
+ color: var(--text-muted) !important;
166
+ }
167
+
168
+ .file-view-actions a:hover {
169
+ color: var(--link-color) !important;
170
+ }
171
+
172
+ .clickable-icon.view-action {
173
+ color: var(--link-color);
174
+ }
175
+
176
+ /* in-line code for editor and preview and code block for editor*/
177
+ code,
178
+ .cm-inline-code {
179
+ background-color: var(--pre-code) !important;
180
+ color: var(--text-muted) !important;
181
+ bottom: 0px !important;
182
+ }
183
+
184
+ /* Code block error coloring */
185
+ .cm-s-obsidian span.cm-error {
186
+ color: var(--text-error);
187
+ }
188
+
189
+ /**********/
190
+ /* tables */
191
+ /**********/
192
+ thead {
193
+ border-bottom: 4px solid var(--background-modifier-border);
194
+ }
195
+
196
+ .table {
197
+ background-color: var(--background-secondary-alt);
198
+ border: 1px solid var(--background-modifier-border);
199
+ padding: 4px;
200
+ line-height: normal;
201
+ display: block;
202
+ border-top-left-radius: 4px;
203
+ border-top-right-radius: 4px;
204
+ border-bottom-right-radius: 4px;
205
+ border-bottom-left-radius: 4px;
206
+ }
207
+
208
+ /* embedded images */
209
+ img {
210
+ display: block;
211
+ }
212
+
213
+ /***************************************/
214
+ /* Presentation Mode */
215
+ /***************************************/
216
+ .reveal h1 {
217
+ color: var(--text-title-h1);
218
+ }
219
+
220
+ .reveal h2 {
221
+ color: var(--text-title-h2);
222
+ }
223
+
224
+ .reveal h3 {
225
+ color: var(--text-title-h3);
226
+ }
227
+
228
+ .reveal h4 {
229
+ color: var(--text-title-h4);
230
+ }
231
+
232
+ .reveal h5 {
233
+ color: var(--text-title-h5);
234
+ }
235
+
236
+ .reveal h6 {
237
+ color: var(--text-title-h6);
238
+ }
239
+
240
+ /*************/
241
+ /* checkboxes */
242
+ /*************/
243
+ /* Death-au */
244
+ /* 3.9.3. Task lists! (I'm proud of this, but could use improvement) */
245
+ .markdown-preview-view .task-list-item-checkbox {
246
+ -webkit-appearance: none;
247
+ top: 1.8px !important;
248
+ box-sizing: border-box;
249
+ border: 1px solid #888888;
250
+ position: relative;
251
+ width: 1em;
252
+ height: 1em;
253
+ margin: 0;
254
+ margin-right: 0.7em;
255
+ }
256
+
257
+ .markdown-preview-view .task-list-item-checkbox:checked::before {
258
+ content: "✓";
259
+ position: absolute;
260
+ color: #999999;
261
+ font-size: 1em;
262
+ line-height: 1em;
263
+ width: 1em;
264
+ text-align: center;
265
+ text-shadow: 0 0 0.1em #8d8d8d;
266
+ }
267
+
268
+ .markdown-preview-view .task-list-item-checkbox {
269
+ top: 0px;
270
+ }
271
+
272
+ .checkbox-container {
273
+ background-color: #9196a1;
274
+ border-radius: 14px;
275
+ display: inline-block;
276
+ height: 22px;
277
+ position: relative;
278
+ top: 4px;
279
+ user-select: none;
280
+ width: 42px;
281
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
282
+ transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
283
+ border 0.15s ease-in-out, opacity 0.15s ease-in-out,
284
+ -webkit-box-shadow 0.15s ease-in-out;
285
+ }
286
+
287
+ .checkbox-container.is-enabled {
288
+ background-color: #5dbcd2;
289
+ }
290
+
291
+ .list-item-ending-flair {
292
+ position: absolute;
293
+ top: 7px;
294
+ right: 10px;
295
+ font-size: 12px;
296
+ color: var(--text-accent);
297
+ background-color: var(--background-secondary-alt);
298
+ line-height: 12px;
299
+ border-radius: 3px;
300
+ padding: 2px 4px;
301
+ }
302
+
303
+ .list-item:hover .list-item-ending-flair {
304
+ color: var(--text-accent);
305
+ background-color: var(--background-secondary-alt);
306
+ }
307
+
308
+ button.mod-cta {
309
+ background-color: #5dbcd2;
310
+ color: #36393f;
311
+ }
312
+
313
+ .cm-hmd-frontmatter {
314
+ font-size: 13px;
315
+ }
316
+
317
+ /*************/
318
+ /* LEFT side dock --------- FILE EXPLORER*/
319
+ /*************/
320
+ .nav-folder-title {
321
+ color: #cccccc;
322
+ background-color: #141414;
323
+ font-weight: 500;
324
+ margin-top: 0px;
325
+ margin-bottom: -2px;
326
+ }
327
+
328
+ .nav-file-title {
329
+ color: #999999;
330
+ background-color: #141414;
331
+ }
332
+
333
+ .nav-folder-children {
334
+ background-color: #141414;
335
+ }
336
+
337
+ /*************/
338
+ /* RIGHT side dock SPECIAL STUFF*/
339
+ /*************/
340
+ /*Search result TEXT*/
341
+ .search-result-file-matches {
342
+ color: #999999;
343
+ background-color: #141414;
344
+ }
345
+
346
+ .search-result-file-match:hover {
347
+ color: #d669bc;
348
+ background-color: #141414;
349
+ }
350
+
351
+ /*Search result TITLE*/
352
+ .search-result-file-title {
353
+ color: #5dbcd2;
354
+ background-color: #141414;
355
+ }
356
+
357
+ .search-result-file-title:hover {
358
+ color: #d669bc;
359
+ background-color: #333333; /* filename hover*/
360
+ }
361
+
362
+ /*Search result MATCHED TEXT*/
363
+ .search-result-file-matched-text {
364
+ color: #cccccc;
365
+ background-color: #141414;
366
+ }
367
+
368
+ /*Search result BACKGROUND*/
369
+ .search-result-container {
370
+ color: #999999;
371
+ background-color: #141414;
372
+ }
373
+
374
+ /*************/
375
+ /* RIGHT side dock ******* RIBBON*/
376
+ /*************/
377
+ .side-dock-ribbon-tab.is-active .side-dock-ribbon-tab-inner:hover {
378
+ color: var(--text-normal) !important;
379
+ background-color: #1a1a1a;
380
+ }
381
+
382
+ .side-dock-ribbon-tab.is-active .side-dock-ribbon-tab-inner:hover {
383
+ color: #d669bc !important;
384
+ background-color: #1a1a1a;
385
+ }
386
+
387
+ .nav-file-tag {
388
+ color: var(--text-normal);
389
+ } /* for the PNG text, but can't specifically target "PNG", just all of those filetype tags. */
390
+ .nav-file.is-active .nav-file-tag {
391
+ color: var(--text-normal);
392
+ }
393
+
394
+ /* side dock text, like file names and backlink context */
395
+ .side-dock-panels-container * {
396
+ font-size: 13px !important;
397
+ }
398
+
399
+ .side-dock-plugin-panel-inner {
400
+ background-color: #1a1a1a;
401
+ }
402
+
403
+ /* side dock titles at top */
404
+ .side-dock-title {
405
+ font-size: 20px !important;
406
+ font-weight: 800 !important;
407
+ }
408
+
409
+ /* hover actions on side dock navigation */
410
+ .side-dock-ribbon-tab:hover,
411
+ .side-dock-ribbon-tab-inner:hover,
412
+ .side-dock-ribbon-action:hover,
413
+ .side-dock-ribbon-action.is-active:hover,
414
+ .nav-action-button:hover,
415
+ .side-dock-collapse-btn:hover {
416
+ color: var(--text-a);
417
+ }
418
+
419
+ /* condense line spacing on file explorer title list. also avoids character-level word breaks */
420
+ .nav-file-title-content,
421
+ .search-result-file-title,
422
+ .search-result-file-match {
423
+ padding-top: 0 !important;
424
+ padding-bottom: 0 !important;
425
+ line-height: normal !important;
426
+ word-break: keep-all;
427
+ font-size: 14px;
428
+ }
429
+
430
+ /* clean up side bar empty state (e.g. unlinked mentions) */
431
+ .search-empty-state {
432
+ width: auto;
433
+ padding-left: 15px;
434
+ padding-right: 15px;
435
+ line-height: normal;
436
+ }
437
+
438
+ /* font for everything outside of editor/preview panes */
439
+ .app-container {
440
+ font-family: var(--font-family-preview);
441
+ }
442
+
443
+ .status-bar-item {
444
+ font-family: var(--font-family-preview);
445
+ font-size: 12px;
446
+ }
447
+
448
+ /******************/
449
+ /* editor section */
450
+ /******************/
451
+ /* EDITOR Text (outside of headings and code) */
452
+ .cm-s-obsidian {
453
+ font-family: var(--font-family-editor);
454
+ font-size: 15px;
455
+ color: var(--text-normal);
456
+ padding-left: 3% !important;
457
+ padding-right: 0% !important;
458
+ }
459
+
460
+ .mod-single-child .cm-s-obsidian {
461
+ font-family: var(--font-family-editor);
462
+ font-size: 15px;
463
+ color: var(--text-normal);
464
+ padding-left: 8% !important;
465
+ padding-right: 4% !important;
466
+ }
467
+
468
+ /* EDITOR headings */
469
+ .cm-header-1 {
470
+ font-family: var(--font-family-editor);
471
+ font-weight: 500;
472
+ font-size: 28px;
473
+ font-weight: bold;
474
+ color: var(--text-title-h1);
475
+ }
476
+
477
+ .cm-header-2 {
478
+ font-family: var(--font-family-editor);
479
+ font-weight: 500;
480
+ font-size: 26px;
481
+ font-weight: bold;
482
+ color: var(--text-title-h2);
483
+ }
484
+
485
+ .cm-header-3 {
486
+ font-family: var(--font-family-editor);
487
+ font-weight: 500;
488
+ font-size: 23px;
489
+ font-weight: bold;
490
+ color: var(--text-title-h3);
491
+ }
492
+
493
+ .cm-header-4 {
494
+ font-family: var(--font-family-editor);
495
+ font-weight: 500;
496
+ font-size: 19px;
497
+ font-weight: bold;
498
+ line-height: 30px;
499
+ color: var(--text-title-h4);
500
+ }
501
+
502
+ .cm-header-5 {
503
+ font-family: var(--font-family-editor);
504
+ font-weight: 500;
505
+ font-size: 18px;
506
+ font-weight: bold;
507
+ line-height: 30px;
508
+ color: var(--text-title-h5);
509
+ }
510
+
511
+ .cm-header-6 {
512
+ font-family: var(--font-family-editor);
513
+ font-weight: 500;
514
+ font-size: 16px;
515
+ font-weight: bold;
516
+ line-height: 30px;
517
+ color: var(--text-title-h6);
518
+ }
519
+
520
+ .cm-strong {
521
+ color: #9e8aff;
522
+ font-weight: 700;
523
+ }
524
+
525
+ .cm-em {
526
+ color: #bac04f;
527
+ }
528
+
529
+ .cm-s-obsidian span.cm-hashtag {
530
+ color: #d669bc;
531
+ text-decoration: underline;
532
+ }
533
+
534
+ /* This is the dashes in bullets. Color does not work,
535
+ but font weight does. */
536
+ .cm-formatting-list {
537
+ color: #fcf601;
538
+ font-weight: 700;
539
+ }
540
+
541
+ .cm-formatting /* This is the color of header hashtags. Don't change. */
542
+ .cm-formatting-list-ul
543
+ .cm-list-1 /* This is the color of text in lists. Don't change. */
544
+
545
+ /******************/
546
+ /* Editor Code Appearance - */
547
+ /******************/
548
+ .CodeMirror-code span.cm-inline-code {
549
+ color: #d4d4d4 !important;
550
+ }
551
+
552
+ /* Editor CodeBlock TEXT Appearance - */
553
+ .cm-s-obsidian pre.HyperMD-codeblock {
554
+ color: #d4d4d4 !important;
555
+ }
556
+
557
+ .cm-s-obsidian pre.HyperMD-list-line {
558
+ padding-top: 0em;
559
+ min-height: 1em;
560
+ }
561
+
562
+ /******************/
563
+ /* Naked Embeds - But I'm keeping Border and Scroll! */
564
+ /******************/
565
+ .markdown-embed-link {
566
+ color: #5bb983 !important;
567
+ right: 2px !important;
568
+ }
569
+
570
+ .markdown-embed-link:hover {
571
+ color: #38dc7f !important;
572
+ }
573
+
574
+ /******************/
575
+ /* Custom addition by randulfr */
576
+ /******************/
577
+ .theme-dark .notice {
578
+ background-color: #2f3136;
579
+ color: rgb(252, 246, 1);
580
+ }
581
+
582
+ /***************************************/
583
+ /* Title Bar Button */
584
+ /***************************************/
585
+ .titlebar-button {
586
+ -webkit-app-region: no-drag;
587
+ padding: 0 10px;
588
+ cursor: pointer;
589
+ opacity: 0.9;
590
+ display: inline-block;
591
+ color: #52c1da;
592
+ }
593
+
594
+ .titlebar-text {
595
+ position: absolute;
596
+ width: 100%;
597
+ height: 100%;
598
+ top: 0;
599
+ left: 0;
600
+ flex-grow: 1;
601
+ font-size: 12px;
602
+ text-align: center;
603
+ letter-spacing: 0.05em;
604
+ opacity: 0.9;
605
+ color: #52c1da;
606
+ }
607
+
608
+ /***************************************/
609
+ /* Transcluded notes embeds - By Ryan JA Murphy */
610
+ /***************************************/
611
+ .markdown-preview-view .markdown-embed {
612
+ padding: 0 calc(var(--nested-padding) / 2) 0 var(--nested-padding);
613
+ }
614
+ .markdown-embed-title {
615
+ line-height: 18px;
616
+ height: 24px;
617
+ display: none;
618
+ }
619
+ .markdown-embed .markdown-preview-sizer {
620
+ padding-left: 0em !important;
621
+ padding-top: 0.25em !important;
622
+ padding-bottom: 0em !important;
623
+ min-height: 0em !important;
624
+ }
625
+ .markdown-embed .markdown-preview-sizer:first-child ul {
626
+ margin-block-start: 2px;
627
+ }
628
+ .markdown-embed .markdown-preview-section:last-child p,
629
+ .markdown-embed .markdown-preview-section:last-child ul {
630
+ margin-block-end: 15px;
631
+ }
632
+ .markdown-embed-link,
633
+ .file-embed-link {
634
+ top: 0px;
635
+ right: 0;
636
+ text-align: right;
637
+ }
638
+ .file-embed-link svg,
639
+ .markdown-embed-link svg {
640
+ width: 16px;
641
+ opacity: 0;
642
+ }
643
+ .markdown-embed:hover .file-embed-link svg,
644
+ .markdown-embed:hover .markdown-embed-link svg {
645
+ opacity: 1;
646
+ }
647
+ .markdown-preview-view .markdown-embed-content > .markdown-preview-view {
648
+ max-height: none !important;
649
+ }
650
+ .markdown-embed .markdown-preview-view {
651
+ padding: 0;
652
+ }
653
+ .internal-embed .markdown-embed {
654
+ border: 0;
655
+ border: 0.5px solid var(--background-tertiary);
656
+ border-left: 2px solid #37aec8;
657
+ border-radius: 0;
658
+ padding-left: 0;
659
+ background-color: var(--background-primary-alt);
660
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
661
+ transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
662
+ }
663
+ .internal-embed .markdown-embed:hover {
664
+ box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
665
+ transform: translate3d(0px, -3px, 0px);
666
+ }
667
+ br + .internal-embed {
668
+ margin-top: 1rem;
669
+ }
670
+ .markdown-embed-title ~ .markdown-embed-link,
671
+ .internal-embed[src*="#"] .markdown-embed-link {
672
+ right: 0 !important;
673
+ width: 3%;
674
+ }
675
+
676
+ .internal-embed:not([src*="#^"]) .markdown-embed-link {
677
+ left: auto;
678
+ }
679
+ .internal-embed[src*="^"] .markdown-preview-sizer {
680
+ padding-left: 0.25em !important;
681
+ padding-top: 0 !important;
682
+ }
683
+ li > div.internal-embed {
684
+ display: inline-flex;
685
+ width: 99%;
686
+ }
687
+
688
+ li .internal-embed .markdown-embed {
689
+ width: 99%;
690
+ }
691
+
692
+ .markdown-embed-title {
693
+ line-height: 18px;
694
+ height: 24px;
695
+ display: none;
696
+ }
697
+ .markdown-embed .markdown-preview-sizer {
698
+ padding-left: 1em;
699
+ padding-top: 0.5em;
700
+ }
701
+
702
+ .popover {
703
+ box-shadow: 0 20px 40px var(--background-modifier-box-shadow);
704
+ pointer-events: auto !important;
705
+ border: 1px solid var(--background-modifier-border);
706
+ }
707
+ .popover .markdown-embed-link {
708
+ display: none;
709
+ }
710
+ .popover .markdown-embed .markdown-preview-view {
711
+ padding-bottom: 1em;
712
+ }
713
+ .popover.hover-popover .markdown-embed .markdown-embed-content {
714
+ max-height: none !important;
715
+ }
716
+
717
+ .popover.hover-popover .internal-embed[src*="^"] .markdown-embed {
718
+ height: 100%;
719
+ max-height: none;
720
+ }
721
+
722
+ .popover.hover-popover .internal-embed[src*="^"] {
723
+ height: 3.25em;
724
+ }
725
+
726
+ .popover.hover-popover {
727
+ max-height: 40vh;
728
+ }
729
+
730
+ /***************************************/
731
+ /* at a rule line before ul list */
732
+ /***************************************/
733
+ ul ul {
734
+ position: relative;
735
+ }
736
+ ul ul::before {
737
+ content: "";
738
+ border-left: 0px solid #2c8ba0;
739
+ position: absolute;
740
+ }
741
+ ul ul::before {
742
+ left: -1em;
743
+ top: 0;
744
+ bottom: 0;
745
+ }
746
+
747
+ /* rule line when there are checkboxes*/
748
+ ul .task-list-item ul::before {
749
+ left: -1.03em !important;
750
+ }
751
+
752
+ li::marker {
753
+ color: var(--text-title-h2);
754
+ }
755
+
756
+ .markdown-preview-view li .collapse-indicator {
757
+ display: flex;
758
+ margin-top: 6px;
759
+ }
760
+
761
+ .markdown-preview-view .collapse-indicator {
762
+ display: flex;
763
+ margin-top: 0.5em;
764
+ }
765
+
766
+ /***************************************/
767
+ /* Tiny Tweaks now that Nick knows a smidgen more */
768
+ /***************************************/
769
+ /* To make all my hovering actions the same */
770
+ .side-dock-ribbon-tab:hover,
771
+ .side-dock-ribbon-tab-inner:hover,
772
+ .side-dock-ribbon-action:hover,
773
+ .side-dock-ribbon-action.is-active:hover,
774
+ .nav-action-button:hover,
775
+ .side-dock-collapse-btn:hover .workspace-tab-header-inner:hover,
776
+ .workspace-tab-header-inner-icon:hover {
777
+ color: var(--text-normal);
778
+ }
779
+
780
+ /* The "other" Vertical Lines */
781
+ .workspace-ribbon.mod-left,
782
+ .workspace-ribbon.mod-left.is-collapsed {
783
+ border-right-color: rgba(158, 138, 255, 0.66);
784
+ }
785
+
786
+ .workspace-ribbon.mod-right,
787
+ .workspace-ribbon.mod-right.is-collapsed {
788
+ border-left-color: rgba(61, 216, 127, 0.66);
789
+ }
790
+
791
+ /* The "other" Vertical Lines - The "Resizers" */
792
+ .workspace-split.mod-vertical > * >
793
+ .workspace-leaf-resize-handle,
794
+ .workspace-split.mod-left-split > /*Can't figure out how to hide these bars*/
795
+ .workspace-leaf-resize-handle,
796
+ .workspace-split.mod-right-split > /*Can't figure out how to hide these bars*/
797
+ .workspace-leaf-resize-handle {
798
+ right: 0px;
799
+ top: 0px;
800
+ width: 2px;
801
+ height: 100%;
802
+ color: #d669bc;
803
+ background-color: rgba(20, 20, 20, 0);
804
+ z-index: rgba(20, 20, 20, 0);
805
+ cursor: col-resize;
806
+ }
807
+
808
+ /* Bottom Status Bar */
809
+ .sync-status-icon.mod-success {
810
+ color: rgba(61, 216, 127, 0.44);
811
+ }
812
+
813
+ /* ScrollBar */
814
+ ::-webkit-scrollbar {
815
+ width: 9px;
816
+ height: 8px;
817
+ border-radius: 0px;
818
+ }
819
+
820
+ ::-webkit-scrollbar {
821
+ background-color: var(--scrollbar-bg);
822
+ }
823
+ ::-webkit-scrollbar-corner {
824
+ background: transparent;
825
+ }
826
+ ::-webkit-scrollbar-thumb,
827
+ ::-webkit-scrollbar-thumb:active {
828
+ border-radius: 2px;
829
+ }
830
+
831
+ ::-webkit-scrollbar-thumb {
832
+ background-color: var(--scrollbar-thumb-bg);
833
+ }
834
+
835
+ ::-webkit-scrollbar-thumb:active {
836
+ background-color: rgba(93, 188, 210, 0.9);
837
+ }
838
+
839
+ /* Nick's Tiny Sliding Panes Tweaks */
840
+ .workspace-split.mod-root
841
+ > .workspace-leaf:last-of-type
842
+ .workspace-leaf-content {
843
+ border-top-right-radius: 0px; /*instead of 6px*/
844
+ }
845
+
846
+ /* Publish Pop-up*/
847
+ .file-tree-item.mod-new .flair {
848
+ background-color: var(--background-modifier-success);
849
+ color: #5dd263;
850
+ }
851
+
852
+ .file-tree-item.mod-deleted .flair,
853
+ .file-tree-item.mod-to-delete .flair {
854
+ background-color: var(--background-modifier-error);
855
+ }
856
+
857
+ .file-tree-item .flair {
858
+ line-height: 1.4;
859
+ padding: 3px 8px;
860
+ color: #e65959;
861
+ }
862
+
863
+ .file-tree-item.mod-changed .flair {
864
+ background-color: var(--background-modifier-error);
865
+ color: rgba(252, 246, 1, 0.75);
866
+ }
867
+
868
+ /* CALIFORNIA COAST MODIFIED MODALS */
869
+ .progress-bar-message {
870
+ color: var(--text-faint);
871
+ }
872
+ .modal.mod-sync-history {
873
+ background-color: var(--shade-0);
874
+ }
875
+ .modal {
876
+ border-top: 1px solid #8272d0;
877
+ border-bottom: 1px solid #8272d0;
878
+ background: var(--background-primary);
879
+ border-radius: 0px;
880
+ max-width: 1000px;
881
+ max-height: 90vh;
882
+ }
883
+ .modal.mod-settings .vertical-tab-content-container {
884
+ border-left: var(--border-width) solid var(--background-modifier-border);
885
+ padding-bottom: 0;
886
+ padding-right: 0;
887
+ }
888
+ .modal.mod-settings {
889
+ max-width: 1000px;
890
+ width: 90vw;
891
+ height: 90vh;
892
+ }
893
+
894
+ .modal.mod-settings .vertical-tab-header {
895
+ height: 90vh;
896
+ }
897
+
898
+ .modal.mod-settings .vertical-tab-content-container {
899
+ height: 90vh;
900
+ }
901
+
902
+ .modal.mod-community-theme,
903
+ .modal.mod-community-plugin {
904
+ width: 90vw;
905
+ }
906
+
907
+ .modal,
908
+ .prompt,
909
+ .suggestion-container {
910
+ box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
911
+ }
912
+
913
+ .prompt-instructions {
914
+ color: var(--text-title-h6);
915
+ }
916
+
917
+ /* CALIFORNIA COAST MODIFIED SETTINGS */
918
+ .modal-close-button:before {
919
+ font-weight: 200;
920
+ }
921
+
922
+ .horizontal-tab-content,
923
+ .vertical-tab-content {
924
+ background: var(--background-primary);
925
+ }
926
+
927
+ .modal.mod-settings .vertical-tab-header {
928
+ background: var(--background-secondary-alt);
929
+ padding-top: 0px;
930
+ padding-left: 10px;
931
+ }
932
+
933
+ .vertical-tab-header-group-title {
934
+ font-size: 16px;
935
+ font-weight: 700;
936
+ text-transform: none;
937
+ letter-spacing: 0;
938
+ padding: 6px 18px;
939
+ background: var(--background-secondary-alt);
940
+ }
941
+
942
+ .vertical-tab-nav-item {
943
+ font-size: 15px;
944
+ padding: 7px 6px;
945
+ line-height: 1;
946
+ cursor: var(--cursor);
947
+ color: var(--text-normal);
948
+ border-radius: var(--radius-s);
949
+ background: var(--background-secondary-alt);
950
+ }
951
+
952
+ .vertical-tab-nav-item:hover {
953
+ background: var(--background-secondary);
954
+ }
955
+
956
+ .vertical-tab-nav-item.is-active {
957
+ color: var(--text-normal);
958
+ background: var(--background-secondary);
959
+ }
960
+
961
+ .hotkey-list-container,
962
+ .hotkey-search-container {
963
+ padding-left: 2px;
964
+ }
965
+ .setting-hotkey {
966
+ background-color: var(--background-modifier-border);
967
+ padding: 4px 0 4px 0;
968
+ line-height: 8px;
969
+ min-height: 0;
970
+ }
971
+ .setting-add-hotkey-button,
972
+ .setting-restore-hotkey-button {
973
+ color: var(--text-muted);
974
+ }
975
+ .setting-hotkey.mod-empty {
976
+ background: transparent;
977
+ }
978
+
979
+ /* Settings Popup */
980
+ /* */
981
+ button.mod-cta {
982
+ background-color: var(--background-primary);
983
+ color: var(--text-on-accent);
984
+ border: 1px solid var(--background-modifier-border);
985
+ }
986
+
987
+ button.mod-cta:hover {
988
+ background-color: var(--background-primary);
989
+ color: var(--text-on-accent);
990
+ border: 1px solid var(--interactive-accent);
991
+ }
992
+
993
+ .tree-item-self:hover .tree-item-flair {
994
+ background-color: var(--interactive-accent);
995
+ color: var(--background-secondary-alt);
996
+ }
997
+
998
+ .flair.mod-pop {
999
+ background-color: var(--background-primary);
1000
+ color: var(--text-on-accent);
1001
+ }
1002
+
1003
+ /* Tag List in Right Sidebar*/
1004
+ .tree-item-self {
1005
+ display: flex;
1006
+ align-items: flex-start;
1007
+ padding-top: 0px;
1008
+ padding-right: 6px;
1009
+ padding-bottom: 0px;
1010
+ padding-left: 20px;
1011
+ border-radius: 3px;
1012
+ color: var(--text-muted);
1013
+ }
1014
+
1015
+ /* Making sure "Conflict" text looks good*/
1016
+ .theme-dark .setting-hotkey.has-conflict {
1017
+ background-color: var(--background-modifier-error);
1018
+ color: #ff7575;
1019
+ }
1020
+ .setting-hotkey-icon.setting-delete-hotkey:hover {
1021
+ color: #5dbcd2;
1022
+ }
1023
+
1024
+ button.mod-warning {
1025
+ background-color: var(--background-modifier-error);
1026
+ color: #b9adff;
1027
+ }
1028
+ button.mod-warning:hover {
1029
+ background-color: var(--background-modifier-error);
1030
+ color: #ff7575;
1031
+ }
1032
+
1033
+ /* This is to hide queries in Preview Mode. Thanks Kassapa!*/
1034
+ .markdown-preview-view .internal-query.is-embed .internal-query-header {
1035
+ display: none;
1036
+ }
1037
+
1038
+ /*TAG PANE selected button thing
1039
+ /*fixing YAML tag color*/
1040
+ .frontmatter-container .tag,
1041
+ .frontmatter-container .frontmatter-alias {
1042
+ text-decoration: none;
1043
+ background-color: var(--background-secondary-alt);
1044
+ border-radius: 30px;
1045
+ color: var(--text-a);
1046
+ font-size: 0.9em;
1047
+ padding: 2px 8px;
1048
+ margin: 2px 4px;
1049
+ line-height: 19px;
1050
+ border: 1px solid transparent;
1051
+ white-space: nowrap;
1052
+ }
1053
+
1054
+ /*less rounded tag pills*/
1055
+ .frontmatter-container .tag,
1056
+ .frontmatter-container .frontmatter-alias {
1057
+ text-decoration: none;
1058
+ background-color: var(--background-secondary-alt);
1059
+ border-radius: 8px;
1060
+ color: var(--text-a);
1061
+ font-size: 0.9em;
1062
+ padding: 2px 8px;
1063
+ margin: 2px 4px;
1064
+ line-height: 19px;
1065
+ border: 1px solid transparent;
1066
+ white-space: nowrap;
1067
+ }
1068
+
1069
+ /* EMOJI INLINE FIX */
1070
+ img.emoji {
1071
+ display: inline-block;
1072
+ }
1073
+
1074
+ /* Active buttons */
1075
+ .nav-action-button.is-active {
1076
+ background-color: transparent;
1077
+ color: var(--text-on-accent);
1078
+ }
1079
+
1080
+ /* Making the search dropdown box have smaller fonts */
1081
+ .suggestion-container.mod-search-suggestion {
1082
+ font-family: var(--font-family-preview);
1083
+ font-size: 16px; /* doesn't work */
1084
+ line-height: 18px; /* this works, which is good enough */
1085
+ }
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ /* CALLOUTS, TRYING TO FIX USING PRISM'S SETTINGS WITH A SLOPPY COPY AND PASTE */
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+
1098
+ body:not(.pt-disable-callout-styling) {
1099
+ --callout-padding: 4px;
1100
+ --callout-radius: var(--radius-m);
1101
+ --callout-background-alpha: 20%;
1102
+ }
1103
+
1104
+
1105
+
1106
+ body:not(.pt-disable-callout-styling) .callout {
1107
+ background-color: unset;
1108
+ }
1109
+
1110
+
1111
+
1112
+
1113
+ /* THIS IS THE ONE THAT FIXES CALLOUTS WITH HEADERS, THANKS DAMIAN OF THE PRISM THEME! */
1114
+
1115
+ body:not(.pt-disable-callout-styling) .callout .callout-title {
1116
+ position: relative;
1117
+ z-index: 5;
1118
+ gap: unset;
1119
+ align-items: center;
1120
+ min-height: 36px;
1121
+ border: 2px solid;
1122
+ border-radius: var(--radius-m);
1123
+ }
1124
+
1125
+ body:not(.pt-disable-callout-styling) .callout .callout-title:empty + .callout-content {
1126
+ padding: var(--size-4-1) var(--size-4-3);
1127
+ border-top-style: solid;
1128
+ border-top-width: 1px;
1129
+ border-radius: var(--radius-m);
1130
+ }
1131
+ body:not(.pt-disable-callout-styling) .callout .callout-title-inner {
1132
+ padding: var(--size-4-1) 0;
1133
+ margin: 0 var(--size-4-1);
1134
+ }
1135
+ body:not(.pt-disable-callout-styling) .callout .callout-icon {
1136
+ align-self: unset;
1137
+ margin: 0 var(--size-4-1) 0 var(--size-4-2);
1138
+ border-radius: var(--radius-m);
1139
+ }
1140
+ body:not(.pt-disable-callout-styling) .callout .callout-fold {
1141
+ display: flex;
1142
+ align-self: unset;
1143
+ margin-top: unset;
1144
+ margin-left: auto;
1145
+ }
1146
+
1147
+
1148
+ body:not(.pt-disable-callout-styling) .callout .callout-content {
1149
+ padding: var(--size-4-5) var(--size-4-3) var(--size-4-1) var(--size-4-3);
1150
+ margin-top: -16px;
1151
+ border-right: 1px solid;
1152
+ border-bottom: 1px solid;
1153
+ border-left: 1px solid;
1154
+ border-bottom-right-radius: var(--radius-m);
1155
+ border-bottom-left-radius: var(--radius-m);
1156
+ }
1157
+
1158
+
1159
+
1160
+
1161
+ /* PROPERTIES: SLOPPY COPY AND PASTE OF DAMIAN K.'S PRISM THEME */
1162
+
1163
+
1164
+ .metadata-properties-heading {
1165
+ display: inline-flex;
1166
+ width: 100%;
1167
+ padding: var(--size-4-2);
1168
+ margin-bottom: unset;
1169
+ background-color: var(--background-secondary-alt);
1170
+ border: var(--window-border);
1171
+ }
1172
+ .metadata-properties-heading .collapse-indicator {
1173
+ position: relative;
1174
+ left: unset;
1175
+ order: 2;
1176
+ opacity: 1;
1177
+ }
1178
+ .metadata-properties-heading .collapse-indicator .collapse-icon svg.svg-icon {
1179
+ width: 18px;
1180
+ }
1181
+
1182
+ .metadata-properties-title {
1183
+ display: flex;
1184
+ align-items: center;
1185
+ width: 100%;
1186
+ margin-bottom: unset;
1187
+ font-weight: var(--bold-weight);
1188
+ }
1189
+ .metadata-properties-title::before {
1190
+ align-items: center;
1191
+ width: var(--icon-size);
1192
+ height: var(--icon-size);
1193
+ margin-right: var(--size-4-2);
1194
+ content: "";
1195
+ background-color: var(--text-muted);
1196
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-archive'%3E%3Crect width='20' height='5' x='2' y='4' rx='2'/%3E%3Cpath d='M4 9v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9'/%3E%3Cpath d='M10 13h4'/%3E%3C/svg%3E");
1197
+ -webkit-mask-position: center;
1198
+ -webkit-mask-repeat: no-repeat;
1199
+ -webkit-mask-size: 18px;
1200
+ }
1201
+
1202
+ .cm-editor .metadata-content,
1203
+ .markdown-preview-view .metadata-content {
1204
+ padding: var(--size-4-3) var(--size-4-2);
1205
+ border: var(--window-border);
1206
+ border-top: unset;
1207
+ }
1208
+
1209
+ .metadata-property-key {
1210
+ align-items: center;
1211
+ }
1212
+
1213
+ .metadata-property-icon {
1214
+ height: fit-content;
1215
+ padding: var(--size-2-1);
1216
+ margin-left: var(--size-4-1);
1217
+ }
1218
+ .metadata-property-icon:hover {
1219
+ background-color: var(--interactive-accent-base);
1220
+ border-radius: var(--radius-s);
1221
+ }
1222
+ .metadata-property-icon::before {
1223
+ display: none;
1224
+ }
1225
+
1226
+ .metadata-container {
1227
+ transform: unset;
1228
+ }
1229
+ .metadata-container .metadata-add-button {
1230
+ margin-top: var(--size-4-2);
1231
+ margin-left: var(--size-4-1);
1232
+ border: var(--window-border);
1233
+ }
1234
+
1235
+ .multi-select-container {
1236
+ gap: var(--size-4-2);
1237
+ }
1238
+
1239
+ .metadata-property:not([data-property-key=tags]) .multi-select-pill {
1240
+ line-height: unset;
1241
+ }
1242
+
1243
+ .metadata-property[data-property-key=tags] {
1244
+ --pill-radius: var(--radius-s);
1245
+ }
1246
+
1247
+ .workspace-leaf-content[data-type=all-properties] .view-content,
1248
+ .workspace-leaf-content[data-type=file-properties] .view-content,
1249
+ .workspace-leaf-content[data-type=properties] .view-content {
1250
+ padding: var(--size-4-1);
1251
+ }
1252
+
1253
+ .metadata-property:focus-within {
1254
+ box-shadow: 0 0 0 1px var(--window-border-color);
1255
+ }
data/student_035/Obsidian Vault/.obsidian/types.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "types": {
3
+ "aliases": "aliases",
4
+ "cssclasses": "multitext",
5
+ "tags": "tags",
6
+ "날짜": "datetime",
7
+ "?": "multitext"
8
+ }
9
+ }
data/student_035/Obsidian Vault/.obsidian/workspace.json ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "main": {
3
+ "id": "a3bf22a665b1fcd5",
4
+ "type": "split",
5
+ "children": [
6
+ {
7
+ "id": "860ae44329c24151",
8
+ "type": "tabs",
9
+ "children": [
10
+ {
11
+ "id": "3fa1b71a1db2e7cd",
12
+ "type": "leaf",
13
+ "state": {
14
+ "type": "markdown",
15
+ "state": {
16
+ "file": "Template/G_Theme_Template.md",
17
+ "mode": "source",
18
+ "source": false
19
+ },
20
+ "icon": "lucide-file",
21
+ "title": "G_Theme_Template"
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ ],
27
+ "direction": "vertical"
28
+ },
29
+ "left": {
30
+ "id": "8c8e2dba1042e9d5",
31
+ "type": "split",
32
+ "children": [
33
+ {
34
+ "id": "5f969d9cb17904da",
35
+ "type": "tabs",
36
+ "children": [
37
+ {
38
+ "id": "d4b699f90a2f9a95",
39
+ "type": "leaf",
40
+ "state": {
41
+ "type": "file-explorer",
42
+ "state": {
43
+ "sortOrder": "alphabetical",
44
+ "autoReveal": false
45
+ },
46
+ "icon": "lucide-folder-closed",
47
+ "title": "Files"
48
+ }
49
+ },
50
+ {
51
+ "id": "361078a1618a43af",
52
+ "type": "leaf",
53
+ "state": {
54
+ "type": "search",
55
+ "state": {
56
+ "query": "",
57
+ "matchingCase": false,
58
+ "explainSearch": false,
59
+ "collapseAll": false,
60
+ "extraContext": false,
61
+ "sortOrder": "alphabetical"
62
+ },
63
+ "icon": "lucide-search",
64
+ "title": "검색"
65
+ }
66
+ },
67
+ {
68
+ "id": "96ea6bf0cf4da88a",
69
+ "type": "leaf",
70
+ "state": {
71
+ "type": "bookmarks",
72
+ "state": {},
73
+ "icon": "lucide-bookmark",
74
+ "title": "Bookmarks"
75
+ }
76
+ }
77
+ ]
78
+ }
79
+ ],
80
+ "direction": "horizontal",
81
+ "width": 221
82
+ },
83
+ "right": {
84
+ "id": "6aeb73366ad2cbc7",
85
+ "type": "split",
86
+ "children": [
87
+ {
88
+ "id": "88cff8726921d33d",
89
+ "type": "tabs",
90
+ "children": [
91
+ {
92
+ "id": "2b964db233ea31e0",
93
+ "type": "leaf",
94
+ "state": {
95
+ "type": "backlink",
96
+ "state": {
97
+ "file": "2025-10-14.md",
98
+ "collapseAll": false,
99
+ "extraContext": false,
100
+ "sortOrder": "alphabetical",
101
+ "showSearch": false,
102
+ "searchQuery": "",
103
+ "backlinkCollapsed": false,
104
+ "unlinkedCollapsed": true
105
+ },
106
+ "icon": "links-coming-in",
107
+ "title": "2025-10-14 의 백링크"
108
+ }
109
+ },
110
+ {
111
+ "id": "df617b3a51d94d12",
112
+ "type": "leaf",
113
+ "state": {
114
+ "type": "outgoing-link",
115
+ "state": {
116
+ "file": "학교/4주차.md",
117
+ "linksCollapsed": false,
118
+ "unlinkedCollapsed": true
119
+ },
120
+ "icon": "links-going-out",
121
+ "title": "4주차 의 나가는 링크"
122
+ }
123
+ },
124
+ {
125
+ "id": "ed792285e481c537",
126
+ "type": "leaf",
127
+ "state": {
128
+ "type": "tag",
129
+ "state": {
130
+ "sortOrder": "frequency",
131
+ "useHierarchy": true,
132
+ "showSearch": false,
133
+ "searchQuery": ""
134
+ },
135
+ "icon": "lucide-tags",
136
+ "title": "태그"
137
+ }
138
+ },
139
+ {
140
+ "id": "9e60671dd129445f",
141
+ "type": "leaf",
142
+ "state": {
143
+ "type": "outline",
144
+ "state": {
145
+ "file": "2025-10-14.md",
146
+ "followCursor": false,
147
+ "showSearch": false,
148
+ "searchQuery": ""
149
+ },
150
+ "icon": "lucide-list",
151
+ "title": "2025-10-14 의 개요"
152
+ }
153
+ },
154
+ {
155
+ "id": "b12b6326a278ddc3",
156
+ "type": "leaf",
157
+ "state": {
158
+ "type": "calendar",
159
+ "state": {},
160
+ "icon": "calendar-with-checkmark",
161
+ "title": "Calendar"
162
+ }
163
+ }
164
+ ],
165
+ "currentTab": 4
166
+ }
167
+ ],
168
+ "direction": "horizontal",
169
+ "width": 300
170
+ },
171
+ "left-ribbon": {
172
+ "hiddenItems": {
173
+ "omnisearch:Omnisearch": false,
174
+ "switcher:Open quick switcher": false,
175
+ "graph:Open graph view": false,
176
+ "canvas:Create new canvas": false,
177
+ "daily-notes:Open today's daily note": false,
178
+ "templates:Insert template": false,
179
+ "command-palette:Open command palette": false,
180
+ "workspaces:Manage workspace layouts": false,
181
+ "bases:Create new base": false,
182
+ "templater-obsidian:Templater": false,
183
+ "remotely-save:Remotely Save": false,
184
+ "periodic-notes:Open today": false
185
+ }
186
+ },
187
+ "active": "3fa1b71a1db2e7cd",
188
+ "lastOpenFiles": [
189
+ "Template/Template_.md",
190
+ "GAME/3. Themes/협동과 희생.md",
191
+ "GAME/2. Analysis/HellDivers2_Analysis.md",
192
+ "GAME/1. Info/HellDivers2_Info.md",
193
+ "학교/12주차.md",
194
+ "학교/3주차.md",
195
+ "학교/1주차.md",
196
+ "학교/2주차.md",
197
+ "학교/13주차.md",
198
+ "Template/Template_Thu.md",
199
+ "Template/Diary Example.md",
200
+ "Template/G_Analysis_Template.md",
201
+ "Template/G_Info_Template.md",
202
+ "Template/G_Theme_Template.md",
203
+ "학교/5주차.md",
204
+ "학교/6주차.md",
205
+ "학교/10주차.md",
206
+ "학교/11주차.md",
207
+ "Calender/Daily Diary/2025-10-16(목).md",
208
+ "학교/AI활용성찰적글쓰기.md",
209
+ "학교/Markdown Syntax Guide for Researchers.md",
210
+ "Calender/Daily Diary/2025-10-26(일).md",
211
+ "Calender/Daily Diary.md",
212
+ "GAME/1. Info/TEKKEN8_Info.md",
213
+ "GAME/1. Info/Left4Dead2_Info.md",
214
+ "GAME/3. Themes/생존과 신뢰.md",
215
+ "Random folder",
216
+ "새 폴더",
217
+ "무제.canvas",
218
+ "GAME/3. Themes",
219
+ "GAME/2. Analysis",
220
+ "GAME/1. Info",
221
+ "Template",
222
+ "Calender/Daily Diary",
223
+ "Calender/Calender_1",
224
+ "Calender",
225
+ "무제.base",
226
+ "Untitled.canvas"
227
+ ]
228
+ }
data/student_035/Obsidian Vault/.obsidian/workspaces.json ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "workspaces": {
3
+ "기본화면": {
4
+ "main": {
5
+ "id": "a3bf22a665b1fcd5",
6
+ "type": "split",
7
+ "children": [
8
+ {
9
+ "id": "860ae44329c24151",
10
+ "type": "tabs",
11
+ "children": [
12
+ {
13
+ "id": "3fa1b71a1db2e7cd",
14
+ "type": "leaf",
15
+ "state": {
16
+ "type": "empty",
17
+ "state": {},
18
+ "icon": "lucide-file",
19
+ "title": "New tab"
20
+ }
21
+ }
22
+ ]
23
+ }
24
+ ],
25
+ "direction": "vertical"
26
+ },
27
+ "left": {
28
+ "id": "8c8e2dba1042e9d5",
29
+ "type": "split",
30
+ "children": [
31
+ {
32
+ "id": "5f969d9cb17904da",
33
+ "type": "tabs",
34
+ "children": [
35
+ {
36
+ "id": "d4b699f90a2f9a95",
37
+ "type": "leaf",
38
+ "state": {
39
+ "type": "file-explorer",
40
+ "state": {
41
+ "sortOrder": "alphabetical",
42
+ "autoReveal": false
43
+ },
44
+ "icon": "lucide-folder-closed",
45
+ "title": "Files"
46
+ }
47
+ },
48
+ {
49
+ "id": "361078a1618a43af",
50
+ "type": "leaf",
51
+ "state": {
52
+ "type": "search",
53
+ "state": {
54
+ "query": "",
55
+ "matchingCase": false,
56
+ "explainSearch": false,
57
+ "collapseAll": false,
58
+ "extraContext": false,
59
+ "sortOrder": "alphabetical"
60
+ },
61
+ "icon": "lucide-search",
62
+ "title": "검색"
63
+ }
64
+ },
65
+ {
66
+ "id": "96ea6bf0cf4da88a",
67
+ "type": "leaf",
68
+ "state": {
69
+ "type": "bookmarks",
70
+ "state": {},
71
+ "icon": "lucide-bookmark",
72
+ "title": "Bookmarks"
73
+ }
74
+ }
75
+ ]
76
+ }
77
+ ],
78
+ "direction": "horizontal",
79
+ "width": 221
80
+ },
81
+ "right": {
82
+ "id": "6aeb73366ad2cbc7",
83
+ "type": "split",
84
+ "children": [
85
+ {
86
+ "id": "88cff8726921d33d",
87
+ "type": "tabs",
88
+ "children": [
89
+ {
90
+ "id": "2b964db233ea31e0",
91
+ "type": "leaf",
92
+ "state": {
93
+ "type": "backlink",
94
+ "state": {
95
+ "file": "2025-10-14.md",
96
+ "collapseAll": false,
97
+ "extraContext": false,
98
+ "sortOrder": "alphabetical",
99
+ "showSearch": false,
100
+ "searchQuery": "",
101
+ "backlinkCollapsed": false,
102
+ "unlinkedCollapsed": true
103
+ },
104
+ "icon": "links-coming-in",
105
+ "title": "2025-10-14 의 백링크"
106
+ }
107
+ },
108
+ {
109
+ "id": "df617b3a51d94d12",
110
+ "type": "leaf",
111
+ "state": {
112
+ "type": "outgoing-link",
113
+ "state": {
114
+ "file": "학교/4주차.md",
115
+ "linksCollapsed": false,
116
+ "unlinkedCollapsed": true
117
+ },
118
+ "icon": "links-going-out",
119
+ "title": "4주차 의 나가는 링크"
120
+ }
121
+ },
122
+ {
123
+ "id": "ed792285e481c537",
124
+ "type": "leaf",
125
+ "state": {
126
+ "type": "tag",
127
+ "state": {
128
+ "sortOrder": "frequency",
129
+ "useHierarchy": true,
130
+ "showSearch": false,
131
+ "searchQuery": ""
132
+ },
133
+ "icon": "lucide-tags",
134
+ "title": "태그"
135
+ }
136
+ },
137
+ {
138
+ "id": "9e60671dd129445f",
139
+ "type": "leaf",
140
+ "state": {
141
+ "type": "outline",
142
+ "state": {
143
+ "file": "2025-10-14.md",
144
+ "followCursor": false,
145
+ "showSearch": false,
146
+ "searchQuery": ""
147
+ },
148
+ "icon": "lucide-list",
149
+ "title": "2025-10-14 의 개요"
150
+ }
151
+ },
152
+ {
153
+ "id": "b12b6326a278ddc3",
154
+ "type": "leaf",
155
+ "state": {
156
+ "type": "calendar",
157
+ "state": {},
158
+ "icon": "calendar-with-checkmark",
159
+ "title": "Calendar"
160
+ }
161
+ }
162
+ ],
163
+ "currentTab": 4
164
+ }
165
+ ],
166
+ "direction": "horizontal",
167
+ "width": 300
168
+ },
169
+ "left-ribbon": {
170
+ "hiddenItems": {
171
+ "switcher:Open quick switcher": false,
172
+ "graph:Open graph view": false,
173
+ "canvas:Create new canvas": false,
174
+ "daily-notes:Open today's daily note": false,
175
+ "templates:Insert template": false,
176
+ "command-palette:Open command palette": false,
177
+ "workspaces:Manage workspace layouts": false,
178
+ "bases:Create new base": false,
179
+ "templater-obsidian:Templater": false,
180
+ "remotely-save:Remotely Save": false,
181
+ "periodic-notes:Open today": false
182
+ }
183
+ },
184
+ "active": "3fa1b71a1db2e7cd",
185
+ "mtime": "2025-11-11T13:37:01+09:00"
186
+ },
187
+ "달력": {
188
+ "main": {
189
+ "id": "a3bf22a665b1fcd5",
190
+ "type": "split",
191
+ "children": [
192
+ {
193
+ "id": "860ae44329c24151",
194
+ "type": "tabs",
195
+ "children": [
196
+ {
197
+ "id": "3fa1b71a1db2e7cd",
198
+ "type": "leaf",
199
+ "state": {
200
+ "type": "empty",
201
+ "state": {},
202
+ "icon": "lucide-file",
203
+ "title": "New tab"
204
+ }
205
+ }
206
+ ]
207
+ }
208
+ ],
209
+ "direction": "vertical"
210
+ },
211
+ "left": {
212
+ "id": "8c8e2dba1042e9d5",
213
+ "type": "split",
214
+ "children": [
215
+ {
216
+ "id": "5f969d9cb17904da",
217
+ "type": "tabs",
218
+ "children": [
219
+ {
220
+ "id": "d4b699f90a2f9a95",
221
+ "type": "leaf",
222
+ "state": {
223
+ "type": "file-explorer",
224
+ "state": {
225
+ "sortOrder": "alphabetical",
226
+ "autoReveal": false
227
+ },
228
+ "icon": "lucide-folder-closed",
229
+ "title": "Files"
230
+ }
231
+ },
232
+ {
233
+ "id": "361078a1618a43af",
234
+ "type": "leaf",
235
+ "state": {
236
+ "type": "search",
237
+ "state": {
238
+ "query": "",
239
+ "matchingCase": false,
240
+ "explainSearch": false,
241
+ "collapseAll": false,
242
+ "extraContext": false,
243
+ "sortOrder": "alphabetical"
244
+ },
245
+ "icon": "lucide-search",
246
+ "title": "검색"
247
+ }
248
+ },
249
+ {
250
+ "id": "96ea6bf0cf4da88a",
251
+ "type": "leaf",
252
+ "state": {
253
+ "type": "bookmarks",
254
+ "state": {},
255
+ "icon": "lucide-bookmark",
256
+ "title": "Bookmarks"
257
+ }
258
+ }
259
+ ]
260
+ }
261
+ ],
262
+ "direction": "horizontal",
263
+ "width": 221
264
+ },
265
+ "right": {
266
+ "id": "6aeb73366ad2cbc7",
267
+ "type": "split",
268
+ "children": [
269
+ {
270
+ "id": "88cff8726921d33d",
271
+ "type": "tabs",
272
+ "children": [
273
+ {
274
+ "id": "2b964db233ea31e0",
275
+ "type": "leaf",
276
+ "state": {
277
+ "type": "backlink",
278
+ "state": {
279
+ "file": "2025-10-14.md",
280
+ "collapseAll": false,
281
+ "extraContext": false,
282
+ "sortOrder": "alphabetical",
283
+ "showSearch": false,
284
+ "searchQuery": "",
285
+ "backlinkCollapsed": false,
286
+ "unlinkedCollapsed": true
287
+ },
288
+ "icon": "links-coming-in",
289
+ "title": "2025-10-14 의 백링크"
290
+ }
291
+ },
292
+ {
293
+ "id": "df617b3a51d94d12",
294
+ "type": "leaf",
295
+ "state": {
296
+ "type": "outgoing-link",
297
+ "state": {
298
+ "file": "학교/4주차.md",
299
+ "linksCollapsed": false,
300
+ "unlinkedCollapsed": true
301
+ },
302
+ "icon": "links-going-out",
303
+ "title": "4주차 의 나가는 링크"
304
+ }
305
+ },
306
+ {
307
+ "id": "ed792285e481c537",
308
+ "type": "leaf",
309
+ "state": {
310
+ "type": "tag",
311
+ "state": {
312
+ "sortOrder": "frequency",
313
+ "useHierarchy": true,
314
+ "showSearch": false,
315
+ "searchQuery": ""
316
+ },
317
+ "icon": "lucide-tags",
318
+ "title": "태그"
319
+ }
320
+ },
321
+ {
322
+ "id": "9e60671dd129445f",
323
+ "type": "leaf",
324
+ "state": {
325
+ "type": "outline",
326
+ "state": {
327
+ "file": "2025-10-14.md",
328
+ "followCursor": false,
329
+ "showSearch": false,
330
+ "searchQuery": ""
331
+ },
332
+ "icon": "lucide-list",
333
+ "title": "2025-10-14 의 개요"
334
+ }
335
+ },
336
+ {
337
+ "id": "b12b6326a278ddc3",
338
+ "type": "leaf",
339
+ "state": {
340
+ "type": "calendar",
341
+ "state": {},
342
+ "icon": "calendar-with-checkmark",
343
+ "title": "Calendar"
344
+ }
345
+ }
346
+ ],
347
+ "currentTab": 4
348
+ }
349
+ ],
350
+ "direction": "horizontal",
351
+ "width": 300
352
+ },
353
+ "left-ribbon": {
354
+ "hiddenItems": {
355
+ "switcher:Open quick switcher": false,
356
+ "graph:Open graph view": false,
357
+ "canvas:Create new canvas": false,
358
+ "daily-notes:Open today's daily note": false,
359
+ "templates:Insert template": false,
360
+ "command-palette:Open command palette": false,
361
+ "workspaces:Manage workspace layouts": false,
362
+ "bases:Create new base": false,
363
+ "templater-obsidian:Templater": false,
364
+ "remotely-save:Remotely Save": false,
365
+ "periodic-notes:Open today": false
366
+ }
367
+ },
368
+ "active": "b12b6326a278ddc3",
369
+ "mtime": "2025-11-11T13:37:18+09:00"
370
+ }
371
+ },
372
+ "active": "달력"
373
+ }
data/student_035/Obsidian Vault/Calender/Daily Diary.md ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [[2025-10-16(목)]]
2
+ [[2025-10-26(일)]]
data/student_035/Obsidian Vault/Calender/Daily Diary/2025-10-16(목).md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ 날짜:
4
+ ---
5
+ ### 2025년10월16일 목요일
6
+
7
+ 오늘의 목표:
8
+
9
+ - 강의 일정
10
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
11
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
12
+ - 과제, 마감일
13
+ - 과목명: aaa / 제출 마감: n월n일 n시n분
14
+
15
+ - 운동 일정 및 기록
16
+ - n시n분 - n시n분/ 장소: /
data/student_035/Obsidian Vault/Calender/Daily Diary/2025-10-26(일).md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - "#예시"
4
+ 날짜:
5
+ ---
6
+ ### 0000년00월00일 0요일
7
+
8
+ 오늘의 목표:
9
+
10
+ - 강의 일정
11
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
12
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
13
+ - 과제, 마감일
14
+ - 과목명: aaa / 제출 마감: n월n일 n시n분
15
+
16
+ - 운동 일정 및 기록
17
+ - n시n분 - n시n분/ 장소: /
data/student_035/Obsidian Vault/GAME/1. Info/HellDivers2_Info.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: Helldivers2
3
+ 플랫폼: PC. PS5, XBOX
4
+ 개발사: Arrowhead Game Studios
5
+ 배급사: PlayStation Studios
6
+ 출시일: 2024/02/08
7
+ tags:
8
+ - tps
9
+ - 협동
10
+ ---
11
+
12
+ # 🎮 Helldivers2
13
+ - "자유와 통제된 민주주의를 위해, 은하의 평화를 위해 맞서 싸운다!"
14
+ ## 📖 기본 정보
15
+ - **장르:** 3인칭 협동 슈팅(Co-op TPS)
16
+ - **플랫폼:** PC/PS5/XBOX
17
+ - **개발사:** Arrowhead Game Studio
18
+ - **배급사:** PlayStation Studios
19
+ - **출시일:** 2024/02/08
20
+
21
+ ## 🔗 관련 문서(노트)
22
+ - [[HellDivers2_Analysis]]
23
+ - [[협동과 희생]]
24
+ ## 🔗관련 영상
25
+ - 인트로 영상
26
+ - https://www.youtube.com/watch?v=wIeXiVq9Rmw
27
+ - 게임 소개 영상
28
+ - https://www.youtube.com/watch?v=Niczm3UoIUM&t=1100s
data/student_035/Obsidian Vault/GAME/1. Info/Left4Dead2_Info.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: Left4Dead2
3
+ 플랫폼: PC,XBOX
4
+ 개발사: 밸브 코퍼레이션
5
+ 배급사: 스팀
6
+ 출시일: 2009/11/17
7
+ tags:
8
+ - "#FPS"
9
+ - coop
10
+ - "#Survival"
11
+ - "#Action"
12
+ ---
13
+
14
+ # 🎮 Left4Dead2
15
+ - 함께 싸우거나 함께 죽거나.
16
+ ## 📖 기본 정보
17
+ - **장르:** 1인칭 협동 슈팅
18
+ - **플랫폼:** PC, XBOX
19
+ - **개발사:** 밸브 코퍼레이션
20
+ - **배급사:** 스팀
21
+ - **출시일:** 2009/11/17
22
+ ## 🔗 관련 문서(노트)
23
+ - [[Left4Dead2_Analysis]]
24
+ - [[생존과 신뢰]]
25
+ ## 🔗관련 영상
26
+ - 인트로영상
27
+ - https://www.youtube.com/watch?v=Iqid90JR6BY
data/student_035/Obsidian Vault/GAME/1. Info/TEKKEN8_Info.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: TEKKEN8
3
+ 플랫폼: PC. PS5, XBOX
4
+ 개발사: Bandai Namco Studio
5
+ 배급사: 스팀
6
+ 출시일: 2024/01/26
7
+ tags:
8
+ - "#Fighting"
9
+ ---
10
+
11
+ # 🎮 TEKKEN8
12
+ - 잘 막고 잘 때리면 이긴다
13
+ ## 📖 기본 정보
14
+ - **장르:** 대전 격투 게임
15
+ - **플랫폼:** PC, PS5, XBOX
16
+ - **개발사:** Bandai Namco Entertainment
17
+ - **배급사:** 스팀
18
+ - **출시일:** 2024/01/26
19
+ ## 🔗 관련 문서(노트)
20
+ - [[TEKKEN8_Analysis]]
21
+ ## 🔗관련 영상
22
+ - 게임 공개 영상
23
+ - https://youtu.be/2hPuRQz6IlM?si=n_V_XvCNDIJ1b3Qs
24
+ - 게임 스토리 요약 영상
25
+ - https://www.youtube.com/watch?v=I7qGi9sVdy4
26
+ - 게임 캐릭터 '킹' 공개 영상
27
+ - https://youtu.be/rTZhyVpmvxA?si=7lYHnMLNX9IBjn3H
data/student_035/Obsidian Vault/GAME/2. Analysis/HellDivers2_Analysis.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: Helldivers2
3
+ 추천정도: ★★★★★
4
+ tags:
5
+ - "#tps"
6
+ - "#협동"
7
+ ---
8
+
9
+ # 🧠 HellDivers2
10
+
11
+ > “통제된 민주주의의 이름으로, 은하계를 해방한다”
12
+
13
+ ---
14
+
15
+ ## 💬 추천 이유
16
+ - HellDivers2는 단순한 협동 슈팅 게임을 넘어 협동이 강요되는 시스템으로 플레이어 간의 관계를 중시한 게임이다.
17
+ - 보급, 미션, 심지어 오폭마저도 "서로와 협동해야한다"라는 메시지를 전달한다. 플레이어가 사망하는 것조차 협력의 일부로 작동하며, 이로써 게임은 블랙 코미디 풍의 "통제된 민주주의"를 실감나게 체험하게 만든다.
18
+
19
+ ---
20
+
21
+ ## ⚙️ 디자인 분석
22
+
23
+ ### 🎯 전투 디자인
24
+ - 전투는 명중보다는 '전술적 위치 선정'과 '역할 분담'이 중심이 되어있다.
25
+ - 각 무기들과 스트라타젬은 명확한 목적을 가지고 설계되어 이어, 팀의 구성이 곧 전략이 될 수 있다.
26
+
27
+ ### 🧱 시스템 / 메커닉
28
+ - 아군 사격(Friendly Fire)이 존재하여 협동이 필수적이다.
29
+ - 보급, 부활, 포격 등 공유 되는 자원이 존재하여 플레이어 간의 상호 의존도를 높인다.
30
+ - 반복적 미션 구조 속에서도 예측 불가능한 변수가 존재하여 긴장감이 유지된다.
31
+ ### 🧩 레벨 디자인
32
+ - 전장 구조의 목적성
33
+ - 단순히 적을 처치하는 공간이 아닌, 미션 진행의 효율성과 생존 확률을 동시에 시험하는 전장으로 설계
34
+ - 함께 이동하는 것이 생존과 성공의 핵심
35
+ - 가시성, 불확실성의 균형
36
+ - 시야 확보가 어려운 황야, 연기, 폭풍 혹은 생물형 지형물들은 플레이어에게 '지형에 의한 위기감'을 유발한다. 적의 출현이 명확하지 않고 환경이 플레이어의 감각들을 제한하기 때문에, 지형을 활용한 위치 선정과 후퇴 판단이 중요해진다.
37
+ - 리스크-보상 구조
38
+ - 맵 곳곳에는 보급품, 샘플 등 자원들이 존재하지만 대부분 개활지나 적 밀집 지역 근처에 위치해 있다. 이로 인해 "플레이어가 위험에 노출될지라도 이득을 취할 것인가?"라는 판단을 내리게 한다.
39
+
40
+ ### 🧠 세계관
41
+ - '영웅 서사'의 형태를 빌려오지만, 그 안에는 전쟁 프로파간다, 전체주의의 패러디가 자리 잡고 있다. 플레이어를 체제의 희생양이자 도구로서 전장에 투입되게 한다.
42
+
43
+ ---
44
+
45
+ ## 💡 핵심 개념
46
+ - 테마: 게임이 전달하고자 하는 핵심 메시지나 사상/서사적 주제
47
+ - 플레이 감각: 조작감, 타격감, 속도감, 몰입감 등 게임을 '하는 순간'의 쾌감
48
+ - 감정적 경험: 플레이 중 어떤 감정을 겪게 되는지
49
+
50
+ | 항목 | 설명 |
51
+ | :----- | :------------------------------------------------------------------------------------------------------------------ |
52
+ | 테마 | "통제된 민주주의"를 수호한다는 명분 아래 자행되는 폭력, 통제의 역설. 게임은 플레이어를 통해 체제 선전의 아이러니를 체험하게 만든다. |
53
+ | 플레이 감각 | 협동이 '선택'이 아닌 '생존의 전제'로 작동하는 구조, 아군 오폭, 재보급 절차 등 모든 시스템이 긴장감, 동시적 혼란을 유발하며, 전투의 매 순간마다 통제 불가능한 순간이 올 수 있다는 스릴로 이어진다. |
54
+ | 감정적 경험 | 혼돈 속에서의 웃음, 옳지 않은 희생, 함께 살아남았을 때의 강한 연대감. 플레이어는 실패와 죽음 마저 "통제된 민주주의를 위한 헌신"으로 받아들이는 블랙 코미디적 감정을 경험하게 된다. |
55
+
56
+ ---
57
+
58
+ ## 🔗 관련 문서(노트)
59
+ - [[HellDivers2_Info]]
60
+ - [[협동과 희생]]
61
+
62
+ ## 🔗 유사 게임(노트 또는 링크)
63
+ - [[Left4Dead2_Analysis]]
64
+
65
+
data/student_035/Obsidian Vault/GAME/2. Analysis/Left4Dead2_Analysis.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: Left4Dead2
3
+ 추천정도: ★★★★★
4
+ tags:
5
+ - "#tps"
6
+ - "#협동"
7
+ ---
8
+
9
+ # 🧠 Left4Dead2
10
+
11
+ > “함께하지 않으면, 죽는다.”
12
+
13
+ ---
14
+
15
+ ## 💬 추천 이유
16
+ - 협동 중심 FPS의 원형이라 할 수 있는 게임
17
+ - Director AI 시스템을 통해, 플레이어의 상태에 따라 전투 강도와 리듬이 변하며, 팀워크의 긴장감을 극대화
18
+ - 단순한 좀비 슈터를 넘어, 협동, 희생, 생존의 감정 구조를 보여준다.
19
+
20
+ ---
21
+
22
+ ## ⚙️ 디자인 분석
23
+
24
+ ### 🎯 전투 디자인
25
+ - '정확한 조준'보다 상황판단과 팀원의 생존 보조에 초점이 맞춰져 있다.
26
+ - 좀비 무리의 파도와 특수 감염자들의 변수는, 각 플레이어가 서로의 약점을 보완하는 구조로 전투를 유도한다.
27
+ - 팀이 흩어지면 즉시 붕괴하므로, "전투 = 협동"이라는 메시지가 자연스럽게 학습
28
+
29
+ ### 🧱 시스템 / 메커닉
30
+ - Director AI가 전투의 흐름을 동적으로 제어하여, 플레이어가 "지루하지도, 과하지도 않게" 몰입하도록 설계한다.
31
+ - 체력과 자원의 희소성이 '생존공포'를 유지하며, 자원의 공유가 곧 팀의 생존을 좌우한다.
32
+
33
+ ### 🧩 레벨 디자인
34
+ - 각 스테이지는 "목표지점까지 도달해야하는 여정"의 형태로, 긴 복도형 맵 구조를 취한다.
35
+ - 협소한 공간, 우회로, 시야 제한 등을 통해 팀의 밀착 행동을 강제한다.
36
+
37
+ ### 🧠 내러티브 / 세계관
38
+ - 생존자들은 특별한 영웅이 아니라, 그저 평범한 사람들이다.
39
+ - 명확한 '악'이나 '선'이 존재하지 않으며, 단지 살아남기 위한 협력만이 유일한 윤리로 남는다.
40
+
41
+ ---
42
+
43
+ ## 💡 핵심 개념
44
+ - 테마: 게임이 전달하고자 하는 핵심 메시지나 사상/서사적 주제
45
+ - 플레이 감각: 조작감, 타격감, 속도감, 몰입감 등 게임을 '하는 순간'의 쾌감
46
+ - 감정적 경험: 플레이 중 어떤 감정을 겪게 되는지
47
+
48
+ | 항목 | 설명 |
49
+ | :----- | :-------------------------------------- |
50
+ | 테마 | 협동과 생존의 경계. '함께 살아남는 것'이 인간성의 증거로 제시 |
51
+ | 플레이 감각 | 밀도 높은 긴장감, 리듬감 있는 혼돈, 순간적 판단이 만드는 생존 쾌감 |
52
+ | 감정적 경험 | 절망 속의 연대, 실패와 구원의 반복, 서로를 지켜냈을 때의 해방감 |
53
+
54
+ ---
55
+
56
+ ## 🔗 관련 문서(노트)
57
+ - [[Left4Dead2_Info]]
58
+ - [[생존과 신뢰]]
59
+
60
+ ## 🔗 유사 게임(노트 또는 링크)
61
+ - [[HellDivers2_Analysis]]
62
+
63
+
data/student_035/Obsidian Vault/GAME/2. Analysis/TEKKEN8_Analysis.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: Untitled
3
+ 관련게임: ""
4
+ 추천정도: ★★★★★
5
+ tags:
6
+ - "#대전격투"
7
+ - "#Action"
8
+ ---
9
+
10
+ # 🧠 TEKKEN8
11
+
12
+ > “숙명을 때려 부숴라”
13
+
14
+ ---
15
+
16
+ ## 💬 추천 이유
17
+ - 대전 격투의 정통성과 현대적 속도감을 결합한 작품
18
+ - "공격적 플레이를 장려하는 시스템"을 도입하여 공격성 강조
19
+
20
+ ---
21
+
22
+ ## ⚙️ 디자인 분석
23
+
24
+ ### 🎯 전투 디자인
25
+ - 'Heat System'을 통해 공격적인 행동들이 체력 회복, 콤보 확장으로 보상이 되어 돌아온다.
26
+ - '공격이 최고의 방어'라는 방향성을 제시하며, 플레이를 공세 중심의 플레이로 바꾸게 한다.
27
+
28
+ ### 🧱 시스템 / 메커닉
29
+ - Rage, Heat, Recoverable Gauge 등은 플레이어의 심리적 압박을 증가시키고 다양한 선택지를 제공한다.
30
+ - 시스템 자체가 "방어보다는 공격"이라는 메시지를 전달한다.
31
+ - 초보자용 자동 콤보 시스템과 직관적 인터페이스로 초보자, 입문자들의 진입장벽을 낮추었지만, 고수들 사이에서는 여전히 정교한 리스크 관리가 핵심이 되어있다.
32
+
33
+ ### 🧩 레벨 디자인
34
+ - 각 스테이지마다 다양한 기믹을 부여하여 플레이어로 하여금 다양한 선택지를 주며 변수로 작용될 수 있다.
35
+
36
+ ### 🧠 내러티브 / 세계관
37
+ - 카자마, 미시마 가문의 피로 이어지는 폭력의 역사
38
+ - '가족'이라는 개인적 서사가, 세계의 운명을 결정짓는 서사로 확장
39
+
40
+ ---
41
+
42
+ ## 💡 핵심 개념
43
+ - 테마: 게임이 전달하고자 하는 핵심 메시지나 사상/서사적 주제
44
+ - 플레이 감각: 조작감, 타격감, 속도감, 몰입감 등 게임을 '하는 순간'의 쾌감
45
+ - 감정적 경험: 플레이 중 어떤 감정을 겪게 되는지
46
+
47
+ | 항목 | 설명 |
48
+ | :----- | :------------------------------------- |
49
+ | 테마 | 혈통과 운명, 폭력의 순환, 피의 순환으로부터 자유로워질 수 있는가? |
50
+ | 플레이 감각 | 강렬한 타격감과 호쾌함, 콤보를 성공시켰을때의 짜릿함 |
51
+ | 감정적 경험 | 분노, 자신을 극복하고자 하는 의지 |
52
+
53
+ ---
54
+
55
+ ## 🔗 관련 문서(노트)
56
+ - [[TEKKEN8_Info]]
57
+
58
+
59
+ ## 🔗 관련 링크
60
+ - https://tk8.tekken-official.jp/kr/
61
+ - https://youtu.be/2hPuRQz6IlM?si=n_V_XvCNDIJ1b3Qs
62
+
63
+
64
+ ## 🔗 유사 게임(노트 또는 링크)
65
+ - 유사한 게임의 노트, 링크를 여기에
66
+
data/student_035/Obsidian Vault/GAME/3. Themes/생존과 신뢰.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: 생존과 신뢰
3
+ tags:
4
+ - theme
5
+ - insight
6
+ ---
7
+
8
+ # 💡 생존과 신뢰
9
+
10
+ ## 🧠 테마 개요
11
+ - '생존'은 단순한 목표가 아닌, 공동체 속에서 끊임없이 시험되는 가치
12
+ - 플레이어는 언제나 위험 속에서 동료에 대한 신뢰와 불신 사이를 오가며, 협동이 곧 생존임을 깨닫는다. 신뢰는 생존의 기술이자 감정적 유대다.
13
+
14
+ ## 🔍 개념 정리
15
+ - 생존: 한정된 자원, 위험 속에서의 생명 유지
16
+ - 신뢰: 생존을 위해 타인에게 의존하느 감정적 구조
17
+ - 위기: 협동 실패가 곧 죽음을 의미하는 압박감
18
+
19
+ ## 🎮 관련 게임
20
+ - [[Left4Dead2_Info]]
data/student_035/Obsidian Vault/GAME/3. Themes/협동과 희생.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: 협동과 희생
3
+ tags:
4
+ - theme
5
+ - insight
6
+ - "#coop"
7
+ ---
8
+
9
+ # 💡 협동과 희생
10
+
11
+ ## 🧠 테마 개요
12
+ - '협동'은 생존을 위한 수단이자, 플레이어 에게 가장 강렬한 감정적 경험을 제공하는 디자인 구조이다.
13
+ - '희생'은 협동의 완성형으로, 팀의 성공을 위해 개인이 스스로를 던지는 순간에 플레이어는 몰입감을 느낀다.
14
+
15
+ ## 🔍 개념 정리
16
+ - 협동(Cooperation): 자원 공유, 역할 분담, 상호 복구
17
+ - 희생(Sacrifice): 탐의 목표 달성을 위해 개인의 자원을 포기하는 행위
18
+ - 의존(Dependence): 불완전한 시스템을 통해 협동을 유도
19
+
20
+ ## 🎮 관련 게임
21
+ - [[HellDivers2_Info]]
data/student_035/Obsidian Vault/Template/Diary Example.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - "#예시"
4
+ 날짜:
5
+ ---
6
+ ### 0000년00월00일 0요일
7
+
8
+ 오늘의 목표:
9
+
10
+ - 강의 일정
11
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
12
+ - 과목명: / 강의 시간: n시 n분 - n시n분 / 강의실: nnn호
13
+ - 과제, 마감일
14
+ - 과목명: aaa / 제출 마감: n월n일 n시n분
15
+
16
+ - 운동 일정 및 기록
17
+ - n시n분 - n시n분/ 장소: /
data/student_035/Obsidian Vault/Template/G_Analysis_Template.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목:
3
+ 관련게임: ""
4
+ 추천정도: ★★★★★
5
+ tags:
6
+ - "#tps"
7
+ - "#협동"
8
+ ---
9
+
10
+ # 🧠 게임제목
11
+
12
+ > “왜 이 게임을 추천하는가?”
13
+
14
+ ---
15
+
16
+ ## 💬 추천 이유
17
+ - Insert ReasonHere
18
+
19
+ ---
20
+
21
+ ## ⚙️ 디자인 분석
22
+
23
+ ### 🎯 전투 디자인
24
+ -
25
+
26
+ ### 🧱 시스템 / 메커닉
27
+ -
28
+
29
+ ### 🧩 레벨 디자인
30
+ -
31
+
32
+ ### 🧠 내러티브 / 세계관
33
+ -
34
+
35
+ ---
36
+
37
+ ## 💡 핵심 개념
38
+ - 테마: 게임이 전달하고자 하는 핵심 메시지나 사상/서사적 주제
39
+ - 플레이 감각: 조작감, 타격감, 속도감, 몰입감 등 게임을 '하는 순간'의 쾌감
40
+ - 감정적 경험: 플레이 중 어떤 감정을 겪게 되는지
41
+
42
+ | 항목 | 설명 |
43
+ | :----- | :-- |
44
+ | 테마 | |
45
+ | 플레이 감각 | |
46
+ | 감정적 경험 | |
47
+
48
+ ---
49
+
50
+ ## 🔗 관련 문서(노트)
51
+ - 관련 노트를 여기에
52
+
53
+ ## 🔗 유사 게임(노트 또는 링크)
54
+ - 유사한 게임의 노트, 링크를 여기에
55
+
data/student_035/Obsidian Vault/Template/G_Info_Template.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목:
3
+ 플랫폼: ""
4
+ 개발사: ""
5
+ 배급사: ""
6
+ 출시일: ""
7
+ tags:
8
+ ---
9
+
10
+ # 🎮 게임제목
11
+ - 한줄 설명
12
+ ## 📖 기본 정보
13
+ - **장르:**
14
+ - **플랫폼:**
15
+ - **개발사:**
16
+ - **배급사:**
17
+ - **출시일:**
18
+ ## 🔗 관련 문서(노트)
19
+
20
+ ## 🔗관련 영상
data/student_035/Obsidian Vault/Template/G_Theme_Template.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ 제목: <% tp.file.title %>
3
+ tags:
4
+ - theme
5
+ - insight
6
+ ---
7
+
8
+ # 💡 <% tp.file.title %>
9
+
10
+ ## 🧠 테마 개요
11
+ -
12
+
13
+ ## 🔍 개념 정리
14
+ -
15
+
16
+ ## 🎮 관련 게임