2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-01 23:24:28 -06:00

1203 Commits

Author SHA1 Message Date
Wes Cossick
d13b3d51cd Rebuild project 2015-09-25 15:21:39 -05:00
Wes Cossick
a93f7a2570 New hide icons option 2015-09-24 15:03:20 -05:00
Wes Cossick
0b48f1dc01 Remove tab list addon from gulp file 2015-09-21 11:48:37 -05:00
Wes Cossick
e18beb56f7 Remove debug output 2015-09-19 20:43:20 -05:00
Wes Cossick
bfda8350ae Auto download Font Awesome 2015-09-19 20:42:20 -05:00
Wes Cossick
c6e3a4bf55 Update to 1.7.2 and rebuild 2015-09-18 10:57:29 -05:00
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
1.7.1
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
1.7.0
2015-09-02 10:31:16 -05:00