# GitHub Link [](https://github.com/nathonius/obsidian-github-link/wiki) [](https://sonarcloud.io/summary/new_code?id=nathonius_obsidian-github-link) [](#contributors) **Obsidian + GitHub ❤️** Inject rich content from GitHub into your notes: - GitHub links are transformed into tags showing issue and pull request titles, statuses, etc - Use codeblocks to keep an up-to-date table of GitHub data inside a note ## 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:  ### 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.  See the [documentation](https://github.com/nathonius/obsidian-github-link/wiki) for more info. ## Updates This project adheres to [semantic versioning](https://semver.org/). See the project [changelog](CHANGELOG.md) for details. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for info on contributing to the project. ### Contributors
Nathan 💻 📖 |
Aron Griffis 💻 |
Nik Clayton 🐛 |
Arnaud 'red' Rouyer 💻 ⚠️ |
Tom MacWright 💻 |