mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
server side encryption WIP
This commit is contained in:
@@ -51,12 +51,7 @@ const treeUtils = (function() {
|
||||
const path = [];
|
||||
|
||||
while (note) {
|
||||
if (note.data.encryption > 0 && !encryption.isEncryptionAvailable()) {
|
||||
path.push("[encrypted]");
|
||||
}
|
||||
else {
|
||||
path.push(note.title);
|
||||
}
|
||||
path.push(note.title);
|
||||
|
||||
note = note.getParent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user