mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
first experiments with code mirror
This commit is contained in:
@@ -38,9 +38,10 @@ async function createNewNote(parentNoteId, note, sourceId) {
|
||||
note_id: noteId,
|
||||
note_title: note.note_title,
|
||||
note_text: note.note_text ? note.note_text : '',
|
||||
is_protected: note.is_protected,
|
||||
type: 'text',
|
||||
date_created: now,
|
||||
date_modified: now,
|
||||
is_protected: note.is_protected
|
||||
date_modified: now
|
||||
});
|
||||
|
||||
await sync_table.addNoteSync(noteId, sourceId);
|
||||
|
||||
Reference in New Issue
Block a user