mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
📚 docs: #40 Remove some overly technical language from docs
Closes: #40
This commit is contained in:
parent
89954b11eb
commit
8f08cfd359
3 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue