GoLinks
approvedby David Brownman (@xavdid)
Render go/links as clickable links.
Obsidian GoLinks
This is a simple Obsidian plugin for rendering plaintext GoLinks (like go/links) so that they're clickable.
Features
- Makes go/links clickable in all Obsidian modes:
- Reading mode
- Source editor mode
- Live Preview mode
- Ignores go/links in code blocks and backticks
- Handles links with or without protocols (
go/link&https://go/link)
Demo

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!
Installation
Easiest: Plugin Directory
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
Medium: From Releases
- create the
path/to/your/vault/.obsidian/plugins/obsidian-golinksfolder - go to the latest GitHub release
- download the
main.jsandmanifest.json - move both of those files to the folder created in step 1
- in Obsidian settings, enable the plugin like normal
Most Involved: Build From Source
- clone this repo into
path/to/your/vault/.obsidian/plugins/obsidian-golinks - build w/
just build(after installing just if you need it) - in Obsidian settings, enable the plugin like normal
Considerations
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.
Releasing New Versions
Run just release to make it all happen.
Under the hood, it:
- runs the build
- updates manifest files
- generates a github release with those files
Contributors
- David Brownman (@xavdid) - Original author
- Alex Mittell (@amittell) - Added initial implementation for go/links in editor mode
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.