diff --git a/README.md b/README.md index 3e85a91..70716aa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Obsidian + GitHub ❤️** -Transform boring GitHub links in notes into tags with rich content from GitHub's API. +Transform boring GitHub links in notes into tags with rich content from GitHub, and query issues and pull requests within your notes. ## Use @@ -116,7 +116,7 @@ The plugin supports an automated authentication flow, or you can [generate your There are other plugins that provide some similar functionality: -- [GitHub Embeds](https://github.com/MrGVSV/obsidian-github-embeds) -- [GitHub Issue Augmentation](https://github.com/samprintz/obsidian-issue-augmentation-plugin) +- [GitHub Embeds](https://github.com/MrGVSV/obsidian-github-embeds) +- [GitHub Issue Augmentation](https://github.com/samprintz/obsidian-issue-augmentation-plugin) These and GitHub Link are unlikely to be compatible and should not currently be used together. diff --git a/manifest.json b/manifest.json index fdf580d..ca3e794 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "GitHub Link", "version": "0.2.0", "minAppVersion": "0.15.0", - "description": "Enrich your notes with content from GitHub REST API", + "description": "Enrich your notes with issue and pull request content from GitHub", "author": "Nathonius", "authorUrl": "https://nathan-smith.org/", "isDesktopOnly": false diff --git a/package.json b/package.json index 8427fca..e3b7658 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-github-link", "version": "0.2.0", - "description": "An Obsidian plugin enriching notes with data from GitHub's REST API", + "description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",