跳到主要内容
知仓学习社ZHICANG

zotero-markdb-connect-guide

Sync Zotero references to Obsidian and Logseq markdown

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Zotero MarkDB-Connect Guide

Overview

Zotero MarkDB-Connect bridges Zotero with Markdown-based knowledge management tools (Obsidian, Logseq). It creates and maintains bidirectional links between Zotero items and their corresponding Markdown literature notes, enabling seamless navigation between your reference manager and PKM system. Syncs metadata, annotations, and tags.

Installation

# Download .xpi from GitHub releases
# Zotero 7: Tools → Add-ons → Install Add-on From File

Configuration

### Settings (Edit → Preferences → MarkDB-Connect)

**Markdown Vault Path:**
- Point to your Obsidian vault or Logseq directory
- Example: ~/Documents/ObsidianVault/Literature/

**Note Template:**
- Customize the Markdown template for new literature notes
- Uses Zotero item fields as variables

**Sync Options:**
- Auto-create notes for new items
- Sync annotations to Markdown
- Bidirectional tag sync
- Update existing notes on item change

Note Template

<!-- Template for literature notes -->
---
title: "{{title}}"
authors: [{{authors}}]
year: {{year}}
doi: {{doi}}
citekey: {{citekey}}
tags: [{{tags}}]
zotero: {{zoteroSelectURI}}
---

# {{title}}

**Authors:** {{authors}}
**Year:** {{year}}
**Venue:** {{publicationTitle}}
**DOI:** [{{doi}}](https://doi.org/{{doi}})

## Abstract
{{abstractNote}}

## Annotations
{{annotations}}

## Key Takeaways
-

## Notes
-

## Connections
- Related: [[]]
- Builds on: [[]]
- Contradicts: [[]]

Obsidian Integration

### Folder Structure
ObsidianVault/
├── Literature/          # Auto-generated literature notes
│   ├── vaswani2017.md
│   ├── devlin2019.md
│   └── brown2020.md
├── Concepts/            # Your concept notes
│   ├── Attention.md     # Links to [[vaswani2017]]
│   └── Pre-training.md  # Links to [[devlin2019]]
└── Projects/            # Project notes referencing papers

### Workflow
1. Import paper in Zotero (via browser connector)
2. MarkDB-Connect auto-creates Literature/citekey.md
3. In Obsidian: open literature note, add your thoughts
4. Link to concept notes using [[wikilinks]]
5. Annotations sync from Zotero PDF reader

Annotation Sync

### Zotero PDF Annotations → Markdown

When you highlight or annotate in Zotero's PDF reader:

> [!quote] Highlight (Yellow)
> "The attention mechanism allows focusing on relevant parts"
> — p. 3

> [!note] Note
> This is the key insight — attention replaces recurrence
> — p. 3, linked to highlight above

> [!important] Red Highlight
> "Our model achieves 28.4 BLEU on WMT 2014"
> — p. 7

Annotations auto-sync to the Markdown note when updated.

Logseq Integration

### Logseq-Specific Setup
- Set vault path to your Logseq pages directory
- Notes created as Logseq pages with properties block
- Uses Logseq property syntax instead of YAML frontmatter

### Logseq Note Format
title:: Attention Is All You Need
authors:: [[Vaswani]], [[Shazeer]]
year:: 2017
doi:: 10.48550/arXiv.1706.03762
tags:: #transformer #attention
zotero:: zotero://select/items/...

- Key contributions
  - Self-attention mechanism replacing recurrence
  - Multi-head attention for different representation subspaces

Use Cases

  1. Literature management: Seamless Zotero ↔ Obsidian workflow
  2. Knowledge building: Link papers to concept notes
  3. Annotation workflow: PDF annotations in Markdown
  4. Research writing: Quick access to notes while writing
  5. Zettelkasten: Literature notes as part of note network

References

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。