Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

BibLib

callumalpasscallumalpass6k downloads

Create literature notes and manage bibliographic references

Add to Obsidian
  • Overview
  • Scorecard
  • Updates41

BibLib is an Obsidian plugin for managing bibliographic references. Each reference is stored as a Markdown note with metadata in YAML frontmatter using the CSL-JSON format. There is no database — references are plain text files in your vault, editable with any text editor and compatible with Git.

Looking for a command-line workflow? See biblib-cli.

[!NOTE] For detailed documentation, see the docs site

Screenshot of biblib Obsidian plugin

Overview

References are stored as Markdown files with CSL-JSON metadata in YAML frontmatter. Because they are ordinary Obsidian notes, they can be linked, tagged, searched, and organized like any other note in your vault.

Metadata can be fetched automatically via DOI, ISBN, PubMed ID, arXiv ID, or URL. The Zotero browser connector can send references directly to Obsidian (desktop only). Bibliography files can be exported in CSL-JSON or BibTeX format for use with Pandoc.

Installation

  1. Open Obsidian Settings > Community Plugins
  2. Search for "BibLib"
  3. Install and enable the plugin

Basic Usage

Creating a Reference

  1. Open command palette (Ctrl/Cmd + P)
  2. Run "BibLib: Create Literature Note"
  3. Either fill in fields manually or use "Lookup" with a DOI/ISBN/URL
  4. Click "Create Note"

Importing from Browser

  1. Enable the Zotero Connector in settings (requires closing Zotero desktop app)
  2. Click the Zotero browser extension on any webpage
  3. BibLib opens a modal with the reference data pre-filled

Generating Bibliography Files

Run "BibLib: Build bibliography" to create bibliography.json (CSL-JSON) or "BibLib: Export bibliography as BibTeX" to create bibliography.bib. These files can be used with Pandoc for citation formatting.

Data Format

BibLib stores reference metadata in YAML frontmatter using CSL-JSON structure:

---
id: smith2023
type: article-journal
title: Example Article Title
author:
  - family: Smith
    given: Alice
  - family: Jones
    given: Bob
container-title: Journal of Examples
issued:
  date-parts:
    - [2023, 6, 15]
DOI: 10.1234/example
tags:
  - literature_note
---

[!NOTE] Obsidian's Properties panel may show warnings for nested YAML fields like author arrays. This is a display limitation in Obsidian's metadata parser — the data is stored correctly and works with external tools.

Settings

File Organization

  • Attachment folder: Where PDFs are stored
  • Literature note location: Where reference notes are created
  • Filename template: Pattern for filenames (e.g., @{{citekey}})

Templates

  • Note content template: Structure for new notes
  • Custom frontmatter fields: Additional YAML fields with templated values
  • Citekey template: Pattern for generating citekeys (e.g., {{authors_family.0|lowercase}}{{year}})

Zotero Connector (Desktop Only)

  • Port: Default 23119 (same as Zotero)
  • Requires Zotero desktop app to be closed

Bibliography Export

  • bibliography.json path: Location for CSL-JSON output
  • bibliography.bib path: Location for BibTeX output

Template Syntax

BibLib uses Handlebars-style templates:

  • Variables: {{title}}, {{year}}, {{DOI}}
  • Nested access: {{author.0.family}}
  • Formatters: {{title|lowercase}}, {{authors_family.0|abbr3}}
  • Conditionals: {{#DOI}}Has DOI{{/DOI}}

Citekey Rules

Generated citekeys follow Pandoc conventions:

  • Must start with letter, digit, or underscore
  • Can contain alphanumerics and :.#$%&-+?<>~/

License

MIT

77%
HealthGood
ReviewCaution
About
Manage bibliographic references as Markdown notes with CSL‑JSON metadata in YAML frontmatter, keeping each reference as a plain-text, git-friendly file in your vault. Fetch metadata via DOI, ISBN, PubMed, arXiv or URL, receive references from the Zotero browser connector, and export bibliographies as CSL‑JSON or BibTeX for Pandoc.
ResearchImportExport
Details
Current version
1.8.0
Last updated
4 months ago
Created
Last year
Updates
41 releases
Downloads
6k
Compatible with
Obsidian 0.15.0+
License
MIT
Report bugRequest featureReport plugin
Author
callumalpasscallumalpass
GitHubcallumalpass
  1. Community
  2. Plugins
  3. Research
  4. BibLib

Related plugins

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

ZotLit

Integrate with Zotero, create literature notes, and insert citations from a Zotero library.

Citations

Automatically search and insert citations from a Zotero library.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Readwise Official

Sync highlights from Readwise to your vault.

Khoj

An AI personal assistant for your digital brain.

Pandoc

Commands to export to Pandoc-supported formats like DOCX, ePub and PDF.

Kindle Highlights

Sync your Kindle book highlights using your Amazon login or uploading your My Clippings file.

Local images plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Sheet Plus

Create Excel-like spreadsheets and easily embed them in Markdown.