No description
Find a file
Nathan ceab053dca
Merge pull request #167 from nathonius/feat/155/file-tag
 feat: #155 Show the full filename when linking directly to a file
2025-02-26 23:30:45 -06: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__ 🚨 test: Add more tests 2025-01-22 23:06:14 -05:00
doc 📚 docs: Remove unnecessary wiki images 2024-02-20 03:57:05 +00:00
src 🚨 test: #155 Add file sections to tests 2025-02-26 23:25:55 -06:00
test 🚨 test: Add more tests 2025-01-22 23:06:14 -05:00
.all-contributorsrc docs: update .all-contributorsrc 2025-01-22 05:08:25 +00: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 🧹 chore: correct changelog link 2025-01-19 19:07:43 -05: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.3 2025-01-19 18:59:34 -05:00
package-lock.json 🚀 release: Release v1.0.3 2025-01-19 18:59:34 -05:00
package.json 🚀 release: Release v1.0.3 2025-01-19 18:59:34 -05:00
README.md docs: update README.md 2025-01-22 05:08:24 +00:00
styles.css feat: #155 Show the full filename when linking directly to a file 2025-02-26 23:23:21 -06: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.3 2025-01-19 18:59:34 -05: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

🐛
Arnaud 'red' Rouyer
Arnaud 'red' Rouyer

💻 ⚠️
Tom MacWright
Tom MacWright

💻