You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use nested tags to differentiate between tags from different integrations. I wanted to prepend every tag from pocket with 'pocket/'.
I did it for example in the obsidian-citations with {{#each entry.data.fields.keywords}}{{#if @last}}zotero/{{this}}{{else}}zotero/{{this}}, {{/if}}{{/each}} for zotero integration.
I wanted to use templater here but can't figure it out (probably can be done with executing JavaScript I think). It also would solve #82
The text was updated successfully, but these errors were encountered:
Hi and thank you for this plugin :).
I use nested tags to differentiate between tags from different integrations. I wanted to prepend every tag from pocket with 'pocket/'.
I did it for example in the obsidian-citations with
{{#each entry.data.fields.keywords}}{{#if @last}}zotero/{{this}}{{else}}zotero/{{this}}, {{/if}}{{/each}}
for zotero integration.I wanted to use templater here but can't figure it out (probably can be done with executing JavaScript I think). It also would solve #82
The text was updated successfully, but these errors were encountered: