About 121,000 results
Open links in new tab
  1. Templater Cheat-Sheet - Share & showcase - Obsidian Forum

    Mar 5, 2022 · Hey there people, I have put together a little reference note for the templater plugin. Most of it is copied out of the documentation. But I think the Heading-Link Preview feature …

  2. Templater plugin (1.5 and newer): New Syntax and Examples

    Apr 14, 2021 · I just played around a little with the new version 1.5 of the Templater plugin. Well done, I must say! Thought I share some nifty examples: Next Monday: EDIT: This is not “next …

  3. Templater Help: If statement - Help - Obsidian Forum

    Feb 13, 2023 · Hi folks, i have this global templater: <%* let parent_tfile = tp.config.active_file; let parent_cache = app.metadataCache.getFileCache(parent_tfile); let tag= …

  4. Templater error no active editor, can't append templates

    Mar 6, 2024 · What I’m trying to do I am trying to set up a zotero workflow. I have some templates in the template folder for this and also for other things. When I click on the templater icon on …

  5. integrate forms into QuickAdd, templater, etc - Obsidian Forum

    Sep 11, 2023 · Obsidian Modal Form Plugin Hello Obsidian Community! I’m excited to introduce the Obsidian Modal Form Plugin. This plugin allows you to define forms that can be opened …

  6. Templater: Rename a file and move it to a folder - Obsidian Forum

    Jun 21, 2022 · What I’m trying to do I’m creating my own Zettlekasten-style template (I realise there is a default plugin for this but I want a little more customisation of my templates) using …

  7. Templater How to prompt for a filename, change the ... - Obsidian …

    Nov 29, 2024 · I am trying to make a template that is automatically created when a new file is made in a specific folder. I want it to do these steps: Prompt the user for a text input Set the …

  8. Templater: Trigger Templater on new file creation - Obsidian Forum

    Feb 14, 2023 · I have installed the Templater plugin and thoroughly read all the official Templater docs. There is a config setting “Trigger Templater on new file creation” with the explanation …

  9. How to update a property's value in a Templater script?

    Nov 8, 2023 · What I’m trying to do I’d like to update (existing) properties in a Templater script. Things I have tried Currently, I manually create the frontmatter as shown in the example …

  10. Templater: Get the parent folder name - Obsidian Forum

    Nov 8, 2022 · Hello Community, I’m trying to use a templater script to get the parent folder name of my note as described: To get the folder name I’m using this templater script: function …