From aa5ab03d4ad6e7cb4d9efd3f9c177ebde7e4c4af Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Thu, 02 Mar 2023 17:14:29 +0000 Subject: [PATCH] docs: update to account for github changes --- content/notes/obsidian.md | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/notes/obsidian.md b/content/notes/obsidian.md index 0667b46..fb5f3d5 100644 --- a/content/notes/obsidian.md +++ b/content/notes/obsidian.md @@ -19,15 +19,18 @@ Open Settings > Files & Links and look for these two items: -1. Set the **New link format** to **Absolute Path in vault**. +1. Set the **New link format** to **Absolute Path in vault**. If you have a completely flat vault (no folders), this step isn't necessary. 2. Turn **on** the **Automatically update internal links** setting. -*Obsidian Settings* + +![[notes/images/obsidian-settings.png]]*Obsidian Settings* ## Templates Inserting front matter everytime you want to create a new Note gets annoying really quickly. Luckily, Obsidian supports templates which makes inserting new content really easily. -**If you decide to overwrite the `/content` folder completely, don't remove the `/content/templates` folder!** +> [!WARNING] +> +> **If you decide to overwrite the `/content` folder completely, don't remove the `/content/templates` folder!** Head over to Options > Core Plugins and enable the Templates plugin. Then go to Options > Hotkeys and set a hotkey for 'Insert Template' (I recommend `[cmd]+T`). That way, when you create a new note, you can just press the hotkey for a new template and be ready to go! -- Gitblit v1.10.0