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

Microsoft-Compatible Link

Leon GreilLeon Greil392 downloads

Copy or open a shareable obsid.net link for the current note — a clickable HTTPS wrapper around Obsidian deep links.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

Copy or open a shareable obsid.net link for any note with one click.

obsid.net wraps Obsidian's obsidian:// deep-link scheme in a standard https:// URL so links stay clickable in chat apps, emails, and anywhere that strips custom URI schemes.


Features

  • Copy obsid.net link — copies a shareable URL straight to your clipboard
  • Open via obsid.net — opens the current note through the obsid.net redirect (useful for testing shared links)
  • Command Palette — both actions available via Ctrl/Cmd + P
  • Ribbon icon — one-click access from the sidebar (toggleable)
  • Settings — choose what the ribbon icon does (copy vs. open)

How it works

Given a vault named MyVault and a note at Projects/Ideas.md, the plugin generates:

https://obsid.net/?vault=MyVault&file=Projects%2FIdeas

Opening that URL in any browser redirects to:

obsidian://open?vault=MyVault&file=Projects%2FIdeas

…which opens the note directly in Obsidian. All conversion happens in the browser; no data is sent to any server.


Installation

From the Obsidian Community Plugins browser (recommended)

  1. Open Settings → Community plugins → Browse
  2. Search for obsid.net Link
  3. Click Install, then Enable

Manual installation

  1. Download main.js and manifest.json from the latest release
  2. Create a folder .obsidian/plugins/obsid-link/ inside your vault
  3. Copy the two files into that folder
  4. Reload Obsidian and enable the plugin under Settings → Community plugins

Usage

Action How to trigger
Copy obsid.net link Command Palette → Copy obsid.net link for current note
Open via obsid.net Command Palette → Open current note via obsid.net
Ribbon icon Click the 🔗 icon in the left sidebar

The ribbon icon action (copy vs. open) is configurable under Settings → obsid.net Link.


Development

# Clone into your vault's plugins folder for live testing
git clone https://github.com/yourusername/obsidian-obsid-link \
  /path/to/vault/.obsidian/plugins/obsid-link

cd /path/to/vault/.obsidian/plugins/obsid-link
npm install
npm run dev       # watch mode — recompiles on save

Reload Obsidian after each build (or use the Hot Reload community plugin).

Releasing a new version

  1. Update minAppVersion in manifest.json if the minimum Obsidian version changed
  2. Run npm version patch (or minor / major) — this bumps manifest.json, package.json, and versions.json automatically
  3. Commit and push, then push the tag:
    git push && git push --tags
    
  4. GitHub Actions builds the plugin and creates a release with the required assets attached

Contributing

Pull requests and issues are welcome. Please open an issue before starting significant work so we can discuss the approach.


Credits

This plugin is a thin Obsidian wrapper around obsid.net, built and maintained by Joost de Valk (founder of Yoast). All the actual link-conversion and redirect logic is his work — the source is at github.com/jdevalk/obsid.net.

This plugin simply brings that service into Obsidian as a native command and ribbon button. If you find obsid.net useful, consider starring his repository.


License

MIT

HealthExcellent
ReviewSatisfactory
About
Copy or open a shareable obsid.net URL for any note with one click. Wrap Obsidian's obsidian:// deep links in a standard https:// URL so links stay clickable in chat apps and email, and use the Command Palette or ribbon icon to copy or open the current note via obsid.net.
LinksCommandsSidebar
Details
Current version
1.0.3
Last updated
2 months ago
Created
2 months ago
Updates
3 releases
Downloads
392
Compatible with
Obsidian 1.4.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Leon GreilLeon Greillgreil
GitHublgreil
  1. Community
  2. Plugins
  3. Links
  4. Microsoft-Compatible Link

Related plugins

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

Paste URL into selection

Paste URL "into" selected text.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.