Tag Links

by Zacchary Dempsey-Plante
5
4
3
2
1
Score: 57/100

Description

Category: Note Enhancements

The Tag Links plugin enhances Obsidian by allowing tags to function as clickable links that open associated URLs using a custom hotkey. Users can define regular expressions to match specific tags and configure link substitutions to generate URLs dynamically. This feature is particularly useful for linking notes to external systems, such as ticketing platforms or pull request pages, making notes more traceable and interactive while maintaining a clean tag structure.

Reviews

No reviews yet.

Stats

6
stars
1,203
downloads
0
forks
774
days
363
days
363
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
2
total issues
0
open issues
2
closed issues
25
commits

README file from

Github

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.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Tag Wrangler
5 years ago by PJ Eby
Rename, merge, toggle, and search tags from the Obsidian tag pane
Buttons
5 years ago by Sam Morrison
Buttons in Obsidian
Auto Link Title
5 years ago by Matt Furden
Automatically fetch the titles of pasted links
Breadcrumbs
5 years ago by SkepticMystic
Add typed-links to your Obsidian notes
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Find orphaned files and broken links
5 years ago by Vinzent
Find files, which are nowhere linked, so they are maybe lost in your vault.
Colored Tags
3 years ago by Pavel Frankov
Colorizes tags in different colors.
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Link Embed
4 years ago by SErAphLi
This plugin allow you to convert URLs in your notes into embeded previews.
File Explorer++
3 years ago by kelszo
A plugin for https://obsidian.md, which enables the ability to hide and pin specific files and folders in the file explorer by applying custom filters.
Auto Card Link
4 years ago by Nekoshita Yuki
Links
3 years ago by MiiKey
manipulate & manage obisidian links
Regex Find and Replace
4 years ago by Martin Eder
Plugin for Obsidian, providing search/replace functionality which supports regular expressions and selections.
Collapse All
5 years ago by Nathonius
Global Search and Replace
3 years ago by Mahmoud Fawzy Khalil
A plugin to do a global search and replace in all your Obsidian vault files.
Link Favicons
4 years ago by Johannes Theiner
See the favicon for a linked website.
Better File Link
5 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian to add better external file links to your notes.
Colored Tags Wrangler
2 years ago by AndreasSasDev
Obsidian Plugin : Assign colors to tags. Has integrations with other plugins, like Kanban.
Text expand
6 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Jump to link
6 years ago by MrJackphil
Quick jump between links using hotkeys
Link Exploder
3 years ago by Ben Hughes
Rich Links
5 years ago by dhamaniasad
Virtual Linker / Glossary
2 years ago by Valentin Schröter
Plugin for obsidian that automatically generates virtual links for text within your notes that match with the titles or aliases of other notes in your vault.
Link Converter
5 years ago by Ozan Tellioglu
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
2Hop Links Plus
3 years ago by Tokuhiro Matsuno, L7Cy
Related links up to 2 hops away are displayed in a card format.
Frontmatter Tag Sugest
4 years ago by Jonathan Miller
Autocompletes tags in Obsidian YAML frontmatter. No more deleting #!
Dynamic Highlights
4 years ago by nothingislost
An experimental Obsidian plugin that highlights all occurrences of the word under the cursor
Regex Pipeline
5 years ago by No3371
An Obsidian plugin that allows users to setup custom regex rules to automatically format notes.
Find and replace in selection
5 years ago by Dmitry Savosh
Obsidian plugin. Find and replace in selection.
Multi Tag
3 years ago by fez-github
Obsidian plugin that allows the user to add a tag to all files in a folder. Not in active development. Now working on Multi-Properties, which covers most of this plugin's functionality.
Open Link With
5 years ago by MamoruDS
Open external link with specific brower in Obsidian
Nested tags graph
3 years ago by drpilman
A small plugin for Obsidian that links nested tags in graph view
Tags Overview
3 years ago by Christian Wannerstedt
Obsidian plugin which adds an extended tags panel where tagged files can be overviewed, filtered and accessed in an easy way.
Bulk Rename
4 years ago by Oleg Lustenko
Paste Link
2 years ago by Jose Elias Alvarez
Intelligently paste Markdown links in Obsidian.
HTML Tags Autocomplete
5 years ago by bicarlsen
Autocomplete HTML formatting tags.
AutoMOC
4 years ago by Diego Alcantara
Canvas Links
3 years ago by aqav
Show the links between "Canvas" and "File"
Auto Classifier
3 years ago by Hyeonseo Nam
Auto classification plugin for Obsidian using ChatGPT.
Tags Routes
2 years ago by Ken
This is a plugin for obsidian, to visualize files and tags as nodes in 3D graph.
Canvas Filter
3 years ago by Ivan Koshelev
Obsidian Canvas plugin that let's you show only pages / arrows with specific tags / colors / connections.
Quick Tagger
2 years ago by Gorkycreator
Quick tagger for Obsidian.md
Zotero Link
4 years ago by Shmavon Gazanchyan
Obsidian plugin to insert link to Zotero item
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
Short Internal Links to Headings
3 years ago by Scott Moore
An Obsidian plugin to display short internal links.
Tag Page
3 years ago by Matthew Sumpter
An Obsidian plugin to create and manage dedicated Markdown pages for tags, with features to automatically populate and refresh content based on user-defined settings.
Smart Title
2 years ago by magooup
obsidian-plugin-smart-title
Reading comments
3 years ago by BumbrT
Reading comments, for consuming books or large articles in markdown with https://obsidian.md/.
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Pending notes
3 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Modal Opener
2 years ago by Muuxi
Open files and links in modal windows, or create and edit compatible files in modal windows.
Insta TOC
a year ago by Nick C.
Generate, update, and maintain a table of contents for your notes while typing in real time.
2Hop Links
5 years ago by Tokuhiro Matsuno
Linkify
4 years ago by Matthew Chan
Regex Mark
2 years ago by Mara-Li
URL Namer
4 years ago by zfei
aDHL
a year ago by tine-schreibt
The Dynamic Highlights Plugin, but with hotkeys, more options and sorting; works well with Highlightr.
Hover External Link
5 years ago by Jamie Brynes
Small plugin to add tooltips on hovering external links
Update Relative Links
4 years ago by val
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Enhance YouTube Links
3 years ago by GitSum
Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
Base Tag Renderer
3 years ago by Darren Kuro
A lightweight obsidian plugin to render the basename of tags in preview mode.
Persistent Links
3 years ago by Ivan Lednev
More robust internal links for Obsidian!
Link Archive
5 years ago by Tamás Deme
Link Archive plugin for Obsidian
Media Companion
a year ago by Nick de Bruin
Publish and GitHub URL
4 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
QuickLink
8 months ago by Jamba Hailar
On obsidian, use @ to quickly link files
Link Preview
a year ago by Felipe Tappata
Obsidian plugin that previews external links on hover.
Metadata Auto Classifier
2 years ago by Beomsu Koh
AI-powered Obsidian plugin that automatically classifies and generates metadata (tags, frontmatter) for your notes.
Tag Buddy
2 years ago by David Fasullo
Unlock powerful tag editing features in Reading Mode. Add, remove and edit tags across your vault. Use tag inboxes to level up any workflow with a powerful idea assembly line.
FuzzyTag
3 years ago by Adrian
AutoMover
a year ago by Al0cam
Move files and notes with specified names into their designated folders according to rules you define.
Liquid Templates
5 years ago by Diomede Tripicchio
Define your templates with LiquidJS tags support
Shukuchi
3 years ago by tadashi-aikawa
Shukuchi is an Obsidian plugin that enables you to teleport to links (URL or internal link).
External Link Opener
3 years ago by zorazrr
Obsidian plugin to open external links in modals or tabs
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Just Share Please
3 years ago by Ellpeck
An Obsidian plugin that allows quickly and easily sharing individual notes online using an anonymized link
LinkShelf
3 years ago by Joel Sequeira
Effortlessly save and organize your web links in Obsidian
Tag Group Manager
5 months ago by Stargazer-cc
Tag Group Manager is a plugin designed for Obsidian that helps manage tag groups and quickly insert tags.
Canvas Link Optimizer
2 years ago by khaelar
An Obsidian plugin that optimizes canvas links by displaying a page thumbnail.
Account Linker
4 years ago by qwegat
Plugin for posting links to various SNS accounts on Obsidian
External Link Helper
3 years ago by Jhonghee Park
Obsidian plugin for link suggestion
Bulk open selected links
3 years ago by Steven Jin
This plugin would work by extending Obsidian's functionality to detect when multiple notes or files are being dragged onto its interface
EmoTagsTitler
3 years ago by Cyfine
Obsidian Attendance
4 years ago by Tiim
Attendance tracking using obsidian.md
R.E.L.A.X.
2 years ago by Syr
Regex Obsidian Plugin
Testing Vault
3 years ago by Michael Pedersen
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Node Factor
a year ago by CalfMoon
Customize factors effecting node size in obsidian graph.
Related Notes by Tag
9 months ago by Chris Howard
displays notes that share tags with your currently active note
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Timestamp Link
2 years ago by wenlzhang
An Obsidian plugin to copy timestamped links to blocks, headings and notes.
Spotify Links
2 years ago by Dillon Cutaiar
For those that get inspired to write by music, a small plugin connecting Spotify to Obsidian.md
Generate Timeline
a year ago by Shanshuimei
An obsidian plugin to generate timelines from tags, folders, files or metadata automatically. 根据标签,文件夹,文件或者属性自动生成时间轴的插件。
Next Link
3 years ago by Juan Luque
Index Notes
2 years ago by Alejandro Daniel Noel
Plugin that automatically generates index blocks based on tags
Tag Breakdown Generator
3 years ago by Hananoshika Yomaru
Break down nested tags into multiple parent tags
Note Batcher
2 years ago by MrAnyx
Create all unresolvered links with a single click on your Obsidian vault
Note 2 Tag Generator
2 years ago by Augustin
Tag Formatter
2 years ago by snsvrno
Configurable Obsidian plugin that hides parent tags.
Link Navigation
2 years ago by xRyul
Navigate between incoming links (inlinks), outgoing links (outlinks) N levels deep. Links from Canvas are also supported.
FileName Styler
a year ago by Marc Feininger
An Obsidian plugin to hide, customize, and decorate file names in the sidebar using regex and customizable profiles.
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Tag Tactician
a year ago by Scott Tomaszewski
Folder by tags distributor
2 years ago by RevoTale
Automatically group Obsidian notes into folder by tags specified in note.
Auto Replacer
10 months ago by Alecell
A live text replacement plugin that applies automatic formatting, corrections, or custom replacements in real-time. Define your own regex-based rules and transformation logic to modify text dynamically as you type.
Advanced Сanvas Filter
2 years ago by CHex0K
Tagvis
a year ago by Mason Bryant
LinkMagic
2 years ago by AndyReifman
Share as ZIP
a year ago by Till Friebe
Hide Commands in Menu
a year ago by bomian98
Obsidian Plugin, hide different commands in different menus.
URL Formatter
8 months ago by Thomas Snoeck
Automatically formats specific URLs pasted into Obsidian into clean Markdown links.
Alias Picker
2 years ago by rostunic
Current File Tags
a year ago by Trung Tran
Blue Star
2 years ago by Wang Guoshi
A plugin for Obsidian that generates Anki flashcards in various ways.
Custom Selected Word Count
a year ago by banisterious
Custom Selected Word Count for Obsidian
Private Mode
a year ago by markusmo3
Regex Line Filter
a year ago by 64MM4-KN1F3
A note filtering plugin for Obsidian
Auto Close Tags
9 months ago by k0src
Obsidian MD plugin to auto-close HTML tags.
Abbrlink
a year ago by Q78KG
Note Reviewer
2 years ago by Travis Linkey
An obsidian plugin to help review notes that have been taken
mpv links
2 years ago by patsh90
Obisidian plugin for creating and using video links
Tag Timer
4 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Ghost Text
8 months ago by lawrencefeng17
GH Links Shortener
6 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
SafeLearn Formatter
8 months ago by UnterrainerInformatik
A community plugin for Obsidian, that offers visual aids for the SafeLearn-specific tags.