Skip to content

Instantly share code, notes, and snippets.

@jglev
Last active August 30, 2023 20:42
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jglev/5112704864e41d73b1f952efa24d5a98 to your computer and use it in GitHub Desktop.
Save jglev/5112704864e41d73b1f952efa24d5a98 to your computer and use it in GitHub Desktop.
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