[Bug] Exported notes don't contain Zotero Tags in YAML header #855
Replies: 4 comments 1 reply
-
One thing I want to add: yes, I acknowledge that Zotero notes can have their tags, so whether you want to export the tags associated with the note or the parent item tags, or both, depends on one's workflow. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The tags here are the tags of the note item itself, not it's parent item. You'll need to modify the template. |
Beta Was this translation helpful? Give feedback.
-
Oh, I notice you have figured out the solution. I'll convert this thread to a discussion |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Are you using the latest Zotero and the latest plugin?
Environment
OS: MacOS: 14.2.1
Zotero Version: 6.0.30
Plugin Version: 1.0.4
Describe the bug
When using the ExportMDFileHeaderV2 template, the Tags are missing on export.
Debug Output
When using the ExportMDFileHeaderV2 template, the Tags are missing on export, e.g.
Even though the parent item for the note has Tags associated with it. I was expecting to see Tags in the exported file, like
Anything else?
I think there is a simple fix (which I've tried for myself and it works for me). Change the line:
to
Beta Was this translation helpful? Give feedback.
All reactions