A template plugin for obsidian

obsidian-md obsidian-plugin
3 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to adjust the position of the 'create new note from template' command in the Obsidian Templater plugin's right-click context menu for folders in the file explorer. The goal is to move this command to the top of the menu, alongside other 'new item' commands for improved user experience and logical grouping.

Complexity: 3/5
enhancement good first issue

A template plugin for obsidian

TypeScript
#obsidian-md#obsidian-plugin

AI Summary: Fix a missing closing tag in a code example on the 'System Commands' page of the Templater Obsidian plugin documentation. The missing tag is `%>` at the end of a code snippet demonstrating function arguments.

Complexity: 1/5
documentation good first issue

A template plugin for obsidian

TypeScript
#obsidian-md#obsidian-plugin

AI Summary: The task is to analyze the reported bug in the Templater Obsidian plugin where the plugin unexpectedly renders Templater commands in newly created files even without a matching rule, potentially requiring a code change to address the issue or a documentation update to reflect the current behavior. The solution might involve modifying the plugin's code to add a setting to prevent unwanted overwriting or updating the documentation to clarify the current behavior.

Complexity: 4/5
documentation good first issue

A template plugin for obsidian

TypeScript
#obsidian-md#obsidian-plugin