Skip to content

Commit a2cca91

Browse files
committed
2023-11-17 15:25
1 parent ada3bf7 commit a2cca91

12 files changed

+42131
-40836
lines changed

.gitignore

+17
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@
33
.obsidian/plugins/make-md/Spaces.mdb
44
.obsidian/workspace.json
55
Spaces/Home/Home.md
6+
.obsidian/app.json
7+
.obsidian/community-plugins.json
8+
.obsidian/hotkeys.json
9+
.obsidian/plugins/make-md/data.json
10+
.obsidian/plugins/make-md/main.js
11+
.obsidian/plugins/make-md/manifest.json
12+
.obsidian/plugins/make-md/Spaces.mdb
13+
.obsidian/plugins/make-md/styles.css
14+
.obsidian/plugins/obsidian-languagetool-plugin/data.json
15+
.obsidian/plugins/obsidian-languagetool-plugin/main.js
16+
.obsidian/plugins/obsidian-languagetool-plugin/manifest.json
17+
.obsidian/plugins/obsidian-languagetool-plugin/styles.css
18+
.obsidian/plugins/zotlit/data.json
19+
.obsidian/plugins/zotlit/main.js
20+
.obsidian/plugins/zotlit/manifest.json
21+
.obsidian/plugins/zotlit/styles.css
22+
.obsidian/workspace.json

.obsidian/app.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"promptDelete": false
2+
"promptDelete": false,
3+
"spellcheckDictionary": [
4+
"Metagov",
5+
"Metagov",
6+
"Uniswap",
7+
"v and G"
8+
]
39
}

.obsidian/community-plugins.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[
22
"markdown-prettifier",
3-
"make-md"
3+
"make-md",
4+
"obsidian-languagetool-plugin",
5+
"zotlit"
46
]

.obsidian/hotkeys.json

+47-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1-
{}
1+
{
2+
"editor:set-heading-1": [
3+
{
4+
"modifiers": [
5+
"Mod"
6+
],
7+
"key": "1"
8+
}
9+
],
10+
"editor:set-heading-2": [
11+
{
12+
"modifiers": [
13+
"Mod"
14+
],
15+
"key": "2"
16+
}
17+
],
18+
"editor:set-heading-3": [
19+
{
20+
"modifiers": [
21+
"Mod"
22+
],
23+
"key": "3"
24+
}
25+
],
26+
"editor:set-heading-4": [
27+
{
28+
"modifiers": [
29+
"Mod"
30+
],
31+
"key": "4"
32+
}
33+
],
34+
"editor:set-heading-5": [
35+
{
36+
"modifiers": [
37+
"Mod"
38+
],
39+
"key": "5"
40+
}
41+
],
42+
"workspace:goto-tab-1": [],
43+
"workspace:goto-tab-2": [],
44+
"workspace:goto-tab-3": [],
45+
"workspace:goto-tab-4": [],
46+
"workspace:goto-tab-5": []
47+
}

.obsidian/plugins/make-md/Spaces.mdb

0 Bytes
Binary file not shown.

.obsidian/plugins/make-md/data.json

+27-19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"newNotePlaceholder": "Untitled",
23
"defaultInitialization": false,
34
"filePreviewOnHover": false,
45
"flowMenuEnabled": true,
@@ -13,6 +14,7 @@
1314
"editorFlow": true,
1415
"internalLinkClickFlow": true,
1516
"contextEnabled": true,
17+
"spaceViewEnabled": true,
1618
"saveAllContextToFrontmatter": true,
1719
"editorFlowStyle": "seamless",
1820
"autoOpenFileContext": false,
@@ -36,33 +38,16 @@
3638
"/",
3739
"//Spaces",
3840
"//Spaces",
39-
"//daoindex",
40-
"//daoindex/daoindex/01 WorkingDraft"
41+
"//daoindex"
4142
],
4243
"expandFolderOnClick": true,
43-
"cachedSpaces": [
44-
"spaces://$tags",
45-
"/",
46-
"Spaces",
47-
"Spaces/Home",
48-
"daoindex",
49-
"daoindex/00Porject Inbox",
50-
"daoindex/00Porject Inbox/00 Outlines",
51-
"daoindex/00Porject Inbox/01 Section Notes",
52-
"daoindex/00Porject Inbox/02 Next Steps",
53-
"daoindex/01 WorkingDraft",
54-
"Assessment Files",
55-
"Data Analysis",
56-
"Questionnaire"
57-
],
5844
"menuTriggerChar": "/",
5945
"inlineStickerMenu": true,
6046
"emojiTriggerChar": ":",
6147
"folderContextFile": "context",
6248
"folderFrameFile": "frames",
6349
"spacesFolder": "Spaces",
6450
"hiddenFiles": [],
65-
"lineNumbers": false,
6651
"hiddenExtensions": [
6752
".mdb"
6853
],
@@ -97,5 +82,28 @@
9782
"readableLineWidth": true,
9883
"autoAddContextsToSubtags": true,
9984
"autoMigration08": true,
100-
"releaseNotesPrompt": 0.804
85+
"releaseNotesPrompt": 0.804,
86+
"enableDefaultSpaces": true,
87+
"enableTagSpaces": true,
88+
"enableHomeSpace": true,
89+
"showSpacePinIcon": true,
90+
"minimalFix": false,
91+
"experimental": false,
92+
"cachedSpaces": [
93+
"spaces://$tags",
94+
"/",
95+
"Assessment Files",
96+
"Data Analysis",
97+
"Questionnaire",
98+
"Spaces",
99+
"Spaces/Home",
100+
"daoindex",
101+
"daoindex/00Porject Inbox",
102+
"daoindex/00Porject Inbox/00 Outlines",
103+
"daoindex/00Porject Inbox/01 Section Notes",
104+
"daoindex/00Porject Inbox/02 Next Steps",
105+
"daoindex/01 WorkingDraft",
106+
"Grants"
107+
],
108+
"lineNumbers": false
101109
}

0 commit comments

Comments
 (0)