For some reason it’s unreasonably hard to find out how to set a default template for a note in the note taking app Obsidian so I’m documenting here what worked for me on February-25-2025. Here’s my setup:
-
Create a template folder and in that folder create a file called
template.md
inside your vault. -
Add some default text or markdown content you want to use as the default template for new notes.
-
In Obsidian, go to the settings and navigate to “Community plugins”.
-
Find and enable the plugin “Templater” by SilentVoid, it’s important to not that this is not the core “Template” plugin.
-
Once installed go to the settings and click on “Templater” under the Community plugins heading.
-
This will show the settings for the “Templater” plugin find the option “Trigger Templater on new file creation” and enable it.
-
Then look for the option called “Enable folder templates” and enable it.
-
This should show two text boxes side by side the first one will have the ghost text “folder” the second will have the ghost text “Template”.
-
Put a single slash in the first box this specifies the root of your Obsidian vault.
-
Put the location of your template file in the second box.
This combination of options will automatically use this template when you open a new note anywhere in the root directory.