Skip to content

Instantly share code, notes, and snippets.

@jglev
Last active October 24, 2024 12:50
Show Gist options
  • 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']) %>

@sbliven
Copy link

sbliven commented Oct 24, 2024

This is very cool! I made a similar template for pulling issue titles here but your dropdown list is way nicer.

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