argenos / zotero-mdnotes

A Zotero plugin to export item metadata and notes as markdown files
https://argenos.github.io/zotero-mdnotes/
GNU General Public License v3.0
1.34k stars 81 forks source link

Format template fields #46

Closed brimwats1 closed 3 years ago

brimwats1 commented 3 years ago

Currently fields are like this:

{{title}}
{{citekey}}
{{related}
{{collections}}
{{tags}}, #zotero-notes

Describe the solution you'd like It would be nice to preformat the template, so it could be like this

{{title}}
*{{citekey}}*
*{{related}}*
**{{collections}}**
**{{tags}}**, #zotero-notes

Currently this comes out as:

image

Ideally it could be:

argenos commented 3 years ago

Hey @brimwats! The formatting should be adjusted in the hidden preferences, not directly in the templates. You can read about that here.