Skip to content

codingmatty/obsidian-auto-linking

Repository files navigation

Obsidian Auto Linking Plugin

This is an Obsidian plugin that makes it easy to convert common text patterns into links in previews.

It's useful for things like Jira ticket labels or Github issues.

Inspired by the similar feature in Github's autolink reference feature

Usage

  1. Provide a label and click the + button.
  2. Provide a pattern, using standard Javascript Regex
  3. Provide a link, using {pattern} to insert the matched pattern into the link.

Example

  • Pattern: JIRA-[\d]+
  • Link: https://team.atlassian.net/browse/{pattern}
  • Will convert "JIRA-123" to a link in the markdown preview
<a href="https://team.atlassian.com/browse/JIRA-123" target="_blank">SHIP-123</a>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published