Templater not running if new file has content

I’m trying to get Templater templates inserted (and ran) whenever I create a new file via the URL method

I have Templater setup to insert my default template whenever I make a new file in root via Templater settings → Folder Templates

And when I do that:
open --background "obsidian://advanced-uri?vault=evergreen&filepath=Umami/another-test"

My note is created with the proper Templater template, data filled in,etc

But when I add data to the URL (i.e. add content to the note via URL):

open --background "obsidian://advanced-uri?vault=evergreen&filepath=Umami/another-test-2&data=thiststat"

it fills in the data but my Templater template isn’t ran.

I’m sure there is an easy way to do this but I’m a bit at a loss .

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.