R.E.L.A.X.
approvedby Syr
Multi-regex management for data linking and batch processing across selection, files, and folders.
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]))
- Access Obsidian Settings: Open your Obsidian application and click on the 'Settings' icon.
- Enable Community Plugins: In the Settings, navigate to 'Community Plugins' and turn off 'Restricted Mode'.
- Browse and Install Plugins: Click on 'Browse' and find the R.E.L.A.X. plugin.
- Install the Plugin: Click 'Install' on the plugin’s page.
- Enable the Plugin: Toggle it on in the 'Installed plugins' section.
- Configure the Plugin (Optional): Set up the plugin in its settings panel.
- 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
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!
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.
