Zotero Export!

In order to enhance the ease and comfort of sharing my paper, I am presenting my Zotero-Obsidian integration template.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
title: "{{title}}"
authors: "{{authors}}"
citekey: "{{citekey}}"
imported: '{{importDate|format("YYYY-MM-DD hh-mm a")}}'
created:
updated:
tags:
- study
- paper-reading
---
# Quick View
## The Problem
## Key Ideas & Key insights

# Reading Notes

Import zotero note:

{% persist "notes" %}
{% endpersist %}

# Annotations

Following content are annotations from origin paper:

{% persist "annotations" %}
{% set newAnnotations = annotations | filterby("date", "dateafter", lastImportDate) %}
{% if newAnnotations.length > 0 %}
### Imported: {{importDate | format("YYYY-MM-DD h:mm a")}}
{% for a in newAnnotations %}
{% if a.color == "#ffd400" %}
<font color=#ffd400>background</font>:
> {{a.annotatedText}}
{% elif a.color == "#ff6666" %}
<font color=#ff6666>target</font>:
> {{a.annotatedText}}
{% elif a.color == "#5fb236" %}
<font color=#5fb236>methods</font>:
> {{a.annotatedText}}
{% elif a.color == "#2ea8e5" %}
<font color=#2ea8e5>results</font>:
> {{a.annotatedText}}
{% else %}
<font color={{a.color}}>other</font>:
> {{a.annotatedText}}
{% endif %}
{% endfor %}
{% endif %}
{% endpersist %}

# Summary

## Key Mechanisms
## Implementation
## Key Results
## Key Conclusions

# Strengths

# Weaknesses


# Can I do better?
# Takeaways
# Other comments

Zotero Export!
http://blog.chivier.site/2024-02-19/7020aaed9574/
Author
Chivier Humber
Posted on
February 19, 2024
Licensed under