From 69ed3644f9ccd6f0bd88f09db26a9952062c1d1b Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 13 Nov 2023 00:39:28 +0100 Subject: [PATCH] add a note about hideHighlightWidget to options --- .../options/text_notes/highlights_list.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/public/app/widgets/type_widgets/options/text_notes/highlights_list.js b/src/public/app/widgets/type_widgets/options/text_notes/highlights_list.js index 5e2a2595d..4ab126a49 100644 --- a/src/public/app/widgets/type_widgets/options/text_notes/highlights_list.js +++ b/src/public/app/widgets/type_widgets/options/text_notes/highlights_list.js @@ -7,12 +7,17 @@ const TPL = `

You can customize the highlights list displayed in the right panel:

- - - - - + + + + + + +

+
Highlists List visibility
+ +

You can hide the hightlights widget per-note by adding a #hideHighlightWidget label.

`; export default class HighlightsListOptions extends OptionsWidget {