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

Newest version of Templater v1.10.0 When hover previewing a note [[link]] that has header embed inside, it will not render the header embed while Templater is enabled. The easiest way...

bug

**Is your feature request related to a problem? Please describe.** Folder Templates require the creation of the file within that folder, moving folders to the 'Folder Template' folder do not...

enhancement

**Is your feature request related to a problem? Please describe.** When I trigger a specific template, I'd like to automatically create a folder and move my new note into it....

enhancement

**Is your feature request related to a problem? Please describe.** Having obsidian opened on 2 devices, when I create a note with a template prompting for inputs or suggester, the...

enhancement

For now, there is only getter of frontmatter, setter is also needed. ``` tp.frontmatter.set('a', 'b') ``` => ``` --- a = b --- ```

enhancement

**Is your feature request related to a problem? Please describe.** I want to have a default value for suggester. Placeholder is ok, but having a default value is often helpful,...

enhancement

**Plugin informations (please complete the following information):** - Linux Mint 20.2 Cinnamon - Obsidian 0.12.19 - the latest versions of both plugins **Describe the bug** The https://github.com/SilentVoid13/Templater (the top5 Obsidian...

bug

This was previously unsupported because getting the path to a vault is hard on mobile, as vault.adapter isn't a FileSystemAdapter. However, the vault path isn't required for when relative is...

**Plugin informations (please complete the following information):** - OS: iPadOS 15.3 - Templater version: 1.10.0 - Obsidian version: 1.0.5 (mobile) - Templater settings: - **Describe the bug** Hi, first of...

bug

This PR fixes a regression #539 introduced in 1.10.0 that caused `require` statements to throw errors. This was because the directory in which user script functions run was no longer...