mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
global link map WIP
This commit is contained in:
@@ -233,6 +233,8 @@ class Note extends AbstractEntity {
|
||||
}
|
||||
}
|
||||
|
||||
console.log("POJO update", pojo);
|
||||
|
||||
sql.upsert("note_contents", "noteId", pojo);
|
||||
|
||||
const hash = utils.hash(this.noteId + "|" + pojo.content.toString());
|
||||
|
||||
Reference in New Issue
Block a user