2.1 KiB
Executable File
Indexing Information
DOI
[{{ DOI }}](https://doi.org/{{ DOI }})
ISBN
[{{ ISBN }}](https://www.isbnsearch.org/isbn/{{ ISBN }})
Tags:
{% for t in tags %}#{{ t.tag | replace(' ', '-') | replace('&', 'and') | replace('<', '') | replace('>', '') | replace('#', '') | replace('*', '') | replace('(', '') | replace(')', '') | replace('[', '') | replace(']', '') }}{% if not loop.last %}, {% endif %}{% endfor %}
[!Abstract] {% if abstractNote %}{{abstractNote}}{% endif %}
[!note] Markdown Notes {% if markdownNotes %}{{markdownNotes}}{% else %}{{ "None!" }}{% endif %}
[!seealso] Related Papers {% for r in relations%}{{r.title}}{%if not loop.last %}, {% endif %}{%endfor%}
Annotations
{% for a in annotations -%} {%- if a.type == "highlight" -%} {% if a.colorCategory == "Yellow" %}
[!attention] Highlight {%- elif a.colorCategory == "Green" %} [!done] Quote {%- elif a.colorCategory == "Purple" %} [!example] Secondary Source {%- elif a.colorCategory == "Orange" %} [!question] Don't Understand {%- elif a.colorCategory == "Red" %} [!fail] Possibly Incorrect {%- else %} [!quote] Other Highlight {%- endif %} {{a.annotatedText}} {% if a.comment %}
[!note] Note {{a.comment}} {%- endif %} {% endif %} {%- endfor %}