joplin-plugin-benji-favorites
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -12,2 +12,16 @@ # Changelog | ||
## [1.3.0] - 2021-08-12 | ||
### Changed | ||
- Updated plugin API to version v1.8.2 (`registerSettings`) to support app version v2.2.4 or newer | ||
- Do not trim search queries (whitespaces before or after won't be removed) | ||
### Removed | ||
- Bundled font packages (FontAwesome, Roboto) | ||
- Use built-in versions to decrease plugin size | ||
- External `copy-to-clipboard` package | ||
- Use of clipboard functionality provided by plugin API v2.1.5 | ||
## [1.2.1] - 2021-02-23 | ||
@@ -33,3 +47,3 @@ | ||
- Scroll horizontally without holding `Shift` key | ||
- plugin command labels (Removed `Favs:` prefix) | ||
- Plugin command labels (Removed `Favs:` prefix) | ||
@@ -36,0 +50,0 @@ ### Fixed |
{ | ||
"name": "joplin-plugin-benji-favorites", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.", | ||
@@ -30,3 +30,3 @@ "author": "Benji300", | ||
"on-build-webpack": "^0.1.0", | ||
"tar": "^6.0.5", | ||
"tar": "^6.1.7", | ||
"ts-loader": "^7.0.5", | ||
@@ -38,5 +38,3 @@ "typescript": "^3.9.3", | ||
}, | ||
"dependencies": { | ||
"copy-to-clipboard": "^3.3.1" | ||
} | ||
"dependencies": {} | ||
} |
{ | ||
"manifest_version": 1, | ||
"id": "joplin.plugin.benji.favorites", | ||
"app_min_version": "1.6.5", | ||
"version": "1.2.1", | ||
"app_min_version": "2.1.5", | ||
"version": "1.3.0", | ||
"name": "Favorites", | ||
@@ -25,4 +25,4 @@ "description": "Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access.", | ||
], | ||
"_publish_hash": "sha256:09ac83a289993f4a8eb116beef28f1e0bf677915cb3a0fdcc70b3b326d0a0888", | ||
"_publish_commit": "master:b0489322697093e80f8dd6ed8e8c9e4bcffdca65" | ||
"_publish_hash": "sha256:6f906638826f2d6c6b681af1f53c5e3c4fb2b86c30d98c12b08b76e40a3d1695", | ||
"_publish_commit": "master:9bd4f8592ff521ab6329b80e2155307e3d48153c" | ||
} |
@@ -7,24 +7,4 @@ # Joplin Favorites | ||
> :warning: **CAUTION** - Requires Joplin **v1.6.5** or newer | ||
> :warning: **CAUTION** - Requires Joplin **v2.1.5** or newer | ||
## Table of contents | ||
- [Features](#features) | ||
- [Screenshots](#screenshots) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Place the panel](#place-the-panel) | ||
- [Add favorite](#add-favorite) | ||
- [Edit favorite](#edit-favorite) | ||
- [Remove favorite](#remove-favorite) | ||
- [Open saved search](#open-saved-search) | ||
- [Commands](#Commands) | ||
- [Keyboard shortcuts](#keyboard-shortcuts) | ||
- [User options](#user-options) | ||
- [Feedback](#feedback) | ||
- [Support](#support) | ||
- [Development](#development) | ||
- [Changes](#changes) | ||
- [License](#license) | ||
## Features | ||
@@ -63,3 +43,3 @@ | ||
- Open Joplin and navigate to `Tools > Options > Plugins` | ||
- Search for `favorites` and press install | ||
- Search for the plugin name and press install | ||
- Restart Joplin to enable the plugin | ||
@@ -80,4 +60,3 @@ - By default the panel will appear on the right side of the screen, see how to [place the panel](#place-the-panel) | ||
- Open Joplin and navigate to `Tools > Options > Plugins` | ||
- Search for the `Favorites` plugin | ||
- Press `Delete` to remove the plugin completely | ||
- Search for the plugin name and press `Delete` to remove the plugin completely | ||
- Alternatively you can also disable the plugin by clicking on the toggle button | ||
@@ -166,3 +145,3 @@ - Restart Joplin | ||
This plugin adds provides user options which can be changed via `Tools > Options > Favorites`. | ||
This plugin adds provides user options which can be changed via `Tools > Options > Favorites` (Windows App). | ||
@@ -186,4 +165,9 @@ > **NOTE** - If `default` is set for an advanced style setting, the corresponding default color, font family, etc. will be used to match the common App look. | ||
Then I would be very happy if you buy me a beer via [PayPal](https://www.paypal.com/donate?hosted_button_id=6FHDGK3PTNU22) :wink::beer: | ||
Then I would be very happy if you buy me a :beer: or :coffee: via [PayPal](https://www.paypal.com/donate?hosted_button_id=6FHDGK3PTNU22) :wink: | ||
## Contributing | ||
Contributions to this plugin are most welcome. Feel free to open a pull request or an issue. | ||
Make sure to use conventional [commit messages](https://github.com/pvdlg/conventional-commit-types) if you're creating a pull request. | ||
## Development | ||
@@ -190,0 +174,0 @@ |
Sorry, the diff of this file is not supported yet
0
906098
189
- Removedcopy-to-clipboard@^3.3.1
- Removedcopy-to-clipboard@3.3.3(transitive)
- Removedtoggle-selection@1.0.6(transitive)