From 0ec9f924c876ab651436d5a667c2aed392c9c1e8 Mon Sep 17 00:00:00 2001
From: Noah <noah.wickel@rwth-aachen.de>
Date: Wed, 8 Nov 2023 09:34:11 +0100
Subject: [PATCH] Changed 2 files.

Affected files:
README.md
images/06-pluginon.png
---
 README.md                                 |  12 ++++++------
 06-pluginon.png => images/06-pluginon.png | Bin
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename 06-pluginon.png => images/06-pluginon.png (100%)

diff --git a/README.md b/README.md
index 5723bd9..62ae860 100644
--- a/README.md
+++ b/README.md
@@ -11,21 +11,21 @@ This is a template for a collection of text files (e.g. notebooks, wikis, "Zette
 - (create your repository in GitLab (new project))
 - Clone this repository or the new one with `git clone`
 	- if on Windows, use https (not ssh) in order to conveniently push with the Obsidian Git plugin (see below)
-	- ![[01-clone.png]]
+	- ![](images/01-clone.png)
 - Open Obsidian and open the cloned folder as a new vault. If you already have a vault open, use the "Open another vault" button in the bottom left.
-	- ![[02-opennew.png]]  ![[03-open.png]]
+	- ![](images/02-opennew.png)  ![](images/03-open.png)]]
 - Go to settings (`Ctrl+,`) and install the community plugins to ease your experience:
-	- ![[04-plugins.png]]
+	- ![](images/[04-plugins.png)
 	- Obsidian Git (install it)
-		- ![[05-plugingit.png]]
+		- ![](images/05-plugingit.png)
 	- Obsidian Link Converter
 		- same as above
 	- after installation, the plugins must be turned on manually
 		- Close the "Browse Plugins" window if still open
 		- Flip the switch on both your newly installed plugins to enable them
-		- ![[06-pluginon.png]]
+		- ![](images/06-pluginon.png)
 	- Find the community plugins area on the left side of the options menu:
-		- ![[07-communityplugins.png]]
+		- ![](images/07-communityplugins.png)
 		- Click one of them to open its settings. Change some things according to taste (e.g. enable automatic pulling when Obsidian is opened)
 		- Personally, I don't like the automatic backup feature of Obsidian Git, as it will sometimes push my changes when I am in the middle of editing a document
 - Set some hotkeys to Git pull, commit & push and for `Obsidian Link Converter: Vault: Links to Markdown`
diff --git a/06-pluginon.png b/images/06-pluginon.png
similarity index 100%
rename from 06-pluginon.png
rename to images/06-pluginon.png
-- 
GitLab