feat(insert time): Add configurable date/time format for Alt+T shortcut

This commit is contained in:
SiriusXT
2025-06-01 15:27:50 +08:00
parent e2ac581b14
commit a8c4b11c9f
8 changed files with 74 additions and 103 deletions

View File

@@ -57,6 +57,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"headingStyle",
"autoCollapseNoteTree",
"autoReadonlySizeText",
"customDateTimeFormat",
"autoReadonlySizeCode",
"overrideThemeFonts",
"dailyBackupEnabled",
@@ -90,7 +91,6 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"redirectBareDomain",
"showLoginInShareTheme",
"splitEditorOrientation",
"customDateTimeFormatString",
// AI/LLM integration options
"aiEnabled",