GitHub Link

Wiki Badge Quality Gate Status

Obsidian + GitHub ❤️

Transform boring GitHub links in notes into tags with rich content from GitHub, and query issues and pull requests within your notes.

Use

Links

Github links are automatically transformed into tags. For example, pasting https://github.com/nathonius/obsidian-github-link/issues/1 into a note will become:

ExampleTag

Table

You can also include a table with results from a search query using a github-query codeblock. For example:

```github-query
outputType: table
queryType: pull-request
query: "is:pr repo:nathonius/obsidian-github-link"
columns: [number, title, author, status]
```

This produces a table of results that refreshes upon opening the note.

ExampleTable

See the documentation for more info.