Commit graph

297 commits

Author SHA1 Message Date
Wes Cossick 54f80c1f0f Remove mention of fencedCodeBlocks option (will not work) 2015-09-18 10:57:15 -05:00
Wes Cossick 589386dc8a Fix URL matching RegEx 2015-09-18 10:57:02 -05:00
Wes Cossick 57fcf521a0 Merge pull request #107 from NextStepWebs/development
Custom preview rendering, Loads of bug fixes
2015-09-17 01:21:32 -05:00
Wes Cossick cd17552bf6 Merge pull request #102 from arduanov/patch-2
Fix autosave
2015-09-17 01:06:10 -05:00
Wes Cossick 263827a690 Combine columns to prevent wrapping 2015-09-17 01:01:28 -05:00
Wes Cossick f96ca0ecfa Rearrange options alphabetically 2015-09-17 00:57:03 -05:00
Wes Cossick 90d7bcce7e Compile distribution file 2015-09-17 00:53:13 -05:00
Wes Cossick 3dcb71e880 Update gulpfile.js to wait for downloads 2015-09-17 00:53:05 -05:00
Wes Cossick 1762dea647 More defensive coding for #91 2015-09-17 00:43:49 -05:00
Wes Cossick e6ab126431 Fix Esc key not exiting full screen properly; Fixes #99 2015-09-17 00:42:31 -05:00
Wes Cossick 2f6af67480 parsingConfig documentation 2015-09-17 00:40:57 -05:00
Wes Cossick 53910de1f9 Re-add paper theme 2015-09-16 23:20:37 -05:00
Wes Cossick 32cab53986 Merge pull request #103 from brondsem/getstate_code
Add getState() support for code
2015-09-14 13:28:48 -05:00
Dave Brondsema ab83c5a5f6 Add getState() support for code (and yes, CodeMirror intenrally labels it as "comment") 2015-09-14 18:16:58 +00:00
arduanov 23359590df Fix autosave
After submit form with autosave we have emty string in local storage.
We won't set empty string instead of default form content.
2015-09-14 11:46:22 +05:00
Wes Cossick 1c369a3cc9 Dist file update 2015-09-12 02:22:54 -05:00
Wes Cossick 5ff5766ea6 Add parsingConfig option, TODO document 2015-09-12 02:03:49 -05:00
Wes Cossick 7f4491edee Merge proposed PRs for CodeMirror 2015-09-12 02:03:49 -05:00
Wes Cossick f77dbc6aab Update/download dependencies 2015-09-12 02:03:49 -05:00
Wes Cossick c9db36af67 gulp.js now auto downloads dependencies 2015-09-12 02:03:49 -05:00
Wes Cossick 2fd52aa629 Merge pull request #93 from brondsem/start_end_same
Don't increment both start and end points if they are the same object
2015-09-10 17:11:38 -05:00
Dave Brondsema 646002bff7 Don't increment both start and end points if they are the same object (e.g. no selection) 2015-09-10 21:54:41 +00:00
Wes Cossick 98aa67881d Fix error found in #91 2015-09-10 01:29:00 -05:00
Wes Cossick f14c5f446f previewRender now supports async too 2015-09-05 14:28:50 -05:00
Wes Cossick 08c9d89662 Fix toolbar height again 2015-09-05 14:17:59 -05:00
Wes Cossick 4213ec606a Fix toolbar height bug in fullscreen 2015-09-05 14:13:41 -05:00
Wes Cossick b4dc058bc0 Convert ' to " 2015-09-04 10:32:47 -05:00
Wes Cossick 83718f7f99 Merge pull request #84 from LulzAugusto/ReadmeImprovements
Readme improvements
2015-09-04 10:32:24 -05:00
Luiz Augusto Crisostomo de01fb33bc Fixed "numbered-list" name. Added a hint about how to programmatically set the value. 2015-09-04 10:56:10 -03:00
Wes Cossick 06134ae5ef Link to npm page 2015-09-03 18:09:00 -05:00
Wes Cossick cb13106671 Update version number on dist files 2015-09-03 18:06:14 -05:00
Wes Cossick 7223c32ce8 1.7.1 2015-09-03 18:04:10 -05:00
Wes Cossick 6c5a0dbc67 Regenerate dist files 2015-09-03 18:01:47 -05:00
Wes Cossick 8dd6262274 Simplified previewRender option 2015-09-03 17:59:50 -05:00
Wes Cossick 2737ab0808 Make README more clear 2015-09-03 17:40:28 -05:00
Wes Cossick d4e5b77a8f Updates to custom preview rendering, Gulp dist files 2015-09-03 17:37:44 -05:00
Wes Cossick eec0f55969 Merge pull request #82 from brondsem/pluggable_preview_func
Make preview rendering be customizable
2015-09-03 17:09:05 -05:00
Dave Brondsema 03aa254d99 Add preview_render README example js 2015-09-03 19:39:18 +00:00
Wes Cossick e291f79bd2 Merge pull request #83 from brondsem/no_active_style_when_toolbar_disabled
Negate the active styling of buttons when in preview mode
2015-09-03 12:49:09 -05:00
Dave Brondsema fe1f2a8d4f Negate the active styling of buttons when in preview mode 2015-09-03 17:27:49 +00:00
Dave Brondsema f0f496ae92 Make preview rendering be customizable 2015-09-02 20:43:46 +00:00
Wes Cossick 4240da87c0 Merge pull request #81 from NextStepWebs/development
Document npm install in README
2015-09-02 10:50:32 -05:00
Wes Cossick 6389777c30 Document npm install in README 2015-09-02 10:50:10 -05:00
Wes Cossick fbf4af9c73 Merge pull request #80 from NextStepWebs/development
New side-by-side previewing, Better line break handling, Heading icon improvements, New icons, Mobile improvements
2015-09-02 10:31:16 -05:00
Wes Cossick 8ed562431a Compress and prettify 2015-09-02 10:23:15 -05:00
Wes Cossick 35afb015a3 Mobile: Should prevent scroll behind fullscreen 2015-09-02 01:21:48 -05:00
Wes Cossick e9d4205731 Mobile: Fade edges of fullscreen toolbar 2015-09-02 01:09:02 -05:00
Wes Cossick 8c32586d73 Mobile: Hide side-by-side preview 2015-09-02 00:46:23 -05:00
Wes Cossick d74bf5def3 Recompile and prettify 2015-09-01 22:38:00 -05:00
Wes Cossick eb1a43e91c Update preview image again 2015-09-01 22:36:05 -05:00