From e0f35881fcf81c690d595898c23dd973bce2b0a0 Mon Sep 17 00:00:00 2001 From: "James@STCH" Date: Thu, 14 Jul 2022 08:30:29 +0200 Subject: [PATCH] Changed the way, Obsidian changes things. namely, it doesn't anymore --- .gitignore | 1 + .obsidian/community-plugins.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b09efdd..4e25c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .obsidian/* +.obsidian diff --git a/.obsidian/community-plugins.json b/.obsidian/community-plugins.json index 858c100..a01342f 100644 --- a/.obsidian/community-plugins.json +++ b/.obsidian/community-plugins.json @@ -1,9 +1,9 @@ [ "obsidian-git", "table-editor-obsidian", - "obsidian-image-toolkit", "obsidian-icons-plugin", "obsidian-reading-time", "dataview", - "obsidian-dialogue-plugin" + "obsidian-dialogue-plugin", + "obsidian-image-toolkit" ] \ No newline at end of file