Not getting colored annotations from Zotero #197
-
|
I'm trying to create a template for zotero integration plugin. I'm using the chunk of the script from @tallguyjenks template (see below), but all annotations get extracted in yellow highlight regardless of original zotero color. I tried to create a highlights.css file to fix the issue, but it didn't work (might be a wrong code in it - I'm new to this). Maybe I'm missing specific plugin needed to make this work? Can someone help, please. Fyi, I don't want to instal the whole vault, I'm just trying to re-create some of the templates. Notes
{% for annotation in annotations -%}
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
i use the highlighter plugin and the template i use uses span HTML tags with the CSS class for the highlighter plugin to map the colors to | <mark class="hltr-grey">Highlight Color</mark> | Meaning |
| ---------------------------------------------- | ----------------------------- |
| <mark class="hltr-red">Red</mark> | Disagree with Author |
| <mark class="hltr-orange">Orange</mark> | Important Point By Author |
| <mark class="hltr-yellow">Yellow</mark> | Interesting Point |
| <mark class="hltr-green">Green</mark> | Important To Me |
| <mark class="hltr-blue">Blue</mark> | Notes After Initial Iteration |
| <mark class="hltr-purple">Purple</mark> | Literary Note To Lookup Later | |
Beta Was this translation helpful? Give feedback.

i use the highlighter plugin and the template i use uses span HTML tags with the CSS class for the highlighter plugin to map the colors to