diff options
author | Jasper Ras <jras@hostnet.nl> | 2023-06-28 18:34:48 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2023-06-28 18:34:48 +0200 |
commit | 9a7deebbdd7c5b092d37949d04e4c90885d5f64d (patch) | |
tree | ff9c6c0d822b79491ae4ef7ba1789647fa069e10 /.obsidian/core-plugins.json |
initialize zettelkast with some zettels already added
Diffstat (limited to '.obsidian/core-plugins.json')
-rw-r--r-- | .obsidian/core-plugins.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..9405bfd --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,20 @@ +[ + "file-explorer", + "global-search", + "switcher", + "graph", + "backlink", + "canvas", + "outgoing-link", + "tag-pane", + "page-preview", + "daily-notes", + "templates", + "note-composer", + "command-palette", + "editor-status", + "bookmarks", + "outline", + "word-count", + "file-recovery" +]
\ No newline at end of file |