Movatterモバイル変換


[0]ホーム

URL:


Advanced Settings File for Windows / Linux

Published
·
Updated
·
Author
·
typora.io

Summary

Open Advanced Config File

Some settings are hidden from the preferences panel and store into aconfig.user.json config file. You can open it fromPreferences PanelGeneralAdvanced SettingsOpen 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.

Edit Advanced Setting

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 PanelGeneralAdvanced Settings.

Proper JSON Format

A proper json file is:

Settings

defaultFontFamily

For example, if yourcustom CSS contains CSS styles likep {font-family: sans-serif}, then the value ofsansSerif underdefaultFontFamily is chosen.

Auto Hide Menubar

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.

searchService

Please referAdd Search Service.

keyBinding

Please referChange Shortcut Keys on Windows / Linux.

monocolorEmoji

When 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.

Launch Flags

Theflags property stores arguments passed when launching Typora, you can refer toLaunch Arguments.


[8]ページ先頭

©2009-2025 Movatter.jp