Skip to content

Instantly share code, notes, and snippets.

@jglev
Last active Jan 14, 2022
Embed
What would you like to do?
Use Obsidian Notes' Templater Plugin (https://github.com/SilentVoid13/Templater) to add links to GitHub Issues from specific public or private repositories using a searchable prompt

Screenshot of suggester prompt

Resulting output:

[`octocat/Hello-World #1053`](https://github.com/octocat/Hello-World/issues/1053)

<% tp.user.insertGitHubLink(tp, ['octocat/Hello-World']) %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment