diff --git a/Assets/WebsiteAssets/images/news/20220224-edit-dialog.png b/Assets/WebsiteAssets/images/news/20220224-edit-dialog.png new file mode 100644 index 000000000..f50250c97 Binary files /dev/null and b/Assets/WebsiteAssets/images/news/20220224-edit-dialog.png differ diff --git a/Assets/WebsiteAssets/images/news/20220224-edit-notebook.png b/Assets/WebsiteAssets/images/news/20220224-edit-notebook.png new file mode 100644 index 000000000..bb352d3bd Binary files /dev/null and b/Assets/WebsiteAssets/images/news/20220224-edit-notebook.png differ diff --git a/Assets/WebsiteAssets/images/news/20220224-notebook-icon.png b/Assets/WebsiteAssets/images/news/20220224-notebook-icon.png new file mode 100644 index 000000000..440f4cfc0 Binary files /dev/null and b/Assets/WebsiteAssets/images/news/20220224-notebook-icon.png differ diff --git a/readme/news/20220224-release-2-7.md b/readme/news/20220224-release-2-7.md new file mode 100644 index 000000000..f7186c7e1 --- /dev/null +++ b/readme/news/20220224-release-2-7.md @@ -0,0 +1,31 @@ +# Joplin 2.7 is available! + +This new release is largely focused on bug fixing and optimising various parts of the apps. There's about 26 improvements and 25 bugs and security fixes included - as always many of these apply to both the mobile and desktop app (see the [desktop changelog](https://joplinapp.org/changelog/) and [mobile changelog](https://joplinapp.org/changelog_android/)). + +Many thanks to all the contributors who helped create this release! + +Below are some of the more noticeable changes: + +# Notebook custom icons + +Since version 2.6 it was possible to assign an emoji icon to a notebook, and with this new version it's now possible to assign any custom icon. The icon may be a PNG or JPG file of any size. The app will then import the file and resize it to the correct size. To use a custom icon, follow these steps: + +Right-click on a notebook, and select "Edit": + +![](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20220224-edit-notebook.png) + +In the "Edit notebook" dialog, click "Select file..." and browse to your icon image: + +![](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20220224-edit-dialog.png) + +Click "OK" and the icon will now appear next to the notebook: + +![](https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/news/20220224-notebook-icon.png) + +The icon can be changed only from the desktop application at the moment, but it will sync and be displayed correctly on the mobile app too. + +# Plugin API improvements + +This version also includes a number of improvements to the plugin API, in particular it is now easier to customise the editor context menu from a plugin and dynamically add items to it depending on the context. For example, with the Rich Markdown plugin it will be possible to right-click on an image and open it, or copy it to the clipboard. + +A few additional functions have also been added to make plugin development simpler - in particular a command to open any item, whether it's a notebook, note, tag or attachement; and functions to work with attachements, in particular to reveal an attachement in the system file explorer, and to track changes to an attachement.