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

128 Commits

Author SHA1 Message Date
Dave Brondsema
bce5372947 Context aware code button to handle toggling on and off code blocks and inline code markup 2016-01-25 15:09:30 -05:00
trwired
fd8e6a7825 Allow reverting back to the initial textarea (fixes #142) 2016-01-24 07:29:18 +01:00
Wes Cossick
d1445222aa Remove "What's Changed" secion, Reword "How it works" 2016-01-22 23:39:45 -06:00
Wes Cossick
4b75a4e38e Tweak README for the last time 2016-01-22 14:05:05 -06:00
Wes Cossick
cc4cd7acdd Tweak wording some more 2016-01-22 13:59:40 -06:00
Wes Cossick
1e51e98649 Tweak status bar wording 2016-01-22 13:59:00 -06:00
Wes Cossick
6b6bb408cf Refactor custom status bar items 2016-01-22 13:02:39 -06:00
Ryan Graham
7904c44036 Updated README to explain statusCustom support 2016-01-21 12:13:35 +00:00
trwired
131e5d8beb Included info on configuring and using custom keyboard shortcuts 2016-01-09 10:13:16 +01:00
Adam Misiorny
8469cbc839 add clean block feature 2016-01-08 15:06:41 +01:00
Adam Misiorny
95cfe5a353 change spaces to tab 2015-12-10 22:46:31 +01:00
Adam Misiorny
c92f4e3bd3 change single quotes to double quotes 2015-12-10 07:58:19 +01:00
Adam Misiorny
f891cfb787 add placeholder option 2015-12-09 00:20:42 +01:00
Wes Cossick
4eec6e6e3a Document showIcons; Tweak other wording 2015-12-05 00:37:12 -06:00
Wes Cossick
169752eb9d More clearly document custom button code 2015-12-04 14:31:33 -06:00
Wes Cossick
170cbd0b2f Merge pull request #185 from adam187/feature/block-styles
add ability to set up markup for bold and italic
2015-11-30 11:09:41 -06:00
Wes Cossick
b4ee8a06e4 Fix small typo 2015-11-30 11:07:12 -06:00
Adam Misiorny
e7c45cfeec Update README.md 2015-11-30 17:53:41 +01:00
Adam Misiorny
19463486ef improve readme 2015-11-30 10:24:32 +01:00
Adam Misiorny
abedc7371d add ability to set up markup for bold and italic 2015-11-29 21:31:17 +01:00
Qumber
d850ff7f0c Updated documentation for adding table 2015-11-25 10:07:51 +00:00
Wes Cossick
a64f07e1c3 Autosave improvements (see description)
Checks that localStorage is available for all features, logs error if
not
Added function to clear the autosaved value
Prefixed the autosave localStorage key with “smde_”
2015-11-19 17:22:03 -06:00
Wes Cossick
52ed959be9 Change unique_id to uniqueId 2015-11-19 14:47:15 -06:00
Wes Cossick
69e65ac0d1 Make autosave option more clear 2015-11-03 22:24:28 -06:00
Wes Cossick
2d9e8956a1 REAMDE use double quotes 2015-11-03 11:37:00 -06:00
Wes Cossick
c1c8de5115 Add comment to option demo code 2015-11-03 11:30:09 -06:00
Wes Cossick
fdcd613199 Document new option 2015-11-03 11:28:06 -06:00
Wes Cossick
788f371253 Tweak README wording 2015-11-03 10:51:38 -06:00
Wes Cossick
118a61b0d7 Update README to fix bug 2015-11-03 10:49:15 -06:00
Wes Cossick
55f3c243c8 Syntax highlight code in README 2015-10-20 15:03:43 -05:00
Wes Cossick
efc38f43da Update CodeMirror; Add three state methods 2015-10-20 15:01:14 -05:00
Wes Cossick
6215739a60 Add missing comma to README example code 2015-10-20 11:15:54 -05:00
Wes Cossick
773edca5fa Tweak wording of README 2015-10-20 11:04:24 -05:00
Wes Cossick
5662766c1f Note new ways to install, tweak format and wording 2015-10-20 10:59:35 -05:00
Wes Cossick
8d07c5e7f4 Tweak formatting 2015-09-25 16:48:43 -05:00
Wes Cossick
443a58cc28 New option: renderingConfig which includes syntax highlighting 2015-09-25 16:47:24 -05:00
Wes Cossick
a52a9a0098 Use .no-disable and .no-mobile classes instead of .fa-X classes 2015-09-25 15:56:49 -05:00
Wes Cossick
a93f7a2570 New hide icons option 2015-09-24 15:03:20 -05:00
Wes Cossick
bfda8350ae Auto download Font Awesome 2015-09-19 20:42:20 -05:00
Wes Cossick
54f80c1f0f Remove mention of fencedCodeBlocks option (will not work) 2015-09-18 10:57:15 -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
2f6af67480 parsingConfig documentation 2015-09-17 00:40:57 -05:00
Wes Cossick
f14c5f446f previewRender now supports async too 2015-09-05 14:28:50 -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
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