[Bug] Template variables are not replaced
When creating a Folder Note with Ctrl + Click, template variables are not replaced.
How to reproduce:
- Create a folder (with no note)
- Create template file:
--- title: "{{title}}" --- # {{title}} - Set the template file in Folder Note settings
- Ctrl + Click on the folder from step 1
- Observe {{title}} variables not being replaced
When creating Folder Note from context menu, everything works.
Tested without Templater plugin.
It's probably the same issue as the duplicated templates issue, I'll hopefully release this weekend a stable beta release and some days later a public release but currently you could download https://github.com/LostPaul/obsidian-folder-notes/releases/tag/1.7.30-25-beta which should work fine enough but I haven't tested it that much.
Unfortunately 1.7.30-25-beta release does not fix this for me, I checked in both sandbox vault and my actual vault. But it works when creating folder note from context menu.
What about the latest release 1.7.30-26-beta?
Can confirm that the bug is fixed in 1.7.30-26-beta, thank you!