Highlighting colour codes
- Note: highlights for quicker reading or comments stemmed from reading the paper but might not be too related to the paper
- External Insight: Insights from other works but was mentioned in the paper
- Question/Critic: questions or comments on the content of paper
- Claim: what the paper claims to have found/achieved
- Finding: new knowledge presented by the paper
- Important: anything interesting enough (findings, insights, ideas, etc.) that’s worth remembering
Nunjucks macro for highlight type from colour (for zotero)
{%- macro highlightType(annot) -%} {%- if annot.colorCategory == “Red” -%} Question/Critic {%- elif annot.colorCategory == “Orange” -%} External Insight {%- elif annot.colorCategory == “Yellow” -%} Note {%- elif annot.colorCategory == “Blue” -%} Claim {%- elif annot.colorCategory == “Green” -%} Finding {%- elif annot.colorCategory == “Purple” -%} Important {%- endif -%} {%- endmacro -%}
Link to original