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

Perplexity Converter

heseberheseber5k downloads

Fix references and their hyperlinks in text pasted from Perplexity.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

This plugin can be used to fix the references (sources) in Perplexity output that is pasted into Obsidian notes.

Usage:

  1. Select the pasted text in the Obsidian note
  2. Call the plugin (Cmd-P Perplexity)

This will replace the selection with the fixed text. See below for details.

Note for iOS/iPadOS users: If you have the "Auto-select all text on mobile" setting enabled, the plugin will automatically select all text in the note if no text is currently selected, making it easier to process entire notes on mobile devices.

It is intentional that the plugin does not process the entire Obsidian file but only the selection because you may have a note that already has a previously fixed response from Perplexity or some other text, and later add another response from Perplexity to the same note. Fixing the entire note would then break things because it would try to re-process the original first response that was already fixed.

The issue

References in answers from Perplexity (web page or MacOS app) are specified as numbers surrounded by rectangular brackets in the text, such as [1]. Obsidian interpretes this construct as an external link, but since there is no URL attached, clicking on the link has no effect. Even worse, if there are multiple consecutive references in the text, such as [1][2], then Obsidian displays only the first number.

The full references are listed at the end of the response. This section is initiated with a line called "Citations:" (in the Web version) or "Sources" or "Quellen" (in the German desktop version). The subsequent lines again have numbers surrounded by brackets at the beginning of each line, followed by the actual reference. Also here, the numbers are interpreted as external links that lead nowhere.

The solution

This plugin:

  • in the text section
    • transforms reference numbers in the text to clickable links that lead to the external references
  • in the reference section
    • modifies the reference numbers in the references section so that the numbers are no longer hyperlinks leading nowhere but instead just normal text
    • adds hyperlinks right of the reference numbers that lead to the external references.

Settings

Reference start line tags

This setting can be used to add additional tag lines that define the beginning of the reference section for your own language.

Auto-select all text on mobile

When enabled, automatically selects all text in the note on iOS/iPadOS if no text is currently selected. This makes it easier to process entire notes on mobile devices without having to manually select all text first.

73%
HealthGood
ReviewSatisfactory
About
Fix bracketed Perplexity citations in pasted text so inline references like [1][2] become clickable links to their corresponding source entries. Process only the current selection and update the reference list to create working anchors without altering the rest of the note.
LinksEditingCommands
Details
Current version
1.0.6
Last updated
11 months ago
Created
2 years ago
Updates
6 releases
Downloads
5k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
BSD-3-Clause
Report bugRequest featureReport plugin
Author
heseberheseber
github.com/heseber/
GitHubheseber
  1. Community
  2. Plugins
  3. Links
  4. Perplexity Converter

Related plugins

Paste URL into selection

Paste URL "into" selected text.

Note Refactor

Extract note content into new notes and split notes.

Vimrc Support

Auto-load a startup file with Vim commands.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Code Editor Shortcuts

Add keyboard shortcuts (hotkeys) commonly found in code editors such as Visual Studio Code (VS Code) or Sublime Text.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.