Jeroen Akkerman
745f38ceda
Guide button should not be disabled when preview is active.
2017-12-04 12:14:28 +01:00
Jeroen Akkerman
24fae9d68f
Changed link and image defaults to https://
2017-12-04 12:10:07 +01:00
Jeroen Akkerman
e45dcec53f
Added newline back to end of file (IDE mistake)
2017-12-04 11:43:05 +01:00
Jeroen Akkerman
7b147b3148
Added FontAwesome 5 compatibility without breaking FontAwesome 4 compatibility.
2017-12-04 11:29:21 +01:00
Jeroen Akkerman
60a4bb6392
Fix linting errors so project actually builds.
2017-12-04 11:16:25 +01:00
Wes Cossick
93e876562f
Merge pull request #520 from stadtgestalten/translatable-prompt-texts
...
allow promptTexts to be translated via options
2017-04-25 11:18:57 -05:00
Wes Cossick
ee11454138
Merge pull request #530 from awjecc/AllowToDisableSyncingScrollViaOptions
...
Allow to disable syncing scroll in side-by-side mode via options
2017-04-25 11:15:25 -05:00
Tsubasa
5d1648a510
Rename syncPreviewSideScroll to syncSideBySidePreviewScroll
2017-03-02 10:30:05 +09:00
Wes Cossick
547ddfd9d5
Merge pull request #532 from stephenoakman/514-mobile-text-selection
...
Defaulting styleSelectedText to false if on a mobile device
2017-03-01 16:07:22 -06:00
Wes Cossick
0b4b70a4a2
Merge pull request #527 from luclu/fix-sideBySide-fullscreen-toggle
...
Fix toggleFullscreen() if icon is hidden
2017-03-01 15:58:02 -06:00
Stephen Oakman
c0dc7abb73
Defaulting styleSelectedText to false if on a mobile device
2017-02-27 12:11:08 +00:00
Tsubasa
775e448518
Allow to disable syncing scroll in side-by-side mode via options
2017-02-25 12:44:45 +09:00
Luca Zeug
18f8256a4a
Fix toggleFullscreen() if icon is hidden
2017-02-22 20:37:52 +01:00
James Sinclair
4bf96ffd32
Addressing accessibility issues with using links instead of buttons.
2017-02-18 07:38:19 +11:00
Konrad Mohrfeldt
125200fb35
allow promptTexts to be translated via options
2017-02-09 17:07:11 +01:00
Mummakill
b9071f0c91
Fix multiline numbered list function
2016-11-23 19:00:34 +02:00
Wes Cossick
b5407e01e0
Fix typo in code
2016-08-04 10:06:19 -05:00
Wes Cossick
7e58a01a35
Merge pull request #404 from hansottowirtz/fix_399
...
Fix preview not rerendering when setting value
2016-07-30 17:39:17 -05:00
Hans Otto Wirtz
568da438c6
Fix preview not rerendering when setting value
2016-07-30 13:55:58 +02:00
Wes Cossick
c2ca78c46b
Rebuild project
2016-07-29 09:18:30 -05:00
Wes Cossick
a1fd3255f9
Merge pull request #395 from lukasz89/togglelists
...
Fix lists exchanges
2016-07-27 10:21:04 -05:00
Lukasz Ostrowski
d44eea64e3
commit dist files
2016-07-26 10:34:09 +02: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
Lukasz Ostrowski
6787ae706e
list toggle fix
2016-07-25 10:40:54 +02:00
Lukasz Ostrowski
61991d1e7d
list toggle fix
2016-07-25 10:16:14 +02:00
Lukasz Ostrowski
c849cc95b2
list toggle
2016-07-22 17:04:36 +02:00
Wes Cossick
580a4b0286
Merge pull request #382 from jonatanklosko/issue-98
...
Fix bug with inserting links and undoing things.
2016-07-12 11:43:24 -05:00
Jonatan Kłosko
6250a7d7e7
Fix bug with inserting links and undoing things.
2016-07-12 00:53:45 +02:00
Jonatan Kłosko
517d5ee249
Add an option indicating a minimal height of the editable area.
2016-07-08 15:31:30 +02:00
Josh Schonstal
b0b2f1d4a3
Allow user to configure marked options
2016-06-22 09:36:09 -07:00
Wes Cossick
487ff36385
Rebuild project
2016-06-07 22:36:54 -05:00
Wes Cossick
d963582f16
Fix line and word count on init ( #299 )
2016-06-07 21:53:23 -05:00
Wes Cossick
69bff3ed78
Fix CodeMirror bug with init text ( #344 )
2016-06-07 21:43:25 -05:00
Wes Cossick
b4d4e89129
Fix selection bug when toggling between side-by-side ( #309 )
2016-06-07 21:40:40 -05:00
Wes Cossick
c8f23a3aa9
Clean up build process, Use new CodeMirror Spell Checker
2016-06-07 21:28:01 -05:00
Wes Cossick
51ef0cd81d
Merge pull request #351 from amka/patch-2
...
Add support for count Cyrillic words
2016-06-07 21:18:55 -05:00
Andrey M
bd33cd3c2b
Add support for count Cyrillic words
...
Add unicode range for Cyrillic characters
2016-06-07 03:39:01 +04:00
Jason Butz
7187fb26fb
Adjust whitespace characters
2016-06-03 09:09:33 -04:00
Jason Butz
f21cca3068
Prevent onclick event from bubbling
2016-06-03 09:07:15 -04:00
Wes Cossick
e72e51c94f
Merge pull request #297 from prostoandrei/development
...
Fix #286
2016-04-09 21:19:59 -05:00
andrey.vaganov
fe1318dd39
fix issue #286
2016-03-31 13:34:12 +03:00
Kasparas Galdikas
490e57ded1
Added mark-selection plugin from CodeMirror with config option on simplemde
2016-03-25 15:56:44 +00:00
Kasparas Galdikas
be3fbf15b5
Removed console.log left overs
2016-03-20 14:55:19 +00:00
Wes Cossick
24ec612c44
Fix linting and update dependencies
2016-03-14 21:28:56 -05:00
Wes Cossick
747b3ef065
Rebuild project
2016-03-14 20:59:59 -05:00
Wes Cossick
26391efa26
Better localStorage detection
2016-03-14 20:59:16 -05: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
1a79eefadb
Hide trailing separators respects hidden icons
2016-02-25 14:53:08 -06:00
Wes Cossick
6bda28300d
Fix single line breaks bug
2016-02-25 14:48:05 -06:00
Wes Cossick
787ed40fe6
Update URLs to use SimpleMDE.com
2016-02-25 14:17:41 -06:00