Create Note from Annotation with Tags

Hi, is it possible to create a Note from Annotations and include the Annotation Tags (so that when I export the Note, the Tags are exported too)?
  • dstillman Zotero Team
    Yes, you can do this by adjusting your note template. There's an example there for including tags.
  • Brilliant, thank you.
  • @jg675 if you get the tags syntax to work, please post your syntax here. I haven't had any luck.
  • dstillman Zotero Team
    edited 3 minutes ago
    It's shown in an example on that page.

    In the Config Editor, change extensions.zotero.annotations.noteTemplates.highlight from the default of

    <p>{{highlight}} {{citation}} {{comment}}</p>

    to

    <p>{{highlight}} {{citation}} {{comment}}{{if tags}} #{{tags join=' #'}}{{endif}}</p>
  • dstillman Zotero Team
    Sorry, the recent docs migration added some extra colons. Page is updating now, but see my example above for the correct syntax.
Sign In or Register to comment.