Commit Graph

160 Commits (70236ba68ec75c64b25ea6688068ecbd1f3f430f)

Author SHA1 Message Date
Wes Cossick e32fe3f91c Update how to install 7 years ago
Wes Cossick 2623a5e689 Fix typo in README with missing colons 7 years ago
Wes Cossick f9b7a984b2 Document new `promptTexts` option in README 7 years ago
Tsubasa c6483297f7 Add the example non-default usage for syncSideBySidePreviewScroll
option.
7 years ago
Tsubasa 5d1648a510 Rename syncPreviewSideScroll to syncSideBySidePreviewScroll 7 years ago
Tsubasa 775e448518 Allow to disable syncing scroll in side-by-side mode via options 7 years ago
Wes Cossick 6065d3e089 Update README.md 8 years ago
Wes Cossick e747b053dc Update README.md 8 years ago
Wes Cossick 63d1621a20 Tweak wording of hljs option 8 years ago
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
8 years ago
Wes Cossick 1872a278c6 Tweak wording for minHeight setting 8 years ago
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 8 years ago
Wes Cossick 5081e100a6 Tweak README wording 8 years ago
Josh Schonstal b0b2f1d4a3
Allow user to configure marked options 8 years ago
Wes Cossick 7dc2a8f7fe Revert "Revert this"
This reverts commit 021e705242.
8 years ago
Wes Cossick 021e705242 Revert this 8 years ago
Wes Cossick c949cad2d8 Update URLs; prefer SSL 8 years ago
Wes Cossick b6b1f7c1ef Merge pull request #304 from bbemis017/readmeError
Readme error
8 years ago
Benjamin Bemis d9d0cd50d5 Fixed Syntax Error in readme file 8 years ago
Wes Cossick 4ec9ab8be0 Tweak documentation for styleSelectedText 8 years ago
Wes Cossick 6ed8344248 Fix documentation for styleSelectedText 8 years ago
Kasparas Galdikas 490e57ded1 Added mark-selection plugin from CodeMirror with config option on simplemde 8 years ago
Wes Cossick 711af1b472 Merge pull request #264 from NextStepWebs/pr/256
Pull request #256 remove conflicts
8 years ago
Wes Cossick 787ed40fe6 Update URLs to use SimpleMDE.com 8 years ago
Curtis Badke ecff05833b Add forceSync to non-default options listing. 8 years ago
Curtis Badke 20f5b54a46 Fix naming and style based on feedback
* forceSynch -> forceSync
* change documentation description
8 years ago
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
8 years ago
Wes Cossick 71d979ad61 Use SSL URLs 8 years ago
Wes Cossick 56705bfd20 Tweak wording in README 8 years ago
Laszlo Moczo 5a53199586 Optional prompt windows to Link and Image 8 years ago
Laszlo Moczo eb568ddbde Merge remote-tracking branch 'NextStepWebs/development' into development 8 years ago
Dave Brondsema bce5372947 Context aware code button to handle toggling on and off code blocks and inline code markup 8 years ago
Laszlo Moczo 26519235c6 Optional prompt windows to Link and Image
Optional prompt windows to Link and Image
8 years ago
trwired fd8e6a7825 Allow reverting back to the initial textarea (fixes #142) 8 years ago
Wes Cossick d1445222aa Remove "What's Changed" secion, Reword "How it works" 8 years ago
Wes Cossick 4b75a4e38e Tweak README for the last time 8 years ago
Wes Cossick cc4cd7acdd Tweak wording some more 8 years ago
Wes Cossick 1e51e98649 Tweak status bar wording 8 years ago
Wes Cossick 6b6bb408cf Refactor custom status bar items 8 years ago
Ryan Graham 7904c44036 Updated README to explain statusCustom support 8 years ago
trwired 131e5d8beb Included info on configuring and using custom keyboard shortcuts 8 years ago
Adam Misiorny 8469cbc839 add clean block feature 8 years ago
Adam Misiorny 95cfe5a353 change spaces to tab 9 years ago
Adam Misiorny c92f4e3bd3 change single quotes to double quotes 9 years ago
Adam Misiorny f891cfb787 add placeholder option 9 years ago
Wes Cossick 4eec6e6e3a Document showIcons; Tweak other wording 9 years ago
Wes Cossick 169752eb9d More clearly document custom button code 9 years ago
Wes Cossick 170cbd0b2f Merge pull request #185 from adam187/feature/block-styles
add ability to set up markup for bold and italic
9 years ago
Wes Cossick b4ee8a06e4 Fix small typo 9 years ago
Adam Misiorny e7c45cfeec Update README.md 9 years ago