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

Tag Links

zedsevenzedseven1k downloads

Open tags as links using a hotkey.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

A plugin for Obsidian that allows tags to be opened as links using a hotkey.

You define regular expressions to match certain tags, then define link substitutions that use the captured values to build a URL, which is then opened automatically.

This is intended to tie into Obsidian's nested tag functionality. Personally, I use them for any kind of value where I have more than one entry that belongs to the same system: ticketing system IDs, pull requests, etc.

This allows you to use nested tags (making your notes more traceable) while still enabling easy access to their referenced data.

Installation

  1. Install it like any other plugin.
  2. Set a hotkey for the plugin's command in the settings (Settings -> Community plugins -> Tag Links -> Hotkeys (looks like a plus sign)).
    • If you're unsure what keyboard shortcut to use, I'd recommend Ctrl+Space.
  3. Configure some tag link substitutions in the settings (Settings -> Community plugins -> Tag Links -> Options (looks like a gear)).
    • If you're new to using regular expressions, you can use https://regex101.com/ with the ECMAScript flavour to build your regular expressions and substitutions.

Usage

To use it, after configuring the substitutions in the settings, simply press your configured keyboard shortcut while your text cursor is on a tag.

Example

You might want to use tags to reference Jira tickets, and need to be able to open them easily. This is the use case that inspired this plugin in the first place.

My Jira tags look like this: #jira/<TICKET_ID> (i.e. #jira/PROJ-1234)

  • The tag regular expression looks like: jira/(.+) (note that it does not include the leading # character)
  • And the substitution looks like: https://jira.example.com/browse/$1

When I use my configured hotkey on #jira/PROJ-1234, the plugin opens https://jira.example.com/browse/PROJ-1234 in my browser.

Why Regular Expressions, Instead of Simple Prefixes?

Originally, the plugin was planned to work with simple prefixes - matching tags that started with a certain value.

This was changed to accommodate more complex cases where there are multiple pertinent values in a tag's structure, or the substitution needs to be placed in multiple locations in the URL. This solution provides much greater flexibility.

72%
HealthGood
ReviewSatisfactory
About
Open tags as URLs with a configurable hotkey. Define regular expressions to capture values from nested tags and substitute them into URL templates to quickly jump to referenced resources like tickets or PRs.
TagsLinksHotkeys
Details
Current version
1.0.4
Last updated
Last year
Created
2 years ago
Updates
5 releases
Downloads
1k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
zedsevenzedseven
ztdp.ca/
GitHubzedseven
  1. Community
  2. Plugins
  3. Tags
  4. Tag Links

Related plugins

Supercharged Links

Add attributes to internal links with the values of target note's frontmatter attributes.

Insert Heading Link

Add a command to create a link to a heading.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Link Favicons

See the favicon for a linked website.

Advanced URI

Control everything with URI.

TagFolder

Show tags as folder.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!

Auto Link Title

Automatically fetches the titles of links from the web.

Checklist

Consolidate checklists across all files into a single view.