obsidian-textgenerator-plugin icon indicating copy to clipboard operation
obsidian-textgenerator-plugin copied to clipboard

Proccessing highlights with variables

Open AyWutiansui opened this issue 9 months ago • 0 comments

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.

AyWutiansui avatar Jul 18 '25 11:07 AyWutiansui