obsidian-textgenerator-plugin
obsidian-textgenerator-plugin copied to clipboard
Proccessing highlights with variables
I wonder whether it's possible to access highlights in the form of variables. For example, my ideal but not working template may look like following
{{#each highlights}} {{set "var1" {{this}} }} {{var1}} {{/each}}
but var1 gets nothing when I run this script. I would appreciate it if anyone may offer a feasible alternative.