mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 15:35:51 +02:00
feat(include_note): remember value of box size (closes #1623)
This commit is contained in:
@@ -95,6 +95,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
|
||||
"textNoteEmojiCompletionEnabled",
|
||||
"textNoteCompletionEnabled",
|
||||
"textNoteSlashCommandsEnabled",
|
||||
"includeNoteDefaultBoxSize",
|
||||
"layoutOrientation",
|
||||
"backgroundEffects",
|
||||
"allowedHtmlTags",
|
||||
|
||||
@@ -223,6 +223,7 @@ const defaultOptions: DefaultOption[] = [
|
||||
{ name: "textNoteEmojiCompletionEnabled", value: "true", isSynced: true },
|
||||
{ name: "textNoteCompletionEnabled", value: "true", isSynced: true },
|
||||
{ name: "textNoteSlashCommandsEnabled", value: "true", isSynced: true },
|
||||
{ name: "includeNoteDefaultBoxSize", value: "medium", isSynced: true },
|
||||
|
||||
// HTML import configuration
|
||||
{ name: "layoutOrientation", value: "vertical", isSynced: false },
|
||||
|
||||
Reference in New Issue
Block a user