"Insert template" command fails to insert / merge properties when used in popup preview / canvas / bases new

Applying a template in the bases new entry popup doesn’t apply template properties.

Steps to reproduce

  1. create new template in Templates/test_template
  2. add test_property property to test_template and assign "template_value" (see screenshot 1)
  3. add test_content in the body of the template
  4. In Templates core plugin, add Templates to template folder location
  5. Return to Welcome note
  6. Insert new base
  7. add any property filter, eg "aliases" contains "filter_value" (see screenshot 2)
  8. Add new entry with bases “+ New” button
  9. In pop-up note window, open command palate with C-p and run Template: insert template with test_template
  10. BUG: while "test_content" is added, test_property is NOT added (screenshot 3)
  11. Note that opening the new note in full screen and running insert template DOES add test_property

Screenshot 1


Screenshot 2

Screenshot 3

Did you follow the troubleshooting guide? Y

Expected result

For test_property: test_value to be added to the new entry

Actual result

Only "test_content" is added to the new entry but not the property

Environment

SYSTEM INFO:
Obsidian version: v1.9.12
Installer version: v1.8.9
Operating system: Darwin Kernel Version 25.0.0: Mon Aug 25 21:17:54 PDT 2025; root:xnu-12377.1.9~3/RELEASE_ARM64_T6041 25.0.0
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

this is a much broader problem. It happens in every popup preview not just the bases new function.

Steps to reproduce

  1. Create a template note with properties in it like:

---
foo: bar
---

Lorem Ipsum

  1. Create or open a canvas

  2. Add a new blank note to the canvas

  3. Insert the template from the test template note above. Properties are not added

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

Properties from template note added to the note in the canvas

Actual result

Properties are not added, all other text from template added correctly

Environment

SYSTEM INFO:
Obsidian version: v1.5.3
Installer version: v1.4.16
Operating system: Windows 10 Pro 10.0.19045
Login status: logged in
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

Works as expected if the whole text from the template note is copied in source mode and then pasted into the note

thank you

will fixed 1.11.0. No ETAs