mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
add the ability to sort notes by folders first, closes #2649
This commit is contained in:
@@ -50,6 +50,17 @@
|
||||
descending
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
<h5>Folders</h5>
|
||||
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" name="sort-folders-first" value="1" id="sort-folders-first">
|
||||
<label class="form-check-label" for="sort-folders-first">
|
||||
sort folders at the top
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="submit" class="btn btn-primary">Sort <kbd>enter</kbd></button>
|
||||
|
||||
Reference in New Issue
Block a user