diff --git a/2021-09-05.code-workspace b/2021-09-05.code-workspace new file mode 100644 index 000000000..5d2e40c4e --- /dev/null +++ b/2021-09-05.code-workspace @@ -0,0 +1,22 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.defaultLanguage": "markdown", + "foam.edit.linkReferenceDefinitions": "off", + "foam.openDailyNote.directory": "journal", + "vscodeMarkdownNotes.newNoteDirectory": "WORKSPACE_ROOT", + "foam.openDailyNote.titleFormat": "yyyy-mm-dd", + "pasteImage.path": "${projectRoot}/assets", + "pasteImage.showFilePathConfirmInputBox": true, + "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", + "vscodeMarkdownNotes.slugifyCharacter": "NONE", + "vim.handleKeys": { + "[": false, + "]": false + } + } +} \ No newline at end of file diff --git a/isomorphisms.md b/isomorphisms.md new file mode 100644 index 000000000..ae992f45d --- /dev/null +++ b/isomorphisms.md @@ -0,0 +1,5 @@ +# isomorphisms + +- [[pull]] [[isomorphism]] + - [[auto pull plurals]] + diff --git a/journal/2021-09-05.md b/journal/2021-09-05.md new file mode 100644 index 000000000..3831f1989 --- /dev/null +++ b/journal/2021-09-05.md @@ -0,0 +1,3 @@ +# 2021-09-05 + +- [[isomorphisms]] \ No newline at end of file