options/highlights_list: document hide label

This commit is contained in:
Arne Keller 2023-11-11 11:02:01 +01:00 committed by GitHub
parent e9ece21d20
commit 977aca4fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ const TPL = `
<label><input type="checkbox" class="highlights-list-check" value="underline"> Underlined font &nbsp;</label> <label><input type="checkbox" class="highlights-list-check" value="underline"> Underlined font &nbsp;</label>
<label><input type="checkbox" class="highlights-list-check" value="color"> Font with color &nbsp;</label> <label><input type="checkbox" class="highlights-list-check" value="color"> Font with color &nbsp;</label>
<label><input type="checkbox" class="highlights-list-check" value="bgColor"> Font with background color &nbsp;</label> <label><input type="checkbox" class="highlights-list-check" value="bgColor"> Font with background color &nbsp;</label>
<p>You can disable this functionality for specific notes by adding the #hideHighlightWidget label.</p>
</div> </div>
</div>`; </div>`;