mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
allow specifying include note widget size
This commit is contained in:
@@ -15,6 +15,27 @@
|
||||
<input id="include-note-autocomplete" class="form-control" placeholder="search for note by its name">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Box size of the included note:
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="include-note-box-size" value="small" id="include-note-box-size-small">
|
||||
<label class="form-check-label" for="include-note-box-size-small">
|
||||
small (~ 10 lines)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="include-note-box-size" value="medium" id="include-note-box-size-medium" checked>
|
||||
<label class="form-check-label" for="include-note-box-size-medium">
|
||||
medium (~ 30 lines)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="include-note-box-size" value="full" id="include-note-box-size-full">
|
||||
<label class="form-check-label" for="include-note-box-size-full">
|
||||
full (box shows complete text)
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-primary">Include note <kbd>enter</kbd></button>
|
||||
|
||||
Reference in New Issue
Block a user