mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
generating all IDs with secure method (important now since it's used as salt for encryption)
This commit is contained in:
@@ -304,9 +304,6 @@ const noteTree = (function() {
|
||||
|
||||
let parentNoteId = 'root';
|
||||
|
||||
console.log('notePath: ' + notePath);
|
||||
console.log('notePath chunks: ', notePath.split('/'));
|
||||
|
||||
for (const noteId of notePath.split('/')) {
|
||||
console.log('noteId: ' + noteId);
|
||||
|
||||
@@ -315,8 +312,6 @@ const noteTree = (function() {
|
||||
parentNoteId = noteId;
|
||||
}
|
||||
|
||||
console.log("Title path:", titlePath.join(' / '));
|
||||
|
||||
return titlePath.join(' / ');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user