mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
add "top" label to keep notes on top, allow sorting by label, #2343
This commit is contained in:
@@ -49,6 +49,8 @@ const BUILTIN_ATTRIBUTES = [
|
||||
{ type: 'label', name: 'mapRootNoteId' },
|
||||
{ type: 'label', name: 'bookmarked' },
|
||||
{ type: 'label', name: 'bookmarkFolder' },
|
||||
{ type: 'label', name: 'sorted' },
|
||||
{ type: 'label', name: 'top' },
|
||||
|
||||
// relation names
|
||||
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },
|
||||
|
||||
Reference in New Issue
Block a user