mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
added shareAlias label
This commit is contained in:
@@ -48,7 +48,7 @@ function load() {
|
||||
WHERE isDeleted = 0
|
||||
AND noteId IN (${noteIdStr})
|
||||
AND (
|
||||
(type = 'label' AND name IN ('archived', 'shareHiddenFromTree'))
|
||||
(type = 'label' AND name IN ('archived', 'shareHiddenFromTree', 'shareAlias'))
|
||||
OR (type = 'relation' AND name IN ('imageLink', 'template', 'shareCss'))
|
||||
)`, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user