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

Citation Callouts

marvivemarvive615 downloads

Elegantly formats quotes with citations from various sources into custom callouts.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that formats quotes with citations from various sources into beautiful callouts.

Features

  • Smart Book/Source Name Extraction: Automatically extracts the source name from your citation
  • Rich Text Support: Preserves formatting including bold, italic, and hyperlinks
  • Beautiful Callouts: Creates formatted callouts with the book icon and extracted source name as the callout title
  • Multiple Access Methods: Use command palette, ribbon icon, or keyboard shortcut

Installation

From Obsidian Community Plugins

  1. Open Obsidian Settings
  2. Go to Community Plugins and ensure Safe Mode is OFF
  3. Click Browse and search for "Citation Callouts"
  4. Click Install and then Enable

This plugin is available in the official Obsidian Community Plugin directory.

Usage

  1. Copy content that includes a citation with a URL or source reference
  2. In Obsidian, use one of these methods:
    • Command Palette: Press Ctrl/Cmd + P and search for "Paste as Citation Callout"
    • Ribbon Icon: Click the book icon in the left sidebar
    • Keyboard Shortcut: Assign a custom shortcut in Settings → Hotkeys

Example

Citation Plugin Example

Quote in Clipboard:

The fuel of worship is a true vision of the greatness of God; the fire that makes the fuel burn white hot is the quickening of the Holy Spirit; the furnace made alive and warm by the flame of truth is our renewed spirit; and the resulting heat of our affections is powerful worship, pushing its way out in confessions, longings, acclamations, tears, songs, shouts, bowed heads, lifted hands, and obedient lives.

John Piper, [_Desiring God_](https://ref.ly/logosres/desiringgod?ref=Page.p+82&off=1501&ctx=mplete+our+picture.+~The+fuel+of+worship+) (Sisters, OR: Multnomah Publishers, 2003), 82.

Pasted as Citation Callout:

> [!Citation] Desiring God
> The fuel of worship is a true vision of the greatness of God; the fire that makes the fuel burn white hot is the quickening of the Holy Spirit; the furnace made alive and warm by the flame of truth is our renewed spirit; and the resulting heat of our affections is powerful worship, pushing its way out in confessions, longings, acclamations, tears, songs, shouts, bowed heads, lifted hands, and obedient lives.
> 
> John Piper, [_Desiring God_](https://ref.ly/logosres/desiringgod?ref=Page.p+82&off=1501&ctx=mplete+our+picture.+~The+fuel+of+worship+) (Sisters, OR: Multnomah Publishers, 2003), 82.

Requirements

  • Obsidian v0.15.0 or higher
  • Content with proper citation formatting for best results

Development

Setup

  1. Clone this repository into your vault's plugins folder:

    cd /path/to/your/vault/.obsidian/plugins/
    git clone https://github.com/Marvive/Citation-Callouts.git
    
  2. Install dependencies:

    cd Citation-Callouts
    npm install
    
  3. Build the plugin:

    npm run build
    
  4. Enable the plugin in Obsidian

Scripts

  • npm run dev: Start development with file watching
  • npm run build: Build for production
  • npm run version: Bump version and update files

Support

If you encounter any issues or have feature requests, please create an issue on GitHub.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

Michael Marvive - GitHub Profile

License

MIT License


This plugin works best with properly formatted citations that include source references or URLs.

79%
HealthExcellent
ReviewCaution
About
Format quotes with citations into styled callouts that automatically extract the source name and display a book icon as the title. Preserve rich text (bold, italic, links) when pasting clipboard content or invoking the command to insert citation callouts.
AnnotationFormattingCommands
Details
Current version
1.0.0
Last updated
12 months ago
Created
12 months ago
Updates
1 release
Downloads
615
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
GitHub Sponsors
Author
marvivemarvive
github.com/Marvive
GitHubmarvive
  1. Community
  2. Plugins
  3. Annotation
  4. Citation Callouts

Related plugins

Admonition

Admonition block-styled content.

Highlightr

A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier with a configurable assortment of highlight colors.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Commander

Customize your workspace by adding commands everywhere, create macros and supercharge your mobile toolbar.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Image Converter

Convert, compress, resize, annotate, markup, draw, crop, rotate, flip, align, drag-resize, rename with variables, and batch process images: WEBP, JPG, PNG, HEIC, TIF

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Easy Typing

Auto format when typing.

Note Toolbar

Add customizable toolbars to your notes.

Open vault in VS Code

Ribbon button and command to open vault as a Visual Studio Code (VSCode) workspace.