mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
No description
| .devcontainer | ||
| .github/workflows | ||
| doc | ||
| src | ||
| .better-commits.json | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
GitHub Link
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
Links
Github links are automatically transformed into tags. For example, pasting https://github.com/nathonius/obsidian-github-link/issues/1 into a note will become:
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.
See the documentation for more info.

