mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
note launchers by default open in the active note context but follow the same logic with ctrl/middle click as links
This commit is contained in:
@@ -56,6 +56,12 @@ const HIDDEN_SUBTREE_DEFINITION = {
|
||||
title: 'Bulk action',
|
||||
type: 'doc',
|
||||
},
|
||||
{
|
||||
// place for user scripts hidden stuff (scripts should not create notes directly under hidden root)
|
||||
id: 'userHidden',
|
||||
title: 'User Hidden',
|
||||
type: 'text',
|
||||
},
|
||||
{
|
||||
id: LBTPL_ROOT,
|
||||
title: 'Launch Bar Templates',
|
||||
|
||||
Reference in New Issue
Block a user