Open Issues Need Help
View All on GitHubAI 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.
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.
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.