New feature of annotation lock.

This commit is contained in:
Andrea Alberti 2024-07-03 19:48:54 +02:00
parent ce18fcdf4d
commit 7a48ca1b51
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Obsidian Plugins Annotations is a plugin for [Obsidian](https://obsidian.md) tha
- Annotations are saved persistently and can be edited at any time.
- Annotations are displayed directly below the plugin information.
- Detailed instructions how to edit the annotations are provided in the _setting pane_ of the plugin.
- Possible to lock the annotations with the lock button next to the title "Installed plugins". This feature is useful in combination with the toggle hiding the annotations fields where there is no user annotation yet.
## Installation

View file

@ -1,7 +1,7 @@
{
"id": "plugins-annotations",
"name": "Plugins Annotations",
"version": "1.2.1",
"version": "1.3.0",
"minAppVersion": "1.5.0",
"description": "Allows adding personal comments to each installed plugin.",
"author": "Andrea Alberti",