From 7a48ca1b51032fc043f6e5280ab4bb3539ea370d Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Wed, 3 Jul 2024 19:48:54 +0200 Subject: [PATCH] New feature of annotation lock. --- README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e6c52..8f9278a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 016a175..824c22b 100644 --- a/manifest.json +++ b/manifest.json @@ -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",