Merge remote-tracking branch 'origin/develop' into feature/extend-kept-html-tags

; Conflicts:
;	src/routes/api/options.ts
;	src/services/options_init.ts
This commit is contained in:
Elian Doran
2024-11-28 21:56:08 +02:00
102 changed files with 2525 additions and 861 deletions

View File

@@ -137,6 +137,7 @@ const defaultOptions: DefaultOption[] = [
{ name: "textNoteEditorType", value: "ckeditor-balloon", isSynced: true },
// HTML import configuration
{ name: "layoutOrientation", value: "vertical", isSynced: false },
{ name: "allowedHtmlTags", value: JSON.stringify([
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol',
'li', 'b', 'i', 'strong', 'em', 'strike', 's', 'del', 'abbr', 'code', 'hr', 'br', 'div',