No description
Find a file
Nathan fba45fae9b
Merge pull request #74 from nathonius/feat/70/icons
 feat: #70 Use specific icons for each state of issue and PR
2024-03-09 19:31:20 -05:00
.devcontainer 📚 docs: #30 Add wiki images 2024-02-20 03:48:54 +00:00
.github/workflows 🤖 ci: #43 Repair release action by uploading artifact 2024-02-15 23:48:58 -05:00
doc 📚 docs: Remove unnecessary wiki images 2024-02-20 03:57:05 +00:00
src feat: #70 Use specific icons for each state of issue and PR 2024-03-09 19:25:07 -05:00
.better-commits.json feat: #11 Add predefined PR table columns 2024-02-01 22:37:39 -05:00
.eslintignore initial commit 2024-01-03 22:03:23 +00:00
.eslintrc kind of working in live preview, just need to make sure we're not constantly re-rendering 2024-01-08 19:15:59 +00:00
.gitignore initial commit 2024-01-03 22:03:23 +00:00
.npmrc initial commit 2024-01-03 22:03:23 +00:00
.prettierrc 🧹 chore: Remove unused editor config, make prettier config explicit 2024-02-18 23:54:50 -05:00
CHANGELOG.md 🚀 release: Release v0.4.0 2024-02-24 19:29:25 -05:00
esbuild.config.mjs initial commit 2024-01-03 22:03:23 +00:00
LICENSE Initial commit 2024-01-02 21:35:51 -05:00
main.ts initial commit 2024-01-03 22:03:23 +00:00
manifest.json 🚀 release: Release v0.4.0 2024-02-24 19:29:25 -05:00
package-lock.json 🚀 release: Release v0.4.0 2024-02-24 19:29:25 -05:00
package.json 🚀 release: Release v0.4.0 2024-02-24 19:29:25 -05:00
README.md 📚 docs: Add wiki docs badge 2024-02-25 19:09:17 -05:00
styles.css 🐛 fix: #6 Correct margin between table and refresh button 2024-02-24 16:53:49 -05:00
tsconfig.json working multi-account support and parsing of links 2024-01-04 21:38:43 +00:00
version-bump.mjs initial commit 2024-01-03 22:03:23 +00:00
versions.json 🚀 release: Release v0.4.0 2024-02-24 19:29:25 -05:00

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

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.