diff --git a/bower.json b/bower.json index 8793adbd..7b42d98a 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "version": "2.3.3", "description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.", "dependencies": { - "bootstrap": "3.0.0", + "bootstrap": "~3.0.2", "jquery": "2.0.3", "underscore": "1.5.1", "requirejs": "~2.1.8", @@ -30,6 +30,7 @@ "lz-string": "git@github.com:pieroxy/lz-string.git" }, "resolutions": { - "jquery": "2.0.3" + "jquery": "2.0.3", + "bootstrap": "~3.0.2" } } diff --git a/img/stackedit-128.png b/img/stackedit-128.png index bcb4ada2..7d4913a4 100644 Binary files a/img/stackedit-128.png and b/img/stackedit-128.png differ diff --git a/img/stackedit-16.png b/img/stackedit-16.png index 34e825ea..29b31775 100644 Binary files a/img/stackedit-16.png and b/img/stackedit-16.png differ diff --git a/img/stackedit-32.png b/img/stackedit-32.png index 9837a534..08b04d09 100644 Binary files a/img/stackedit-32.png and b/img/stackedit-32.png differ diff --git a/img/stackedit-64.png b/img/stackedit-64.png index db5ad961..55708127 100644 Binary files a/img/stackedit-64.png and b/img/stackedit-64.png differ diff --git a/public/res-min/img/stackedit-32.ico b/public/res-min/img/stackedit-32.ico index 1be5a39a..4a8562b3 100644 Binary files a/public/res-min/img/stackedit-32.ico and b/public/res-min/img/stackedit-32.ico differ diff --git a/public/res/core.js b/public/res/core.js index 2e2a9479..71dd0122 100644 --- a/public/res/core.js +++ b/public/res/core.js @@ -304,8 +304,8 @@ define([ livePaneResizing: true, enableCursorHotkey: false, resizerDblClickToggle: false, - north__spacing_open: 0.001, - north__spacing_closed: 0.001, + north__spacing_open: 1, + north__spacing_closed: 1, spacing_open: 35, spacing_closed: 35, togglerLength_open: 60, diff --git a/public/res/extensions/spellCheck.js b/public/res/extensions/spellCheck.js index f32b7a1e..d64c53cb 100644 --- a/public/res/extensions/spellCheck.js +++ b/public/res/extensions/spellCheck.js @@ -125,7 +125,7 @@ define([ } }); markers = savedMarkers; - timeoutId = setTimeout(check, 700); + timeoutId = setTimeout(check, 2000); } /* diff --git a/public/res/extensions/welcomeTour.js b/public/res/extensions/welcomeTour.js index 936903da..e4298741 100644 --- a/public/res/extensions/welcomeTour.js +++ b/public/res/extensions/welcomeTour.js @@ -57,7 +57,7 @@ define([ title: 'Toggle document', content: [ '

Click the Select document button to switch to another document.

', - 'NOTE: Use Ctrl+[ and Ctrl+] shortcuts to toggle quickly.' + 'Use Ctrl+[ and Ctrl+] shortcuts to toggle quickly.' ].join(""), placement: 'left', reflex: true, @@ -75,14 +75,14 @@ define([ { element: '#extension-buttons .button-synchronize', title: 'Synchronize', - content: '

Once imported/exported, use the Synchronize button to force the synchronization (this is done automatically every 3 minutes).

', + content: '

Once imported or exported, use the Synchronize button to force the synchronization

This is done automatically every 3 minutes.', placement: 'bottom', reflex: true, }, { element: '#extension-buttons .button-publish', - title: 'Update publications', - content: 'Once published, use the Publish button to update your publication.', + title: 'Update publication', + content: 'Once published, use the Publish button to update the publication.', placement: 'bottom', reflex: true, }, @@ -90,7 +90,7 @@ define([ element: '.navbar-inner', title: 'Happy StackWriting!', content: [ - 'Enjoy, and don\'t forget to rate StackEdit on Chrome Web Store.', + 'Enjoy, and don\'t forget to rate StackEdit on Chrome Web Store...', ].join(""), placement: 'bottom', }, diff --git a/public/res/font/OpenSans-Bold.woff b/public/res/font/OpenSans-Bold.woff new file mode 100644 index 00000000..a8b5bc26 Binary files /dev/null and b/public/res/font/OpenSans-Bold.woff differ diff --git a/public/res/font/OpenSans-BoldItalic.woff b/public/res/font/OpenSans-BoldItalic.woff new file mode 100644 index 00000000..6a183381 Binary files /dev/null and b/public/res/font/OpenSans-BoldItalic.woff differ diff --git a/public/res/font/OpenSans-Italic.woff b/public/res/font/OpenSans-Italic.woff new file mode 100644 index 00000000..039a2949 Binary files /dev/null and b/public/res/font/OpenSans-Italic.woff differ diff --git a/public/res/font/OpenSans-Light.woff b/public/res/font/OpenSans-Light.woff new file mode 100644 index 00000000..8025ba6c Binary files /dev/null and b/public/res/font/OpenSans-Light.woff differ diff --git a/public/res/font/OpenSans.woff b/public/res/font/OpenSans.woff new file mode 100644 index 00000000..58e6cb38 Binary files /dev/null and b/public/res/font/OpenSans.woff differ diff --git a/public/res/font/OpenSansLight-Italic.woff b/public/res/font/OpenSansLight-Italic.woff new file mode 100644 index 00000000..c1e29dc5 Binary files /dev/null and b/public/res/font/OpenSansLight-Italic.woff differ diff --git a/public/res/html/bodyIndex.html b/public/res/html/bodyIndex.html index 5e66a0a1..9098a27d 100644 --- a/public/res/html/bodyIndex.html +++ b/public/res/html/bodyIndex.html @@ -45,7 +45,7 @@