diff --git a/README.md b/README.md index cd7bdf2..b0f8891 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ toggle app window visibility and can create quick notes from anywhere in your op ### Quick notes -| Option | Description | Default | -| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | -| Quick note location | New quick notes will be placed in this folder. | | -| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | YYYY-MM-DD | -| Quick note hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | Disabled | +| Option | Description | Default | +| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | +| Quick note location | New quick notes will be placed in this folder. | | +| Quick note date format | New quick notes will use a filename of this pattern. Format: [Moment.js format string](https://momentjs.com/docs/#/displaying/format/) | YYYY-MM-DD | +| Quick note hotkey | This hotkey is registered globally and will be detected even if Obsidian does not have keyboard focus. Format: [Electron accelerator](https://www.electronjs.org/docs/latest/api/accelerator) | CmdOrCtrl+Shift+Q | ## Installation diff --git a/main.js b/main.js index 4e61a45..98afcee 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -/* obsidian-tray v0.1.2 +/* obsidian-tray v0.2.0 by @dragonwocky */ "use strict"; diff --git a/manifest.json b/manifest.json index 4163ea4..d7c0cd8 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "author": "dragonwocky", "authorUrl": "https://dragonwocky.me/", "description": "Launch Obsidian on startup and run it in the background from the system tray.", - "version": "0.1.2", + "version": "0.2.0", "isDesktopOnly": true, "minAppVersion": "1.0.0" } diff --git a/tray.png b/tray.png old mode 100755 new mode 100644 index 9e0423a..fe9b693 Binary files a/tray.png and b/tray.png differ