No description
Find a file
2025-08-29 06:19:51 -06:00
.github Add readme, license, funding, etc 2025-07-15 21:16:36 -06:00
.editorconfig Initial commit 2025-07-10 01:18:55 -06:00
.eslintignore Initial commit 2025-07-10 01:18:55 -06:00
.eslintrc Initial commit 2025-07-10 01:18:55 -06:00
.gitignore Initial commit 2025-07-10 01:18:55 -06:00
.npmrc Initial commit 2025-07-10 01:18:55 -06:00
esbuild.config.mjs Initial commit 2025-07-10 01:18:55 -06:00
LICENSE Add readme, license, funding, etc 2025-07-15 21:16:36 -06:00
main.ts Use sentence case in UI components. 2025-08-29 06:19:51 -06:00
manifest.json Remove the word 'Obsidian' from description 2025-07-15 21:49:21 -06:00
package-lock.json Initial version of plugin 2025-07-11 07:58:52 -06:00
package.json Initial version of plugin 2025-07-11 07:58:52 -06:00
README.md Link in Android isssue in readme 2025-07-15 21:18:49 -06:00
styles.css Initial commit 2025-07-10 01:18:55 -06:00
tsconfig.json Initial commit 2025-07-10 01:18:55 -06:00
version-bump.mjs Initial commit 2025-07-10 01:18:55 -06:00
versions.json Initial commit 2025-07-10 01:18:55 -06:00

Obsidian HTTP Link Plugin

Obsidian offers a command Copy Obsidian URL, which will generate a link with the obsidian:// scheme. It could look something like this: obsidian://open?vault=MyVault&file=DailyNotes/2025-12-25.md.

On some platforms, this link will "just work." On others, (e.g. Android), it will not. In some cases, even if the link should work, the app it is rendered in will not show it as a link so that you can actually click it, which is almost just as useless.

Enter the Obsidian HTTP Link Plugin. It creates a link that uses the https:// scheme which will be recognized and functional on almost any device.

How does it work?

The HTTP link must point somewhere and by default it points to a publicly accessible version of the Obsidian HTTP Links project at https://obsidian-links.kennethchristensen.me.

That site is hosted on Cloudflare and has no external analytics, tracking, or dependencies. The link itself conveys no information about your file (except the title, of course) and the file itself can only be opened if one is in possession of your Obsidian vault. Your information is safe and private.

In case you still don't want to share that though, you can easily deploy your own (free) version of the site by following the instructions here and updating your base URL in the HTTP Link Plugin settings in your Obsidian Vault.