feat: add line height & font size settings for plaintext editor (#1700)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PrefKey, CollectionSort, NewNoteTitleFormat } from '@standardnotes/models'
|
||||
import { PrefKey, CollectionSort, NewNoteTitleFormat, EditorLineHeight, EditorFontSize } from '@standardnotes/models'
|
||||
|
||||
export const PrefDefaults = {
|
||||
[PrefKey.TagsPanelWidth]: 220,
|
||||
@@ -8,6 +8,8 @@ export const PrefDefaults = {
|
||||
[PrefKey.EditorMonospaceEnabled]: true,
|
||||
[PrefKey.EditorSpellcheck]: true,
|
||||
[PrefKey.EditorResizersEnabled]: true,
|
||||
[PrefKey.EditorLineHeight]: EditorLineHeight.Normal,
|
||||
[PrefKey.EditorFontSize]: EditorFontSize.Normal,
|
||||
[PrefKey.SortNotesBy]: CollectionSort.CreatedAt,
|
||||
[PrefKey.SortNotesReverse]: false,
|
||||
[PrefKey.NotesShowArchived]: false,
|
||||
|
||||
Reference in New Issue
Block a user