first experiments with code mirror

This commit is contained in:
azivner
2018-01-20 21:56:03 -05:00
parent 93b4cf6a05
commit 090e1b845f
9 changed files with 82 additions and 6 deletions

View File

@@ -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);