From 8f08cfd359779fb5935f17f5072ae3fc8adb883d Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Tue, 13 Feb 2024 18:57:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20#40=20Remove=20some=20ov?= =?UTF-8?q?erly=20technical=20language=20from=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #40 --- README.md | 6 +++--- manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",