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
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

LiteCite

ras0qras0q798 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
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
5 months ago
Created
Last year
Updates
12 releases
Downloads
798
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
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.

Citations

Automatically search and insert citations from a Zotero library.

Kindle Highlights

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

Make It Rain

Pull Raindrop.io bookmarks, highlights, and attachments into Markdown notes with rich metadata, smart folder structures, and native file support.

RSS Dashboard

A dashboard for organizing and consuming RSS feeds, YouTube channels, and podcasts with smart tagging, media playback, and seamless content flow.

Star Gate

Clip web pages into Obsidian with a multi-tab browser, AI analysis templates, and content capture.

Weread

Sync Tencent Weread highlights and annotations.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Templater

Create and use dynamic templates.