mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(insert time): Add configurable date/time format for Alt+T shortcut
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user