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

LiteCite

ras0qras0q742 downloads

Creates citation notes from a BibTeX / BibLaTeX file

Add to Obsidian
  • Overview
  • Scorecard
  • Updates12

A lightweight Obsidian plugin that creates citation notes from a BibTeX / BibLaTeX file.

While this plugin might seem like a "re-invention of the wheel" for the Citations plugin, it is no longer actively maintained. I've developed this new plugin to be lighter, simpler, and faster.

It leverages Eta as its templating engine and uses a custom-built parser for BibTeX entries.

This plugin is based on the ras0q/obsidian-plugin-deno-template template.

Usage

  1. Install and enable the plugin
  2. Open the plugin settings and set the path to your BibTeX file
  3. Use the command LiteCite: Create note from BibTeX to create a new note from a BibTeX entry

Development

  1. Install Deno
  2. Run deno task dev, which will:
    • Clone the sample vault to ./vault-for-my-feature
    • Build the plugin with live reload
  3. Open the sample vault in Obsidian
  4. Enable the plugin in Obsidian settings

IDE Integration

VSCode

{
  "[css]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[json]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[jsonc]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[markdown]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[typescript]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[yaml]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "deno.enable": true,
  "deno.lint": true,
}

Release

  1. Update the version in manifest.json
  2. Run deno task build, which will:
    • Build the plugin to ./dist
  3. Commit and push the changes to GitHub
  4. Run gh release create {{version}} ./dist/main.js ./dist/manifest.json ./dist/styles.css --generate-notes --draft --fail-on-no-commits
87%
HealthGood
ReviewSatisfactory
About
Create citation notes from a BibTeX/BibLaTeX file using a lightweight custom parser and Eta templates. Generate clean Markdown citation notes quickly with a minimal, fast workflow.
ImportTemplatingResearch
Details
Current version
1.0.12
Last updated
4 months ago
Created
11 months ago
Updates
12 releases
Downloads
742
Compatible with
Obsidian 1.7.2+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
GitHub Sponsors
Author
ras0qras0q
github.com/ras0q
GitHubras0q
  1. Community
  2. Plugins
  3. Import
  4. LiteCite

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.

Kindle Highlights

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

Citations

Automatically search and insert citations from a Zotero library.

Media DB

Query multiple APIs for movies, series, anime, games, music releases and wiki articles, and import them into your vault.

Weread

Sync Tencent Weread highlights and annotations.

Kobo Highlights Importer

Import highlights from Kobo devices.

Apple Books - Import Highlights

Import your Apple Books highlights and notes to Obsidian.

Podcast Note

Podcast Note lets you automatically add podcast information to your notes.

Templater

Create and use dynamic templates.