mirror of
https://github.com/alberti42/obsidian-plugins-annotations.git
synced 2026-07-22 10:10:24 +00:00
New feature of annotation lock.
This commit is contained in:
parent
ce18fcdf4d
commit
7a48ca1b51
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue