This is a simple Obsidian plugin for rendering plaintext GoLinks (like go/links) so that they're clickable.
go/link & https://go/link)
This plugin renders plaintext go/links as clickable! It ignores links in `go/backticks` and links that have already been [go/linkified](http://go/linkified).
> It also works in go/blockquotes, and...
- it
- works
- in
- go/lists!
- neat, right?
Lastly, you can paste https://go/full-links that get handled too!
This plugin can be installed from the Obsidian Plugins directory!
You can also click this link to open the page directly in Obsidian: https://obsidian.md/plugins?id=obsidian-golinks
path/to/your/vault/.obsidian/plugins/obsidian-golinks foldermain.js and manifest.jsonpath/to/your/vault/.obsidian/plugins/obsidian-golinksjust build (after installing just if you need it)There is no risk of data loss when using this plugin. As it only acts on the markdown rendering process, the worst it can do is make your reading view not show some of your text (or show it incorrectly). If this happens, disable the extension and please file an issue.
No data is sent off your machine, so this plugin is perfectly safe to use in corporate contexts. It's basically just some regex.
Run just release to make it all happen.
Under the hood, it: