.gitignore added
[dotfiles/.git] / .config / Typora / conf / conf.default.json
1 /** For advanced users. */
2 {
3   "defaultFontFamily": {
4     "standard": null, //String - Defaults to "Times New Roman".
5     "serif": null, // String - Defaults to "Times New Roman".
6     "sansSerif": null, // String - Defaults to "Arial".
7     "monospace": null // String - Defaults to "Courier New".
8   },
9   "autoHideMenuBar": false, //Boolean - Auto hide the menu bar unless the `Alt` key is pressed. Default is false.
10
11   // Array - Search Service user can access from context menu after a range of text is selected. Each item is formatted as [caption, url]
12   "searchService": [
13     ["Search with Google", "https://google.com/search?q=%s"]
14   ],
15
16   // Custom key binding, which will override the default ones.
17   // see https://support.typora.io/Shortcut-Keys/#windows--linux for detail
18   "keyBinding": {
19     // for example: 
20     // "Always on Top": "Ctrl+Shift+P"
21     // All other options are the menu items 'text label' displayed from each typora menu
22   },
23
24   "monocolorEmoji": false, //default false. Only work for Windows
25   "maxFetchCountOnFileList": 500,
26   "flags": [] // default [], append Chrome launch flags, e.g: [["disable-gpu"], ["host-rules", "MAP * 127.0.0.1"]]
27 }