jacoblearned978 downloadsAutomatically template notes based on their title.
This is a simple Obsidian plugin to automatically template notes based on their name when created or renamed. Users can template notes that match their desired naming conventions with any template that exists in their specified templates folder (including sub-folders).
Examples:
Meeting with the content of Templates/meeting.mdTask with the content of Templates/task.mdIdea with the content of Templates/idea.mdYou can install the plugin via the Community Plugins tab within Obsidian or by direct link here.
While the plugin supports general usage beyond Zettelkasten, my primary motivation for building the plugin was quicker templating of notes in a Zettelkasten system.
In Zettelkasten, notes are generally one of three types: reference notes, literature notes, or permanent notes (although many variations exist based on personal preference).
To manage these, I prefix each note type with a different color emoji for easy visual identification within Obsidian: 🟦 for reference notes, 🟨 for literature notes, and 🟩 for permanent notes.
I then have a template for each note type in my Templates folder, for example Templates/reference_note.md:
---
type: Note
tags:
- reference-note
- inbox
date:
source:
author(s):
reviewed: false
---
**Summary**:
**Highlights**:
Using the plugin, it's simple to create new Zettelkasten notes that are already populated with the Obsidian page properties I like to include for each note type.

