Merge remote-tracking branch 'origin/develop' into feature/trilium_next_theme

This commit is contained in:
Elian Doran
2024-11-23 16:27:55 +02:00
21 changed files with 420 additions and 185 deletions

View File

@@ -133,7 +133,9 @@ const defaultOptions: DefaultOption[] = [
{ name: "codeBlockWordWrap", value: "false", isSynced: true },
// Text note configuration
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true }
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true },
{ name: "layoutOrientation", value: "vertical", isSynced: false }
];
/**