mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
first experiments with code mirror
This commit is contained in:
@@ -77,7 +77,8 @@ async function importNotes(dir, parentNoteId) {
|
||||
note_position: notePos,
|
||||
is_expanded: 0,
|
||||
is_deleted: 0,
|
||||
date_modified: now
|
||||
date_modified: now,
|
||||
type: 'text'
|
||||
});
|
||||
|
||||
await sync_table.addNoteTreeSync(noteTreeId);
|
||||
|
||||
Reference in New Issue
Block a user