forked from timlockridge/SublimeEvernote
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Evernote.sublime-settings
36 lines (36 loc) · 1.89 KB
/
Evernote.sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
// inline_css is documented at https://github.com/bordaigorl/sublime-evernote/wiki/Styling
"inline_css": {
"body": "",
"pre": "color: #000000; font-family: monospace,monospace; font-size: 0.9em; white-space: pre-wrap; word-wrap: break-word; border: 1px solid #cccccc; border-radius: 3px; overflow: auto; padding: 6px 10px; margin-bottom: 10px;",
"code": "color: black; font-family: monospace,monospace; font-size: 0.9em;",
"inline-code": "color: #000000; font-family: monospace,monospace; padding: 0.1em 0.2em; margin: 0.1em; font-size: 85%; background-color: #F5F5F5; border-radius: 3px; border: 1px solid #cccccc;",
"h1": "margin-bottom: 1em; margin-top: 1.2em;",
"footnotes": "border-top: 1px solid #9AB39B; font-size: 80%;",
"hr": "color:#9AB39B;background-color:#9AB39B;height:1px;border:none;",
"sup": "color:#6D6D6D;font-size:1ex",
"blockquote": "border-left: .5ex solid #BFBFBF; margin-left: 0px; padding-left: 1em; margin-top: 1.4285em; margin-bottom: 1.4285em;",
// ONLY USED IF wiki_tables or gfm_tables are enabled
"table": "border-collapse: collapse; border-spacing: 0; margin: 1em;",
"td": "border: 1px solid #DDD; padding: 6px 13px;",
"th": "border: 1px solid #DDD; padding: 6px 13px;",
"tr:odd": "border: 1px solid #DDD; padding: 6px 13px;",
"tr:even": "border: 1px solid #DDD; padding: 6px 13px; background-color: #F8F8F8;"
},
"code_highlighting_style": "github",
"code_friendly": true,
"gfm_tables": true,
"wiki_tables": false,
"emphasis_mark": "_",
"strong_mark": "**",
"item_mark": "*",
"notes_order": "updated",
"max_notes": 100,
"update_on_save": false,
"evernote_autocomplete": true,
"sort_notebooks": false,
"show_stacks": true,
"open_single_result": true,
"tab_prefix": "Evernote: ",
"warn_on_close": true
}