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

R.E.L.A.X.

syr0syr02k downloads

Multi-regex management for data linking and batch processing across selection, files, and folders.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

R.E.L.A.X Logo

R.E.L.A.X. (Regular Expression Link Analysis Xpert)

Enhance your Obsidian experience with R.E.L.A.X., a powerful regex plugin that leverages regular expressions for dynamic and intelligent note linking.

USAGE:

  • **Rightclick, click "R.E.L.A.X.". This will put all the Information found via predefined regex into brackets, linking your files.
  • **Open Settings and set up your own custom Regular Expression. Note: Each RegEx should have exactly one catching group.

Example:

Regular Expression for Digits:

  • 12345
  • 23456
  • 54468

Your Regex would be like this:

  • (\d{5)
  • ([1-9]{5})
  • ([1-9][1-9][1-9][1-9][1-9])

Not allowed would be this:

  • (([1-9])([1-9])([1-9])([1-9])([1-9]))

Because it is unclear which group to link. To cause a group not to capture, write ?: at the beginning.

  • **This would be the same (crap), but it would work:
  • **((?:[1-9])(?:[1-9])(?:[1-9])(?:[1-9])(?:[1-9]))
  1. Access Obsidian Settings: Open your Obsidian application and click on the 'Settings' icon.
  2. Enable Community Plugins: In the Settings, navigate to 'Community Plugins' and turn off 'Restricted Mode'.
  3. Browse and Install Plugins: Click on 'Browse' and find the R.E.L.A.X. plugin.
  4. Install the Plugin: Click 'Install' on the plugin’s page.
  5. Enable the Plugin: Toggle it on in the 'Installed plugins' section.
  6. Configure the Plugin (Optional): Set up the plugin in its settings panel.
  7. Start Using the Plugin: Righclick>R.E.L.A.X. or use the command panel. All your Regex-findings will be turnted into links!

Demo Video

Youtube R.E.L.A.X. Demonstration

Community & Support:

  • Forums & Discord: Chill with fellow users on Obsidian Forums and Discord.
  • Need Help?: Holler on our GitHub.

License:

R.E.L.A.X. comes with an MIT License - free to use but at your own risk. Check LICENSE for more details.

Contributions:

Got ideas? Sprinkle your magic in CONTRIBUTING.md.

Shoutouts:

Big thanks to the Obsidian crew and all the brilliant minds behind this project.

Support R.E.L.A.X.:

Enjoying R.E.L.A.X.? Why not buy me a coffee then? so I can relax even more!

71%
HealthExcellent
ReviewCaution
About
Convert regex matches into Obsidian wiki-links by wrapping the capturing group in double brackets across your notes. Define a custom regular expression with exactly one capture group to control link text, then run R.E.L.A.X. or use the right-click menu to apply.
LinksSearchEditing
Details
Current version
1.6.1
Last updated
Last month
Created
2 years ago
Updates
7 releases
Downloads
2k
Compatible with
Obsidian 1.1.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
syr0syr0
GitHubsyr0
  1. Community
  2. Plugins
  3. Links
  4. R.E.L.A.X.

Related plugins

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.

Paste URL into selection

Paste URL "into" selected text.

Note Refactor

Extract note content into new notes and split notes.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Omnisearch

Intelligent search for your notes, PDFs, and OCR for images.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.