I finally got it to pull the highlighted passages and images using the following template. But it just pulls the plain text and a reference to the page, it doesn’t preserve the highlight colors.
I do have Highlightr on.
‘’’
{% for annotation in annotations -%}
{%- if annotation.annotatedText -%}
{{annotation.annotatedText}}”{% if annotation.color %} {{annotation.colorCategory}} {{annotation.type | capitalize}} {% else %} {{annotation.type | capitalize}} {% endif %}Page {{annotation.page}}
{%- endif %}
{%- if annotation.imageRelativePath -%}
![[{{annotation.imageRelativePath}}]] {%- endif %}
{% if annotation.comment %}
{{annotation.comment}}
{% endif %}
{% if annotation.allTags %}
{{annotation.allTags}}
{% endif %}
{% endfor -%}
‘’’
I just want to have the colors of my highlights on zotero reflected in obsidian. Wether it’s via highlightr or as colored callouts or anything.
I checked that thread. The only ones that produced color did it in a non cgronological way (they regroup the same colored highlights under the same category.
The snippets don’t seem to work for me. I have them on in the settings and added the files as instructed, but for a reason obsidian isn’tpicking on them.
I have Anuppuccin extended on and Callout Manager. IDK if there’s any interference with those