Commit Graph

242 Commits (cc0c211759b9af5c1339ed39d4e8496f817b8d2c)

Author SHA1 Message Date
Wes Cossick de7c68b9e5 Merge pull request #517 from boristhuy/boristhuy-css-modifications
[#493] Fix wrapping issues in live preview and Side By Side
7 years ago
Tsubasa 775e448518 Allow to disable syncing scroll in side-by-side mode via options 7 years ago
Luca Zeug 18f8256a4a Fix toggleFullscreen() if icon is hidden 7 years ago
James Sinclair 4bf96ffd32 Addressing accessibility issues with using links instead of buttons. 7 years ago
Konrad Mohrfeldt 125200fb35 allow promptTexts to be translated via options 7 years ago
Boris Thuy 7fa15473ad Added word-wrap property to CodeMirror class
(Absurdly) long words would cause the live preview to scroll indefinitely on the x-axis. Adding a word-wrap property to the CodeMirror class and setting its value to break-word seems to fix this issue.
7 years ago
Boris Thuy 20eb8d6da8 Added word-wrap to editor-preview-side class
The editor preview side currently scrolls indefinitely on the x-axis with (absurdedly) long words. Adding a word-wrap property and set it to break-word seems to fix the issue.
7 years ago
Boris Thuy f5c62f70e8 Added box-sizing to the CodeMirror class
The editor view in Side By Side does not wrap lines properly (ie. they sometimes overflow beneath the live preview). Adding box-sizing property seems to fix this issue.
7 years ago
Mummakill b9071f0c91 Fix multiline numbered list function 8 years ago
Wes Cossick b5407e01e0 Fix typo in code 8 years ago
Wes Cossick 7e58a01a35 Merge pull request #404 from hansottowirtz/fix_399
Fix preview not rerendering when setting value
8 years ago
Hans Otto Wirtz 568da438c6 Fix preview not rerendering when setting value 8 years ago
Wes Cossick c2ca78c46b Rebuild project 8 years ago
Wes Cossick a1fd3255f9 Merge pull request #395 from lukasz89/togglelists
Fix lists exchanges
8 years ago
Lukasz Ostrowski d44eea64e3 commit dist files 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
Lukasz Ostrowski 6787ae706e list toggle fix 8 years ago
Lukasz Ostrowski 61991d1e7d list toggle fix 8 years ago
Lukasz Ostrowski c849cc95b2 list toggle 8 years ago
Wes Cossick 580a4b0286 Merge pull request #382 from jonatanklosko/issue-98
Fix bug with inserting links and undoing things.
8 years ago
Jonatan Kłosko 6250a7d7e7 Fix bug with inserting links and undoing things. 8 years ago
Wes Cossick 7ae3e6517b Merge pull request #378 from gaetanm/master
Delete editor right border + its radius in full screen mode
8 years ago
Gaëtan Masson 8c9667980c Delete editor right border + its radius in full screen mode 8 years ago
Jonatan Kłosko 517d5ee249 Add an option indicating a minimal height of the editable area. 8 years ago
Josh Schonstal b0b2f1d4a3
Allow user to configure marked options 8 years ago
Wes Cossick 487ff36385 Rebuild project 8 years ago
Wes Cossick d963582f16 Fix line and word count on init (#299) 8 years ago
Wes Cossick 69bff3ed78 Fix CodeMirror bug with init text (#344) 8 years ago
Wes Cossick b4d4e89129 Fix selection bug when toggling between side-by-side (#309) 8 years ago
Wes Cossick c8f23a3aa9 Clean up build process, Use new CodeMirror Spell Checker 8 years ago
Wes Cossick 51ef0cd81d Merge pull request #351 from amka/patch-2
Add support for count Cyrillic words
8 years ago
Andrey M bd33cd3c2b Add support for count Cyrillic words
Add unicode range for Cyrillic characters
8 years ago
Jason Butz 7187fb26fb Adjust whitespace characters 8 years ago
Jason Butz f21cca3068 Prevent onclick event from bubbling 8 years ago
Wes Cossick e72e51c94f Merge pull request #297 from prostoandrei/development
Fix #286
8 years ago
andrey.vaganov fe1318dd39 fix issue #286 8 years ago
Kasparas Galdikas 490e57ded1 Added mark-selection plugin from CodeMirror with config option on simplemde 8 years ago
Kasparas Galdikas be3fbf15b5 Removed console.log left overs 8 years ago
Wes Cossick 24ec612c44 Fix linting and update dependencies 8 years ago
Wes Cossick 747b3ef065 Rebuild project 8 years ago
Wes Cossick 26391efa26 Better localStorage detection 8 years ago
Wes Cossick 711af1b472 Merge pull request #264 from NextStepWebs/pr/256
Pull request #256 remove conflicts
8 years ago
Wes Cossick 1a79eefadb Hide trailing separators respects hidden icons 8 years ago
Wes Cossick 6bda28300d Fix single line breaks bug 8 years ago
Wes Cossick 787ed40fe6 Update URLs to use SimpleMDE.com 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
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 2c09c829ee When selecting lines within a fenced block, check if selection reaches a fenced line 8 years ago
Dave Brondsema 5e204ae66e Update token state checking to work when spellcheck is on 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
trwired da5e309ffe fixes #196 8 years ago
Wes Cossick 3da94ef677 Better separator display/hide logic 8 years ago
Wes Cossick 6b6bb408cf Refactor custom status bar items 8 years ago
Wes Cossick f1865e5536 Update version and rebuild project 8 years ago
Ryan Graham 7bc2cb3c41 Add support for custom options in status bar 8 years ago
Adam Misiorny 62caea601e improve get state, add public getter 8 years ago
Wes Cossick 7aedb8623a Fix options undefined bug when clearing autosave value
Occurred when the autosave option was not present and a user tried to clear the autosaved value.
8 years ago
trwired 131e5d8beb Included info on configuring and using custom keyboard shortcuts 8 years ago
trwired b61c64d63c Resolved merge conflict with upstream 8 years ago
Wes Cossick eccfbe5f20 Merge pull request #224 from adam187/feature/clean-block
Clean block feature
8 years ago
Adam Misiorny 664c081876 cs fixes 8 years ago
Adam Misiorny 144d724a41 update clean block pattern 8 years ago
Adam Misiorny 8469cbc839 add clean block feature 8 years ago
Igor Kalat 16042564a1 Gives users the ability to change editor's keyboard shortcuts 8 years ago
Wes Cossick 2bac0bbcec Merge pull request #220 from adriaanzon/development
Fix table spacing
8 years ago
adriaanzon aa2ebfe983 Fix table spacing
Removed an extra space that caused the tables to be wrongly aligned, when the table button was pressed.
8 years ago
Jamie Wohletz 2f24d571b0 Undo + Redo buttons are no longer added by default 8 years ago
Jamie Wohletz 68be24121f Added undo and redo buttons to toolbar 8 years ago
Wes Cossick 0ce602f68d Merge pull request #211 from 7upcat/master
Fix #206 added useSideBySideListener
8 years ago
7cat 9fb97e0d5e Fix #206 added useSideBySideListener 8 years ago
7cat e27a0933a3 Added useSideBySideListener avoid duplicate cm update 8 years ago
7cat e96fddffcb Update simplemde.js 8 years ago
郑哲明 4fe8ad6cdf Fix bug related with issue #206
When user click 'toggleSideBySide'  button will always register a new
'update' listener .Modify the logic if toggle on register a listener  if
toggle off  remove the listener.
8 years ago
Wes Cossick e89b0e4049 Merge pull request #207 from vladson/master
Add characters count to status bar.
8 years ago
Vladislav Bogomolov 6c61b1a4aa Add characters count to status bar. 8 years ago
郑明明 b9f77e0bea Adding support for asciidoctor
A editor that can edit asciidoctor online .....
It seems the performance of the editor is not good.
9 years ago
Adam Misiorny 3178aab2cb add styling for placeholder element 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 d30d9b7d00 Fix initial value overwriting autosaved value 9 years ago
Wes Cossick 36f97604f4 Refactor default toolbar organization; Allow showIcons setting (#170) 9 years ago
Wes Cossick 4dbe95fe80 Fixes #163 where tabbing through form would land on icons 9 years ago
Wes Cossick 17dad384bc Fix #166, z-index inconsistencies causing scroll issues 9 years ago
Wes Cossick 396de5f46c Fix #167 where escape key wouldn't always work 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
Adam Misiorny 54fa76d798 update condition 9 years ago
Adam Misiorny abedc7371d add ability to set up markup for bold and italic 9 years ago
Adam Misiorny c7c940c614 fix condition for checking unique_id in autosave option when autosave is not defined 9 years ago
Qumber 342e853c19 Added support for tables 9 years ago
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_”
9 years ago
Wes Cossick 52ed959be9 Change unique_id to uniqueId 9 years ago
Wes Cossick 90733ec404 Fix autosave briefly losing saved value 9 years ago
Wes Cossick becd1317ff Trigger Travis CI build with small change 9 years ago
Wes Cossick adda6665c1 Update simplemde.js 9 years ago
Wes Cossick a98665a0a7 Merge branch 'master' into development 9 years ago
Wes Cossick 2c77d032e6 Force lint error to test Travis CI 9 years ago