mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
migration script to camel case
This commit is contained in:
@@ -61,7 +61,7 @@ function ScriptContext(noteId, dataKey) {
|
||||
|
||||
if (!note.type) {
|
||||
note.type = "text";
|
||||
note.mime = "";
|
||||
note.mime = "text/html";
|
||||
}
|
||||
|
||||
const noteId = (await notes.createNewNote(parentNoteId, note)).noteId;
|
||||
|
||||
Reference in New Issue
Block a user