GitHub Link

approved

by Nathonius

Enrich your notes with issue and pull request content from GitHub.

64 stars4,317 downloadsUpdated 1y ago
View on GitHub

GitHub Link

Wiki Badge Quality Gate Status All 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:

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.

Updates

This project adheres to semantic versioning. See the project changelog for details.

Contributing

See CONTRIBUTING.md for info on contributing to the project.

Contributors

Nathan
Nathan

💻 📖
Aron Griffis
Aron Griffis

💻
Nik Clayton
Nik Clayton

🐛
Arnaud 'red' Rouyer
Arnaud 'red' Rouyer

💻 ⚠️
Tom MacWright
Tom MacWright

💻

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.