barcantree25 downloadsAn 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.
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).
Once listed in the Obsidian catalog, search for Insider under Settings → Community plugins → Browse and install with one click.
manifest.json, main.js, and styles.css from the latest release.<Vault>/.obsidian/plugins/insider/../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/
To-Process).Settings persist automatically in <Vault>/.obsidian/plugins/insider/data.json.
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.
Enter a question to generate a standalone research report as a new vault note.
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.
| Source | Behavior |
|---|---|
| YouTube | Transcript via InnerTube API; optional timestamps and audio-cue stripping |
| Public JSON endpoint for post + top comments | |
| X/Twitter | API v2 (requires bearer token in settings) |
| URL or vault-local path | |
| Question | Standalone research report (no URL fetch) |
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.
version in manifest.json, package.json, and versions.json.npm run build.main.js and manifest changes.1.0.0, no v prefix).manifest.json, main.js, and styles.css to the release.See LICENSE.