theamritanair798 downloadsView all external links from your notes in one organized place, sorted by their source notes.
View all external links from your notes in one organized place, sorted by their source notes.

The plugin will show all external links found in your notes, organized by the note they appear in. Click any link to open it in your browser.
^private/ to skip all notes in a private folder).This plugin is built with TypeScript and uses the Obsidian API. To build from source:
npm install to install dependenciesnpm run dev to start compilation in watch modeTo release a new version, update minAppVersion in manifest.json, then run npm version patch (or minor/major). This bumps the version in manifest.json and package.json and adds an entry to versions.json.
Copy main.js, styles.css, and manifest.json to your vault at VaultFolder/.obsidian/plugins/external-links-view/.