What problem does it solve?
Users struggle with creating dynamic Obsidian templates, automating repetitive note creation tasks, and writing custom Templater user scripts, leading to unnecessary manual work when managing their note vault.
Core Features & Use Cases
- Complete Templater Syntax Reference: Clear explanations of all 4 command types (internal, dynamic, execution, whitespace control) with practical use cases for each delimiter style.
- Full Module API Documentation: Detailed guides for all built-in tp modules (tp.file, tp.date, tp.frontmatter, tp.system, tp.web, tp.obsidian) covering file operations, date formatting, frontmatter access, user prompts, web requests, and Obsidian API integration.
- Custom Workflow Support: Guidance for building custom Node.js user scripts and setting up auto-running startup templates for tasks like daily note generation, task list syncing, and vault maintenance. For example, a researcher can use this skill to build a literature note template that auto-populates the creation date, prompts for source metadata, and links to related notes.
Quick Start
Use the obsidian-templater skill to build a dynamic daily note template that auto-fills the current date, prompts you to select your mood from a dropdown list, and places your cursor in the journal entry field when you create a new note.