Es gibt prinzipiell mehrere Plugins, die sich mit einer Zotero-Obsidian-Verknüpfung beschäftigen. Ich nutze das Plugin "Obsidian-Zotero-Integration".
Mit dem Plugin kannst du deine Zotero-Einträge nach Obsidian importieren und dort weiterbearbeiten oder die Notizen nutzen. Es können sowohl Notizen als auch Anmerkungen, die du direkt in PDF-Dokumenten innerhalb von Zotero gemacht hast, importiert werden. Das heißt: Du kannst in einem angehängten PDF Markierungen machen, fügst den Markierungen Kommentare oder Anmerkungen hinzu und beides wird in Obsidian landen, wenn du es überträgst. Auch Tags werden mit übernommen.
Das schöne ist, dass du nicht nur die Notizen überträgst, sondern sie sind auch direkt verlinkt - wenn du in Obsidian auf den Link klickst, öffnet sich das PDF in Zotero an der jeweiligen Anmerkung. So kannst du alles nochmal überprüfen oder genauer nachlesen.
In den Obsidian-Einstellungen unter “Externe Erweiterungen” findest du die Möglichkeit zum Durchsuchen aller Plugins. Hier kannst du das Zotero Integration Plugin suchen und installieren.
Die Einstellungen zu diesem Plugin sind etwas umfangreicher und du kannst hier einiges konfigurieren.
Deshalb beschreibe ich hier die einfache Variante, später kannst du dann immer noch mehr ins Detail gehen. Alle nicht erwähnten Optionen lässt du im Default-Status.
Du benötigst eine Vorlagen-Datei (wie du sie anlegst, kannst du hier nachlesen).
Dabei hast du ziemlich viele Möglichkeiten. Ich habe meine Einstellungen aus verschiedenen Forenbeiträgen und habe sie dir hier kurz aufgeführt, damit du einen Startpunkt hast:
> [!note] Metadata
> type:: "{{itemType}}"{% for type, creators in creators | groupby("creatorType") -%}{% if loop.first %}
> {% endif %}{{type | replace("interviewee", "author") | replace("director", "author") | replace("presenter", "author") | replace("podcaster", "author") | replace("programmer", "author") | replace("cartographer", "author") | replace("inventor", "author") | replace("sponsor", "author") | replace("performer", "author") | replace("artist", "author")}}:: "{%- for creator in creators -%}{%- if creator.name %}{{creator.name}}{%- else %}{{creator.lastName}}, {{creator.firstName}}{%- endif %}{% if not loop.last %}; {% endif %}{% endfor %}"{% if not loop.last %}
> {% endif %}{%- endfor %}{% if title %}
> title:: "{{title}}"{% endif %}{% if publicationTitle %}
> publication:: "{{publicationTitle}}"{% endif %}{% if date %}
> date:: {{date | format("YYYY-MM-DD")}}{% endif %}{% if archive %}
> archive:: "{{archive}}"{% endif %}{% if archiveLocation %}
> archive-location:: "{{archiveLocation}}"{% endif %}
> citekey:: {{citekey}}
> tags:: #hiervergibstdueinenTag
> [!info]
> **Links**
> [online]({{uri}}) [local]({{desktopURI}}) {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %} [pdf](file://{{attachment.path | replace(" ", "%20")}})
> {% if loop.last %}
> {% endif %}{%- endfor %}
**Cite Key:** [[@{{citekey}}]] {%- for attachment in attachments | filterby("path", "endswith", ".pdf") %}
> **Link:** [{{attachment.title}}](file://{{attachment.path | replace(" ", "%20")}}) {%- endfor -%} {%- if abstractNote %}
> **Abstract:** {{abstractNote}} {%- endif -%} {%- if bibliography %}
> **Bibliography:** {{bibliography}} {%- endif %} {%- if hashTags %}
> **Tags:** {{hashTags}} {%- endif %}
## Annotations
{% macro heading(color) -%}
{%- if color == "#5fb236" -%}
💡 Main ideas, contributions and conclusions
{%- endif -%}
{%- if color == "#2ea8e5" -%}
❔ Questions
{%- endif -%}
{%- if color == "#ffd400" -%}
⭐ Important
{%- endif -%}
{%- if color == "#a28ae5" -%}
🧩 Definitions and concepts
{%- endif -%}
{%- if color == "#ff6666" -%}
⛔ Weaknesses and caveats
{%- endif -%}
{%- endmacro -%}
{% persist "annotations" %}
{% set annotations = annotations | filterby("date", "dateafter", lastImportDate) -%}
{% if annotations.length > 0 %}
*Imported on {{importDate | format("YYYY-MM-DD HH:mm")}}*
{% for color, annotations in annotations | groupby("color") -%}
### {{heading(color)}}
{%- for annotation in annotations -%}
{%- if annotation.imageRelativePath %}
![[{{annotation.imageRelativePath}}]]
{%- endif %}
{%- if annotation.comment %}
- **{{annotation.comment}}:**
- =={{annotation.annotatedText | nl2br}}== [(p. {{annotation.pageLabel}})](zotero://open-pdf/library/items/{{annotation.attachment.itemKey}}?page={{annotation.pageLabel}}&annotation={{annotation.id}}) {% if annotation.hashTags %}{{annotation.hashTags}}{% endif %}
{%- elif annotation.annotatedText %}
- =={{annotation.annotatedText | nl2br}}== [(p. {{annotation.pageLabel}})](zotero://open-pdf/library/items/{{annotation.attachment.itemKey}}?page={{annotation.pageLabel}}&annotation={{annotation.id}}) {% if annotation.hashTags %}{{annotation.hashTags}}{% endif %}
{%- endif -%}{%- endfor %}
{% endfor -%}
{% endif %}
{% endpersist %}
# Notes
{% if markdownNotes %}
{{markdownNotes}}
{{markdownNote.hashTags}}
{% endif %}
%%Ende %%
Überzeugt? Dann probiere die Integration von Zotero und Obsidian doch einfach selbst aus! Du wirst überrascht sein, wie viel Zeit und Mühe du sparen kannst. Weitere nützliche Tools und Plugins für Zotero findest du auch in meinem Blog "Die Top Zotero Erweiterungen, ohne die ich nicht leben kann".
Little Sticky - Martina Klinkowski
Auf ihrem Blog dreht sich alles um digitale Notizen, das Lernen und persönliches Wissensmanagement, insbesondere mit Tools wie Obsidian. Neben praktischen Tipps, wie man Informationen effizient strukturiert und nutzt, findest du hier detaillierte Anleitungen für den Einsatz von Obsidian. Wenn du nach digitalen Lösungen für dein Wissensmanagement suchst, bist du hier richtig.
© Citation Styler. All rights reserved. 2024