
GitHub PR Linker
View GitHub PR Linker →GitHub PR Linker is an Obsidian plugin that turns plain pull request references into proper Markdown links, so notes that track code review work stay readable and navigable.
Write a reference such as repo#123, select it, and run the Link GitHub pull request command. The plugin resolves the reference and rewrites it as a link pointing at the pull request on GitHub.
Shorthand references like repo#123 and repo/pull/123 use the default GitHub owner configured in settings, while fully qualified references and pasted pull request URLs link to their own owner directly. Link labels are normalized to the short reference form, with a setting to control whether the owner is shown always, never, or only when it differs from the default.
If the selection does not match a supported format, or an ownerless reference has no default owner configured, the plugin shows a notice and leaves the text untouched.
Published to the Obsidian community plugin directory as an independently designed and developed developer tool.