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

Insider

barcantreebarcantree25 downloads

An AI tool that turns YouTube videos, web pages, PDFs, and direct questions into structured knowledge notes, then automatically links it to related ideas across your vault.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

An Obsidian plugin that turns YouTube videos, web pages, PDFs, and direct questions into structured knowledge notes, then automatically links them to related ideas across your vault.

Powered by DeepSeek (OpenAI-compatible API).

Install

Community Plugins (recommended)

Once listed in the Obsidian catalog, search for Insider under Settings → Community plugins → Browse and install with one click.

Manual install

  1. Download manifest.json, main.js, and styles.css from the latest release.
  2. Copy them into <Vault>/.obsidian/plugins/insider/.
  3. Enable Insider under Settings → Community plugins.

Local development

./install-to-vault.sh /path/to/your/ObsidianVault

Or build manually:

npm install
npm run build
cp manifest.json main.js styles.css /path/to/vault/.obsidian/plugins/insider/

Setup

  1. Settings → Insider — enter your DeepSeek API key and output folder (default To-Process).
  2. Open the sidebar via the sparkles ribbon icon or the command Open Insider sidebar.

Settings persist automatically in <Vault>/.obsidian/plugins/insider/data.json.

Features

Generate from URL or PDF

Paste a YouTube, Reddit, X/Twitter, or PDF URL (or a vault PDF path). Optionally add instructions. Insider fetches the source, generates a report or summary, and writes a new note.

Ask a question

Enter a question to generate a standalone research report as a new vault note.

Related notes

  • Keyword mode — fast overlap-based matching with AI lens/reason validation.
  • Semantic snapshot mode — scans your vault into compact AI snapshots, then finds deeper connections.

Enable Compare with existing notes and choose the algorithm in the sidebar Options panel.

Refresh semantic snapshots appears only when compare is on and algorithm is set to semantic snapshot.

Supported sources

Source Behavior
YouTube Transcript via InnerTube API; optional timestamps and audio-cue stripping
Reddit Public JSON endpoint for post + top comments
X/Twitter API v2 (requires bearer token in settings)
PDF URL or vault-local path
Question Standalone research report (no URL fetch)

Development

npm install
npm run dev    # watch mode — rebuilds main.js on save
npm run build  # production build

Reload Obsidian (or disable/re-enable the plugin) after rebuilding.

Releasing

  1. Bump version in manifest.json, package.json, and versions.json.
  2. Run npm run build.
  3. Commit main.js and manifest changes.
  4. Create a GitHub release tagged exactly the version number (e.g. 1.0.0, no v prefix).
  5. Attach manifest.json, main.js, and styles.css to the release.

License

See LICENSE.

98%
HealthExcellent
ReviewPassed
About
Convert YouTube videos, web pages, PDFs, and questions into structured research notes with summaries, transcripts, and source snapshots. Link new notes automatically to related vault content using keyword overlap or AI-explore vault snapshots via DeepSeek (OpenAI-compatible API).
AIResearchImport
Details
Current version
1.0.3
Last updated
4 days ago
Created
4 days ago
Updates
3 releases
Downloads
25
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
barcantreebarcantreebarcantree
GitHubbarcantree
  1. Community
  2. Plugins
  3. AI
  4. Insider

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.

Khoj

An AI personal assistant for your digital brain.

Citations

Automatically search and insert citations from a Zotero library.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.

Gemini Helper

AI-powered assistant using Google Gemini with File Search RAG capabilities.

RSS Dashboard

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

Snipd Official

Sync Snipd podcast highlights to your vault with transcript, notes, AI summaries and metadata.

Local LLM Helper

Use a local LLM server to augment your notes

Smart Lookup

Semantic search for your vault. Ask in natural language, find notes by meaning when exact words fail, preview matching notes, and turn forgotten ideas into links, context, and next steps.