Set up for class

This commit is contained in:
Aly 2022-09-22 09:08:33 -07:00
parent 8224eac200
commit c388c72e99
14 changed files with 176 additions and 106 deletions

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

@ -0,0 +1,4 @@
{
"livePreview": true,
"promptDelete": false
}

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

@ -0,0 +1,3 @@
{
"monospaceFontFamily": "M PLUS 1 Code"
}

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

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

3
.obsidian/daily-notes.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"folder": "journal"
}

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

@ -0,0 +1 @@
{}

142
.obsidian/workspace vendored Normal file
View File

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

View File

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

4
.vscode/foam.json vendored
View File

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

28
.vscode/settings.json vendored
View File

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

View File

@ -1,12 +0,0 @@
---
layout: default
---
{{ content }}
<script type="text/javascript">
// Hack: Replace page-link with "Page Title"
document.querySelectorAll(".markdown-body a[title]").forEach((a) => {
a.innerText = a.title;
});
</script>

View File

@ -1,12 +0,0 @@
---
layout: default
---
{{ content }}
<script type="text/javascript">
// Hack: Replace page-link with "Page Title"
document.querySelectorAll(".markdown-body a[title]").forEach((a) => {
a.innerText = a.title;
});
</script>

View File

@ -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;
}

3
journal/2022-09-22.md Normal file
View File

@ -0,0 +1,3 @@
# 2022-09-22
- First day of classes at [[uc-santa-cruz|UC Santa Cruz]]
- Switched from [[Foam]] to [[Obsidian]]

1
uc-santa-cruz.md Normal file
View File

@ -0,0 +1 @@
# UC Santa Cruz