Open rhhub opened 5 days ago
Do you have enabled option "Trigger Templater on new file creation" in Templater plugin settings? Maybe that's because your templater syntax is not replaced.
Yeah it's enabled. The templater plugin syntax does get replaced (I didn't provide the output). If I put ReadItLater template variables in the templater plugin markdown file, they won't get replaced.
Thanks for the clarification, now I fully understand your issue.
Basically we need to invoke Templater logic, before ReadItLater starts to replace variables in template.
Yeah.
⚠️ Please check that this feature request hasn't been suggested before.
🔖 Feature description
I want to be able to place ReadItLater template variables inside markdown templates and include them using the templater plugin. Is it possible to resolve the ReadItLater template variables after the tp.file.include() are called?
link to templater plugin.
Currently
The tp.file.include() call works fine in this case but I can't place templater variables inside markdown templates because they end up unchanged in the final note.
ReadItLater Youtube note template:
✔️ Solution
Is there a way to consume the template variables after the templater calls resolve?
ReadItLater settings Youtube note template:
youtubeTemplate.md:
❓ Alternatives
No response
📝 Additional Context
No response