chore: update plugin description

This commit is contained in:
dragonwocky 2023-04-11 16:49:38 +10:00
parent 6f81acb0ad
commit d49c49fe83
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<img alt="" src="tray.png" align="right" height="128px">
**Tray** is an [Obsidian](https://obsidian.md/) plugin that can be used to launch the app
on system startup and run it in the background, adding global hotkeys and a tray menu that
toggle app window visibility and can create quick notes from anywhere in your operating system.
on system startup and run it in the background, adding global hotkeys and a tray menu to
toggle window visibility and create quick notes from anywhere in your operating system.
## Configuration

View File

@ -1,5 +1,5 @@
/**
* obsidian-tray v0.3.2
* obsidian-tray v0.3.3
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
*/

View File

@ -3,8 +3,8 @@
"name": "Tray",
"author": "dragonwocky",
"authorUrl": "https://dragonwocky.me/",
"description": "Launch Obsidian on startup and run it in the background from the system tray.",
"version": "0.3.2",
"description": "Run Obsidian from the system tray for customisable window management & global quick notes",
"version": "0.3.3",
"isDesktopOnly": true,
"minAppVersion": "1.0.0"
}