mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
add #newNotesOnTop, closes #3734
(cherry picked from commit d31b5ac99f)
This commit is contained in:
@@ -242,7 +242,8 @@ const ATTR_HELP = {
|
||||
"keepCurrentHoisting": "Opening this link won't change hoisting even if the note is not displayable in the current hoisted subtree.",
|
||||
"executeButton": "Title of the button which will execute the current code note",
|
||||
"executeDescription": "Longer description of the current code note displayed together with the execute button",
|
||||
"excludeFromNoteMap": "Notes with this label will be hidden from the Note Map"
|
||||
"excludeFromNoteMap": "Notes with this label will be hidden from the Note Map",
|
||||
"newNotesOnTop": "New notes will be created at the top of the parent note, not on the bottom."
|
||||
},
|
||||
"relation": {
|
||||
"runOnNoteCreation": "executes when note is created on backend. Use this relation if you want to run the script for all notes created under a specific subtree. In that case, create it on the subtree root note and make it inheritable. A new note created within the subtree (any depth) will trigger the script.",
|
||||
|
||||
Reference in New Issue
Block a user