Templater icon indicating copy to clipboard operation
Templater copied to clipboard

A template plugin for obsidian

Results 255 Templater issues
Sort by recently updated
recently updated
newest added

**Plugin informations (please complete the following information):** - OS: Pop!_OS 21.04 - Templater version: 1.9.9 - Obsidian version: v0.12.15 - Templater settings: - Folder location: "Templates/" - Template Used: Quick...

bug

I'm trying to create a new file at a given location and I see that `create_new` accepts a TFolder but theres no way to create TFolders. Obsidian's `app.fileManager.getNewFileParent()` seems to...

enhancement

**Plugin information:** - OS: Win 11 - Templater version: 1.12.0 - Obsidian version: 0.14.6 - Templater settings: Template folder location: "templates/", automatic jump to cursor on **Describe the bug** I...

bug

Gives an example of a few more arguments being used with the suggester command.

I have a dynamic command which generates markdown. When I preview the note, the command is run properly, but (of course?) the outputs is displayed as raw text, rather than...

enhancement

**Plugin informations:** - OS: Android - Templater version: 1.11.3 - Obsidian version: 1.1.1 (44) - Templater settings: - Template: "10 Meta/Templates/testing.md" - User function: "10 Meta/Templates/Scripts/notice.js" Content of the **template**...

bug

- OS: Windows 10 - Templater version: 1.12.0 - Obsidian version: 0.14.2 - Templater settings: timeout 10 seconds, tp.user.exec() = system user function %cmd% I am using my system user...

bug

Currently using any Obsidian syntax such as `#tag` `[[file]]` with commands in them causes a creation of an ugly link from the template file itself. We can prevent the syntax...

enhancement

Please consider the ability to make a non-removable "tp.file.cursor" version that works in any notes. As well as the function of automatic transition to the specified position when opening a...

enhancement

I'm currently using typescript for my user scripts (compiling with just `tsc *.ts`). I have obsidian.d.ts (submoduled from obsidian api repo) but would like to also have a file for...

question