Obsidian Bibliographies

unlisted

by Antigravity

Autocomplete and manage bibliographies directly from frontmatter and editor.

Updated 1mo agoMIT
View on GitHub

Obsidian Bibliographies

Work in progress. Things may break or change without notice.

A plugin to manage a shared bibliography database and insert references into notes using autocomplete.

Usage

Type @ref followed by your search term. Pick an existing entry from the list, or select Add new to create and insert it at the same time.

References are automatically added to the bibliography field in the note's frontmatter.

The ribbon icon (book) opens a manager where you can add, edit, and delete entries.

Installation

From source

git clone https://github.com/Tllpsm2/obsidian-bibliography-plugin
cd obsidian-bibliography-plugin
npm install
npm run build

Copy main.js, manifest.json, and styles.css into your vault:

<your-vault>/.obsidian/plugins/obsidian-bibliography-plugin/

Then go to Settings → Community plugins and enable Obsidian Bibliographies.

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.