forked from timlockridge/SublimeEvernote
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from bordaigorl/devel
Changes for v2.6.0
- Loading branch information
Showing
10 changed files
with
442 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,34 @@ | ||
{ | ||
// inline_css is documented at https://github.com/bordaigorl/sublime-evernote/wiki/Styling | ||
"inline_css": { | ||
"pre": "color: #000000; font-family: monospace,monospace; font-size: 0.9em; white-space: pre-wrap; word-wrap: break-word; background-color: #f8f8f8; border: 1px solid #cccccc; border-radius: 3px; overflow: auto; padding: 6px 10px; margin-bottom: 10px;", | ||
"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 = true | ||
// 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 | ||
"show_stacks": true, | ||
"open_single_result": true, | ||
"warn_on_close": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.