From a42901e9d9223294ef63c1b6dbc0e3f01d819d31 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 5 Sep 2021 19:50:07 +0200 Subject: [PATCH] Autopush. --- 2021-09-05.code-workspace | 22 ++++++++++++++++++++++ isomorphisms.md | 5 +++++ journal/2021-09-05.md | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 2021-09-05.code-workspace create mode 100644 isomorphisms.md create mode 100644 journal/2021-09-05.md 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