The Templater plugin adds a scripting based template system to notes so you can insert variables, function output and custom logic instead of relying on static text blocks. It fits people who want templates to react to context, generate dynamic content and cut down repetitive note work. JavaScript support is a central part of how it works, which makes room for deeper automation and more technical workflows. It can also run system commands when a template needs to reach outside the vault.
Obsidian plugins tagged with #templater. There are 3 plugins in this collection.
- Rank 16 years ago by SilentVoid
- Rank 22 years ago by TfTHacker
The AI for Templater plugin enhances Obsidian's Templater by integrating it with large language models like OpenAI's ChatGPT. Users can easily interact with these models by sending questions or commands directly within their notes. This plugin enables functionalities like asking questions or generating content using AI, improving workflow and automating tasks within Obsidian. With support for OpenAI's API, it requires an API key and allows for customization to use local LLMs as well. It's a useful tool for those looking to integrate AI-powered assistance into their note-taking and content creation processes.
- Rank 33 years ago by Hananoshika Yomaru
The Run plugin allows users to dynamically generate and update markdown content in Obsidian using Dataview queries and JavaScript expressions. It seamlessly integrates with popular plugins like Dataview and Templater to access advanced functionalities such as file metadata, page-level variables, and reusable user scripts. Users can write and execute custom expressions, including asynchronous operations, within designated markdown blocks. The plugin also supports debugging and advanced customization options, enhancing its versatility for automation and data manipulation tasks.