enduserlab33 downloadsRun Perplexity research and import threads as structured wiki-ready notes with citations, findings, and sources.
Run Perplexity AI research directly from Obsidian and import research threads as structured, wiki-ready notes with citations, findings, and related topics.
sonar-deep-researchGet one at perplexity.ai/settings/api.
Open Settings → Perplexity Research Bridge and enter it under "Perplexity API".
Cmd/Ctrl+P → "Research with Perplexity" → type your question → Enter.
Your results appear as a new note with citations and sources.
For deeper structuring of imported content, add your Anthropic API key under "Claude API" in settings.
| Command | Description |
|---|---|
| Research with Perplexity | Open research modal, type a query |
| Deep research with Perplexity | Comprehensive multi-source report |
| Research selected text | Research the highlighted text |
| Import research from clipboard | Import a pasted Perplexity thread |
| Import Perplexity Space from clipboard | Import a multi-thread Space |
| Structure current file as research | Run Claude structuring on any file |
| Process all files in import folder | Batch process the import folder |
| Open import/research/Spaces folder | Navigate to plugin folders |
---
title: "Quantum Computing Applications"
type: "research"
source: "perplexity"
model: "sonar-pro"
imported: "2026-04-13T12:00:00.000Z"
citations: 8
sources:
- "https://nature.com/quantum-article"
- "https://arxiv.org/quantum-paper"
---
# Quantum Computing Applications
> **Query:** What are the practical applications of quantum computing?
Quantum computing has several practical applications...
## Sources
1. [nature.com](https://nature.com/quantum-article)
2. [arxiv.org](https://arxiv.org/quantum-paper)
## Related Questions
- How does quantum error correction work?
- What industries will quantum computing disrupt first?
| Setting | Default | Description |
|---|---|---|
| Perplexity API key | — | Your Perplexity API key for direct research |
| Perplexity model | Sonar Pro | sonar, sonar-pro, or sonar-reasoning-pro |
| Claude API key | — | (Optional) Anthropic key for structuring imports |
| Claude model | Sonnet 4 | Claude model for structuring |
| Import folder | _inbox/perplexity |
Where raw exports land |
| Output folder | wiki/research |
Where structured notes are created |
| Spaces import | _inbox/perplexity/spaces |
Space exports |
| Spaces output | wiki/spaces |
Structured Space pages |
| Artifacts | raw/perplexity |
Computer/Comet artifact notes |
| Auto-structure | on | Auto-run Claude on new imports |
| Watch folder | on | Detect new files in import folder |
| Keep raw imports | on | Keep originals after structuring |
| Feature | How it works |
|---|---|
| Search / Threads | Direct API queries or clipboard import |
| Pro Search | Via Sonar Pro model |
| Deep Research | Via sonar-deep-research model or content detection on imports |
| Reasoning | Via Sonar Reasoning Pro model |
| Spaces | Clipboard import → interlinked wiki pages with overview |
| Computer / Comet | Artifact files catalogued with companion markdown notes |
| Pages | Copy content → clipboard import |
| Assistant | Same threads — captured via search pipeline |
This plugin makes API calls to:
Both are user-configured and documented. No other network requests are made.
npm install
npm run dev # watch mode
npm run build # production build
MIT