mirror of
https://github.com/dragonwocky/obsidian-tray.git
synced 2025-04-04 12:09:03 +00:00
chore: update plugin description
This commit is contained in:
parent
6f81acb0ad
commit
d49c49fe83
@ -1,8 +1,8 @@
|
|||||||
<img alt="" src="tray.png" align="right" height="128px">
|
<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
|
**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
|
on system startup and run it in the background, adding global hotkeys and a tray menu to
|
||||||
toggle app window visibility and can create quick notes from anywhere in your operating system.
|
toggle window visibility and create quick notes from anywhere in your operating system.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
2
main.js
2
main.js
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* obsidian-tray v0.3.2
|
* obsidian-tray v0.3.3
|
||||||
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
||||||
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
|
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
|
||||||
*/
|
*/
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"name": "Tray",
|
"name": "Tray",
|
||||||
"author": "dragonwocky",
|
"author": "dragonwocky",
|
||||||
"authorUrl": "https://dragonwocky.me/",
|
"authorUrl": "https://dragonwocky.me/",
|
||||||
"description": "Launch Obsidian on startup and run it in the background from the system tray.",
|
"description": "Run Obsidian from the system tray for customisable window management & global quick notes",
|
||||||
"version": "0.3.2",
|
"version": "0.3.3",
|
||||||
"isDesktopOnly": true,
|
"isDesktopOnly": true,
|
||||||
"minAppVersion": "1.0.0"
|
"minAppVersion": "1.0.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user