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

141 Commits

Author SHA1 Message Date
Wes Cossick
4ec9ab8be0 Tweak documentation for styleSelectedText 2016-04-09 21:18:03 -05:00
Wes Cossick
6ed8344248 Fix documentation for styleSelectedText 2016-04-09 21:17:07 -05:00
Kasparas Galdikas
490e57ded1 Added mark-selection plugin from CodeMirror with config option on simplemde 2016-03-25 15:56:44 +00:00
Wes Cossick
711af1b472 Merge pull request #264 from NextStepWebs/pr/256
Pull request #256 remove conflicts
2016-02-25 15:07:33 -06:00
Wes Cossick
787ed40fe6 Update URLs to use SimpleMDE.com 2016-02-25 14:17:41 -06:00
Curtis Badke
ecff05833b Add forceSync to non-default options listing. 2016-02-12 11:17:43 -07:00
Curtis Badke
20f5b54a46 Fix naming and style based on feedback
* forceSynch -> forceSync
* change documentation description
2016-02-10 13:01:22 -07:00
Curtis Badke
0fb087ca38 Add forceSynch option which will autosave to textarea.
Since this is built on CodeMirror I opted to use CodeMirror's save
behaviour rather than pulling the value and stomping on the textarea's
innerHtml.

Fixes #193
2016-02-10 03:56:39 -07:00
Wes Cossick
71d979ad61 Use SSL URLs 2016-01-27 11:26:19 -06:00
Wes Cossick
56705bfd20 Tweak wording in README 2016-01-26 10:43:25 -06:00
Laszlo Moczo
5a53199586 Optional prompt windows to Link and Image 2016-01-26 10:39:27 +01:00
Laszlo Moczo
eb568ddbde Merge remote-tracking branch 'NextStepWebs/development' into development 2016-01-26 10:22:09 +01:00
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
Laszlo Moczo
26519235c6 Optional prompt windows to Link and Image
Optional prompt windows to Link and Image
2016-01-25 14:14:46 +01: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