📚 docs: #40 Remove some overly technical language from docs

Closes: #40
This commit is contained in:
Nathan Smith 2024-02-13 18:57:57 +00:00
parent 89954b11eb
commit 8f08cfd359
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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

View file

@ -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",