No description
Find a file
2024-04-23 00:06:15 -04:00
.devcontainer 📚 docs: #30 Add wiki images 2024-02-20 03:48:54 +00:00
.github Update issue templates 2024-04-23 00:06:15 -04:00
__mocks__ 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04:00
doc 📚 docs: Remove unnecessary wiki images 2024-02-20 03:57:05 +00:00
src 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04:00
.better-commits.json feat: #11 Add predefined PR table columns 2024-02-01 22:37:39 -05:00
.editorconfig 🤖 ci: #109 Upgrade to flat eslint config 2024-04-21 21:46:33 -04:00
.gitignore 🚨 test: #107 Set up jest 2024-04-21 23:31:50 -04: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.7.1 2024-04-21 09:22:15 -04:00
CONTRIBUTING.md 📚 docs: Add note about better-commits to contrib 2024-04-05 23:59:57 -04:00
esbuild.config.mjs initial commit 2024-01-03 22:03:23 +00:00
eslint.config.mjs 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04:00
jest.config.mjs 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04: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.7.1 2024-04-21 09:22:15 -04:00
package-lock.json 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04:00
package.json 🚨 test: #107 Add some general sanity tests for the setting up the plugin 2024-04-22 23:53:55 -04:00
README.md 📚 docs: Add wiki docs badge 2024-02-25 19:09:17 -05:00
styles.css feat: #85 Add error icon to tags that could not be retrieved 2024-04-16 22:34:16 -04:00
tsconfig.json 🚨 test: #107 Working simple test 2024-04-22 13:59:17 -04:00
version-bump.mjs 🤖 ci: Update version bump script to take an arg and update everywhere 2024-04-11 22:54:19 -04:00
versions.json 🚀 release: Release v0.7.1 2024-04-21 09:22:15 -04: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.