PDF Citation Back Button

unlisted

by Giacomo Randazzo

Adds a back button to PDFs when you click on internal links (citations)

Updated 9mo agoMIT
View on GitHub

PDF Citation Navigator

⚠️ Warning: This project is vibe coded and I haven't reviewed the code. Use at your own discretion.

Adds a back button to PDFs that appears when you click on internal links (citations), allowing you to easily return to where you were reading.

Installation

Manual Installation

  1. Clone or download this plugin to your vault's plugins folder:

    [Your Vault]/.obsidian/plugins/pdf-citation-navigator/
    
  2. Install dependencies and build:

    npm install
    npm run build
    
  3. Enable the plugin in Obsidian Settings → Community Plugins

Development

For hot reload during development:

npm run dev

Usage

Click any internal PDF link (citation, reference, etc.) and a back button will appear in the top-right corner to return to your previous position.

Limitations

  • Works only with Obsidian's built-in PDF viewer
  • Desktop only (not compatible with mobile apps)
  • Supports internal links only (not external URLs)

License

MIT License

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.