Some settings are hidden from the preferences panel and store into aconfig.user.json config file. You can open it fromPreferences Panel →General →Advanced Settings →Open Advanced Settings. If you do not have any application bond to the.json extension, Typora will just open the folder contains that file, you can open and edit the file with any text editor.
You can edit the advanced setting file (config.user.json) with any code editor or. text editor. The file is formatted inJSON, but supports// comments.
After save and restart Typora, your modifications are applied.
You can revert your changes by delete the file, or clickReset Advanced Settings inPreferences Panel →General →Advanced Settings.
A proper json file is:
defaultFontFamilyFor example, if yourcustom CSS contains CSS styles likep {font-family: sans-serif}, then the value ofsansSerif underdefaultFontFamily is chosen.
You can enable “auto hide menubar” by setting"autoHideMenuBar": false.
When enabled, the menubar is hidden, and you can toggle it is shown or hidden by pressalt key.
searchServicePlease referAdd Search Service.
keyBindingPlease referChange Shortcut Keys on Windows / Linux.
monocolorEmojiWhen set totrue, emojis will be in same color with your normal text on Windows. By default, emojis are colorful like your iOS or Android devices.
Theflags property stores arguments passed when launching Typora, you can refer toLaunch Arguments.