Skip to content

Instantly share code, notes, and snippets.

@gwthompson
Forked from jglev/Example Output.md
Created May 2, 2022 20:42
Show Gist options
  • Save gwthompson/3bf119d4b39c8444ba9069e3cf34ff92 to your computer and use it in GitHub Desktop.
Save gwthompson/3bf119d4b39c8444ba9069e3cf34ff92 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