Obsidian Templater Functions You Need To Know About
These will save time and make it fun to use obsidian
Templates can be incredibly useful tools for enhancing your productivity and efficiency. They give you a predefined structure and format, that can help you save your time and effort.
Templates is a useful plugin for Obsidian but the Templater community plugin is a more advanced and powerful one.
It allows you to insert variables and functions in your notes to automate a lot of manual work. This can create a powerful workflow that can help you streamline your workflow process.
In this article, we’ll go through some of the most useful templater functions for Obsidian.
Templater functions in this list will range from simple functions to more advanced functions. These are compiled by going through Templater’s documentation, reddit, & Obsidian Forum.
Automatically move notes to a particular folder
Do you manually move your notes into different folders for organization? I mean why? This templater function can do it for you.
<% await tp.file.move("/002 RESOURCES/" + tp.file.title) %>