omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
813 stars 46 forks source link

Import highlight labels #35

Closed dbobak closed 1 year ago

dbobak commented 1 year ago

Is it possible to import not only article labels, but also separate labels for each of the highlight in the article?

sywhb commented 1 year ago

Hey @dbobak, we have released a new version 1.1.1 to address this issue.

Now you can use the {{labels}} variable which has a {{name}} attribute, in your template.

I have tagged my highlight with bug and test labels:

Screenshot 2023-03-31 at 11 29 58 AM

The highlight section in the template:

> {{{text}}} [⤴️]({{{highlightUrl}}}) {{#labels}} #{{name}} {{/labels}}
sywhb commented 1 year ago

This is a duplicate of #22

dbobak commented 1 year ago

Great, thank you!