diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..96869df --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,19 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "starred", + "outline", + "word-count", + "file-recovery" +] \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json new file mode 100644 index 0000000..ab66d44 --- /dev/null +++ b/.obsidian/graph.json @@ -0,0 +1,22 @@ +{ + "collapse-filter": true, + "search": "", + "showTags": false, + "showAttachments": false, + "hideUnresolved": false, + "showOrphans": true, + "collapse-color-groups": true, + "colorGroups": [], + "collapse-display": true, + "showArrow": false, + "textFadeMultiplier": 0, + "nodeSizeMultiplier": 1, + "lineSizeMultiplier": 1, + "collapse-forces": true, + "centerStrength": 0.518713248970312, + "repelStrength": 10, + "linkStrength": 1, + "linkDistance": 250, + "scale": 0.11660477277966168, + "close": false +} \ No newline at end of file diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/hotkeys.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/workspace b/.obsidian/workspace new file mode 100644 index 0000000..840a638 --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,139 @@ +{ + "main": { + "id": "26c1d5043e97a250", + "type": "split", + "children": [ + { + "id": "3a07771d4c32b983", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Logic/Disjunction_Elimination.md", + "mode": "preview", + "source": false + } + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "2e2d413b07672e46", + "type": "split", + "children": [ + { + "id": "e8e9316b59517052", + "type": "tabs", + "children": [ + { + "id": "f9904be6e8b54776", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "6ce6f22853a14337", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "tag:#publication", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "087697dc2054be3f", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ], + "currentTab": 1 + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "ec55042120b08d99", + "type": "split", + "children": [ + { + "id": "afc0c1bab3e7a1d4", + "type": "tabs", + "children": [ + { + "id": "0dfdc7a995d20deb", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "Logic/Disjunction_Elimination.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "502a657839489cd7", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "Logic/Disjunction_Elimination.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "f769a309ad6de62c", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "bf315f300ad73f26", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "Logic/Disjunction_Elimination.md" + } + } + } + ], + "currentTab": 2 + } + ], + "direction": "horizontal", + "width": 300 + }, + "active": "6ce6f22853a14337", + "lastOpenFiles": [ + "Logic/Biconditional_Introduction.md", + "Logic/Conditional_Introduction.md", + "Algorithms/Algorithmic_complexity.md", + "Linguistics/Design_features_of_language.md" + ] +} \ No newline at end of file