No description
Find a file
2024-07-08 17:49:12 -04:00
.devcontainer 📚 docs: #30 Add wiki images 2024-02-20 03:48:54 +00:00
.github/workflows 🤖 ci: #107 Add test to code check workflow 2024-04-23 00:00:21 -04:00
__mocks__ 🐛 fix: Add migration mechanism for plugin data 2024-06-30 16:50:30 -04:00
doc 📚 docs: Remove unnecessary wiki images 2024-02-20 03:57:05 +00:00
src 🐛 fix: #121 Prevent rendering inside inline code block 2024-07-07 23:18:42 -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.2 2024-06-16 14:41:37 -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 🔨 refactor: #102 Make imports more consistent 2024-06-30 12:11:33 -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 🔨 refactor: #102 Make imports more consistent 2024-06-30 12:11:33 -04:00
manifest.json 🚀 release: Release v0.7.2 2024-06-16 14:41:37 -04:00
package-lock.json 🐛 fix: #121 Rewrite live preview renderer 2024-07-07 23:11:14 -04:00
package.json 🐛 fix: #121 Rewrite live preview renderer 2024-07-07 23:11:14 -04:00
README.md 📚 docs: Add wiki docs badge 2024-02-25 19:09:17 -05:00
styles.css 🐛 fix: #125 Set author and assignee columns to show full width 2024-07-08 17:49:12 -04:00
tsconfig.json 🚧 build: #114 Correct tsconfig target 2024-07-07 09:34:52 -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.2 2024-06-16 14:41:37 -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.