diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..08a034f --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,4 @@ +{ + "livePreview": true, + "promptDelete": false +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..d4d5331 --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1,3 @@ +{ + "monospaceFontFamily": "M PLUS 1 Code" +} \ 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/daily-notes.json b/.obsidian/daily-notes.json new file mode 100644 index 0000000..8bbb628 --- /dev/null +++ b/.obsidian/daily-notes.json @@ -0,0 +1,3 @@ +{ + "folder": "journal" +} \ 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..8e2eaae --- /dev/null +++ b/.obsidian/workspace @@ -0,0 +1,142 @@ +{ + "main": { + "id": "4671ba40c313e1e0", + "type": "split", + "children": [ + { + "id": "934597f5e1b71382", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "journal/2022-09-22.md", + "mode": "source", + "source": false + } + } + } + ], + "direction": "vertical" + }, + "left": { + "id": "a2a4c9e11d62df9e", + "type": "split", + "children": [ + { + "id": "95d9e0fcbe673851", + "type": "tabs", + "children": [ + { + "id": "2ac5fbdea75aa1d8", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": {} + } + }, + { + "id": "7434cdec96d7132f", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + } + } + }, + { + "id": "dd6cde728924a709", + "type": "leaf", + "state": { + "type": "starred", + "state": {} + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "06713703997b8052", + "type": "split", + "children": [ + { + "id": "4825c6753f27cbeb", + "type": "tabs", + "children": [ + { + "id": "13f3f7066855c95e", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "journal/2022-09-22.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "5bb1621955b4fab4", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "journal/2022-09-22.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + } + } + }, + { + "id": "4142a9d8ab147cfb", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + } + } + }, + { + "id": "38fa2e33a482c46d", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "journal/2022-09-22.md" + } + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "active": "934597f5e1b71382", + "lastOpenFiles": [ + "2022-09-22.md", + "uc-santa-cruz.md", + "journal/2022-09-22.md", + "UC Santa Cruz.md", + "journal/2021-12-18.md", + "niwa.md", + "person.md", + "aly.md" + ] +} \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 7b74b17..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - // Foam's own extension - "foam.foam-vscode", - - // Tons of markdown goodies (lists, tables of content, so much more) - "yzhang.markdown-all-in-one", - - // Image-pasting for markdown - "mushan.vscode-paste-image", - - // Spell checking for text, markdown and latex - "ban.spellright", - ] -} diff --git a/.vscode/foam.json b/.vscode/foam.json deleted file mode 100644 index 38a4eab..0000000 --- a/.vscode/foam.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "purpose": "this file exists to tell the foam-vscode plugin that it's currently in a foam workspace", - "future": "we may use this for custom configuration" -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9709fc7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "editor.minimap.enabled": false, - "editor.wrappingIndent": "indent", - "editor.overviewRulerBorder": false, - "editor.lineHeight": 24, - "[markdown]": { - "editor.quickSuggestions": true - }, - "files.defaultLanguage": "markdown", - "files.exclude": { - "**/node_modules": true - }, - "files.watcherExclude": { - "**/node_modules": true - }, - "foam.edit.linkReferenceDefinitions": "off", - "foam.openDailyNote.directory": "journal", - "foam.openDailyNote.titleFormat": "fullDate", - "git.enableSmartCommit": true, - "git.postCommitCommand": "sync", - "markdown.preview.breaks": true, - "pasteImage.path": "${projectRoot}/attachments", - "pasteImage.showFilePathConfirmInputBox": true, - "prettier.singleQuote": false, - "spellright.notificationClass": "warning", - "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", - "vscodeMarkdownNotes.slugifyMethod": "github-slugger", -} diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 776484f..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -{{ content }} - - diff --git a/_layouts/page.html b/_layouts/page.html deleted file mode 100644 index 776484f..0000000 --- a/_layouts/page.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- - -{{ content }} - - diff --git a/assets/css/style.scss b/assets/css/style.scss deleted file mode 100644 index a6fd4c6..0000000 --- a/assets/css/style.scss +++ /dev/null @@ -1,33 +0,0 @@ ---- ---- - -@import "{{ site.theme }}"; - -.markdown-body { - max-width: 800px; - font-size: 16px; -} - -.markdown-body p { - font-size: 16px; - line-height: 1.9em; - margin-bottom: 1.2em; -} - -.markdown-body li { - line-height: 1.9em; -} - -input.task-list-item-checkbox { - margin-right: 4px; -} - -h1, -h2, -h3, -h4, -h5, -blockquote { - font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, - "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; -} diff --git a/journal/2022-09-22.md b/journal/2022-09-22.md new file mode 100644 index 0000000..ebffe24 --- /dev/null +++ b/journal/2022-09-22.md @@ -0,0 +1,3 @@ +# 2022-09-22 +- First day of classes at [[uc-santa-cruz|UC Santa Cruz]] +- Switched from [[Foam]] to [[Obsidian]] \ No newline at end of file diff --git a/uc-santa-cruz.md b/uc-santa-cruz.md new file mode 100644 index 0000000..6c659a6 --- /dev/null +++ b/uc-santa-cruz.md @@ -0,0 +1 @@ +# UC Santa Cruz \ No newline at end of file