Commit graph

160 commits

Author SHA1 Message Date
Wes Cossick e32fe3f91c Update how to install 2017-05-17 13:02:19 -05:00
Wes Cossick 2623a5e689 Fix typo in README with missing colons 2017-04-25 15:40:05 -05:00
Wes Cossick f9b7a984b2 Document new promptTexts option in README 2017-04-25 15:39:53 -05:00
Tsubasa c6483297f7 Add the example non-default usage for syncSideBySidePreviewScroll
option.
2017-03-02 10:43:41 +09:00
Tsubasa 5d1648a510 Rename syncPreviewSideScroll to syncSideBySidePreviewScroll 2017-03-02 10:30:05 +09:00
Tsubasa 775e448518 Allow to disable syncing scroll in side-by-side mode via options 2017-02-25 12:44:45 +09:00
Wes Cossick 6065d3e089 Update README.md 2016-10-25 14:29:31 -05:00
Wes Cossick e747b053dc Update README.md 2016-10-25 14:29:10 -05:00
Wes Cossick 63d1621a20 Tweak wording of hljs option 2016-07-25 18:22:35 -05:00
Simon a987a8bb64 Added a parameter to pass in highlight.js in from the renderConfig
Previously, if you wanted to use highlight.js to render the preview, you had to have hljs on the window object. In practice, this is poor and negates many of the
principles behind using Browserify. By injecting it in as a parameter, this means the client can avoid adding things to their global scope if they don't/can't
avoid that.

This is a non-breaking change, only adding a new option to an existing API. The default behaviour is unchanged
2016-07-25 12:24:03 +01:00
Wes Cossick 1872a278c6 Tweak wording for minHeight setting 2016-07-10 13:07:00 -05:00
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 2016-07-08 15:31:30 +02:00
Wes Cossick 5081e100a6 Tweak README wording 2016-06-22 13:00:10 -05:00
Josh Schonstal b0b2f1d4a3
Allow user to configure marked options 2016-06-22 09:36:09 -07:00
Wes Cossick 7dc2a8f7fe Revert "Revert this"
This reverts commit 021e705242.
2016-06-07 22:46:19 -05:00
Wes Cossick 021e705242 Revert this 2016-06-07 22:46:15 -05:00
Wes Cossick c949cad2d8 Update URLs; prefer SSL 2016-06-07 21:33:34 -05:00
Wes Cossick b6b1f7c1ef Merge pull request #304 from bbemis017/readmeError
Readme error
2016-04-22 18:56:43 -05:00
Benjamin Bemis d9d0cd50d5 Fixed Syntax Error in readme file 2016-04-22 19:38:20 -04:00
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