stefanopagliari / bibnotes

358 stars 30 forks source link

Tags imported as keywords, but not recognized #140

Open ibagur opened 2 years ago

ibagur commented 2 years ago

It seems tags added from Zotero are imported as a list of keywords. However the '#' is not being added, therefore they are not recognised as such by Obsidian

stefanopagliari commented 2 years ago

Are you referring to tags associated with the whole reference or those added to a specific comment or highlight within the Zotero reader?

ibagur commented 2 years ago

Hi,

The ones associated to the whole reference/paper. They do appear listed under Keywords in the final output, however the settings do not appear to affect them, as no '#' is being added. Thanks!

stefanopagliari commented 2 years ago

@ibagur In the template you can add # in front of {{keywords}} and they will appear as tags (at least the single word ones)

ybeid commented 1 year ago

Another option is to add the tags in the front matter by adding this at the very top of your template:

---
tags: [{{keywordsAll}}]
---