This is the first push to this repo with my dotfiles
[dotfilesold/.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   "keyBinding": {
18     // for example: 
19     // "Always on Top": "Ctrl+Shift+P"
20   },
21
22   "monocolorEmoji": false, //default false. Only work for Windows
23   "autoSaveTimer" : 3, // Deprecidated, Typora will do auto save automatically. default 3 minutes
24   "maxFetchCountOnFileList": 500,
25   "flags": [] // default [], append Chrome launch flags, e.g: [["disable-gpu"], ["host-rules", "MAP * 127.0.0.1"]]
26 }