No description
Find a file
Nathan 4919fe23eb
Merge pull request #146 from nathonius/fix/144/tolerant-url
🐛 fix: #144 Tolerate badly formatted URLs
2024-08-30 17:25:28 -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: #144 Tolerate badly formatted URLs 2024-08-30 17:17:34 -04:00
.all-contributorsrc 🧹 chore: Try to fix code contrib 2024-07-08 18:28:41 -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 v1.0.0 2024-07-08 18:51:49 -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 v1.0.0 2024-07-08 18:51:49 -04:00
package-lock.json 🚀 release: Release v1.0.0 2024-07-08 18:51:49 -04:00
package.json 🚀 release: Release v1.0.0 2024-07-08 18:51:49 -04:00
README.md 🧹 chore: Try to fix code contrib 2024-07-08 18:28:41 -04: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 v1.0.0 2024-07-08 18:51:49 -04:00

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

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

🐛