silentvoid13/templater

A template plugin for obsidian

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 12th, 2026
Created on November 4th, 2020
Open Issues & Pull Requests: 186 (+0)
GitHub issues: Enabled
Number of forks: 331
Total Stargazers: 5,280 (+0)
Total Subscribers: 30 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.7 hours
Mean response time: 29.3 days
90th percentile: 37.1 days
Tracked items: 239

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 72
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 668 days
Stale 30+ days: 67
Stale 90+ days: 57

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (153)
  • enhancement (84)
  • good first issue (23)
  • needs repro (19)
  • awaiting response (10)
  • documentation (6)
  • help wanted (3)
  • duplicate (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Templater is a template plugin for Obsidian that enables dynamic note generation through a templating language supporting variables, functions, and arbitrary JavaScript execution.

The plugin solves the problem of repetitive note creation by allowing users to define templates that insert computed values and execute custom logic. It provides a templating language where you can reference variables and call functions, and it supports executing JavaScript code to manipulate those values. This enables automation of note structure and content generation within Obsidian's note-taking environment.

Templater suits users who want to automate note creation with dynamic content, such as timestamped entries, metadata insertion, or complex computed fields. It is particularly valuable for power users comfortable writing JavaScript, as the plugin's strength lies in its ability to execute arbitrary code. The README identifies several alternatives in the Obsidian plugin ecosystem, including QuickAdd, Temple, and Metatemplates, which may offer different approaches to templating and automation.

The project maintains active community engagement through its discussions tab, where users share templates and ask questions. The tool includes comprehensive documentation hosted separately to guide users through setup and usage. The project accepts contributions following established guidelines and welcomes template submissions from the community through a dedicated showcase category.