mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
add a note about hideHighlightWidget to options
This commit is contained in:
parent
b0c5894691
commit
69ed3644f9
@ -7,12 +7,17 @@ const TPL = `
|
||||
<p>You can customize the highlights list displayed in the right panel:</p>
|
||||
|
||||
</div>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="bold"> Bold font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="italic"> Italic font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="underline"> Underlined font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="color"> Font with color </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="bgColor"> Font with background color </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="bold"> Bold font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="italic"> Italic font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="underline"> Underlined font </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="color"> Font with color </label>
|
||||
<label><input type="checkbox" class="highlights-list-check" value="bgColor"> Font with background color </label>
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
<h5>Highlists List visibility</h5>
|
||||
|
||||
<p>You can hide the hightlights widget per-note by adding a <code>#hideHighlightWidget</code> label.</p>
|
||||
</div>`;
|
||||
|
||||
export default class HighlightsListOptions extends OptionsWidget {
|
||||
|
Loading…
x
Reference in New Issue
Block a user