Jeroen Akkerman
|
24d86491da
|
Fix incorrect initial line and column count
|
2022-01-14 22:33:35 +01:00 |
|
Jeroen Akkerman
|
98d9049728
|
Move adding custom attributes above all others
|
2022-01-11 21:30:34 +01:00 |
|
Jeroen Akkerman
|
565c42e0ff
|
Add hasOwnProperty check
|
2022-01-11 21:28:22 +01:00 |
|
Jeroen Akkerman
|
1c656d5712
|
Merge branch 'master' into options-toolbarbutton-attributes
|
2022-01-11 21:23:42 +01:00 |
|
Jeroen Akkerman
|
c1da7424e9
|
Merge pull request #389 from Zignature/options-liststyle
Fix for issue #386 Show '-' instead of '*' for unordered list
|
2022-01-11 21:22:31 +01:00 |
|
Jeroen Akkerman
|
e2db3c6946
|
Attempt at improving submenus in Safari for #362
|
2022-01-11 20:10:00 +01:00 |
|
Zignature
|
2cdc11848a
|
Requested changes applied
|
2022-01-11 17:16:38 +01:00 |
|
Zignature
|
5df842b630
|
Fix for issue #386 Show '-' instead of '*' for unordered list
Added unorderedListStyle to the options
|
2022-01-11 15:45:36 +01:00 |
|
Zignature
|
a9d9993dae
|
Fix for issue #380 Custom attributes for toolbar buttons
Added "attributes" option to custom toolbar button
|
2022-01-11 11:00:56 +01:00 |
|
Zignature
|
2936fc3383
|
Accurate line and column count in status bar
Both Line and column (character) count are increased by 1.
This fixes issue #381
|
2022-01-08 21:03:25 +01:00 |
|
Zignature
|
a7170b9392
|
Fix issue #381
|
2022-01-08 16:01:19 +01:00 |
|
Jeroen Akkerman
|
42304e8a87
|
Update editorconfig and automatic code format
|
2021-10-05 22:28:22 +02:00 |
|
Jeroen Akkerman
|
cda237031f
|
Merge pull request #357 from ukjinjang/fix/compare_image_extension
Convert media file extension to lowercase before check if image
|
2021-10-05 21:59:15 +02:00 |
|
Irene Oppo
|
53223c4de0
|
Support rtl languages by adding a direction option
|
2021-10-05 09:51:51 +02:00 |
|
Uk-Jin Jang
|
b121795887
|
fix: convert media file extension to lowercase before check if image
|
2021-10-05 15:50:48 +09:00 |
|
mrlugilugi
|
f52f9807a2
|
fix: Escaping asterisk to produce valid RegEx
|
2021-06-09 13:14:20 +02:00 |
|
Steve
|
038a9204b4
|
Allow for specifying a custom spell-checker for EasyMDE
|
2021-05-18 16:05:40 -07:00 |
|
Jeroen Akkerman
|
fc0ecfa77e
|
Merge pull request #313 from wwsalmon/absolute-image-paths
Absolute image paths
|
2021-04-08 18:05:14 +02:00 |
|
Steve
|
b61fe7945a
|
Add simple class handling utiltity to DRY adding/removing class names.
Note that this isn't necessary and can be rolled back, but could be used throughout the code to make class handling more clear and consistent.
|
2021-03-17 11:17:14 -07:00 |
|
Steve
|
82a8e4a8ce
|
restore removed comment
|
2021-03-17 10:46:18 -07:00 |
|
Steve
|
548229dd1a
|
remove added comment
|
2021-03-17 10:45:45 -07:00 |
|
Steve
|
40ddcea4e3
|
remove extra comment updates
|
2021-03-17 10:44:46 -07:00 |
|
Steve
|
d0f69390ce
|
a little comment/cleanup
|
2021-03-17 10:41:38 -07:00 |
|
Steve
|
1ee8519e50
|
Unwind all the onlyCleanup stuff and set classes directly.
|
2021-03-17 10:25:39 -07:00 |
|
Steve
|
4533dd4776
|
clarify comments in togglePreview
|
2021-03-16 09:21:03 -07:00 |
|
Steve
|
d636eb7407
|
clean up diff
|
2021-03-16 09:17:19 -07:00 |
|
Steve
|
7069fd1031
|
Move from multiple "no-fullscreen" classes to one using inheritance
|
2021-03-16 09:08:54 -07:00 |
|
Steve
|
d76872f4ff
|
undo some comment changes to make diff cleaner
|
2021-03-15 20:15:39 -07:00 |
|
Steve
|
8ed6cd699e
|
make toggle cleanup flag clearer
|
2021-03-15 20:13:26 -07:00 |
|
Steve
|
25db654cf0
|
more code cleanup for readibilty
|
2021-03-15 20:08:38 -07:00 |
|
Steve
|
fa8855e3be
|
code refactoring to improve readability
|
2021-03-15 19:40:57 -07:00 |
|
Steve
|
61e93a3d53
|
handle fullscreen toggle consistently by adusting toggleSideBySide
|
2021-03-15 19:30:56 -07:00 |
|
Steve
|
abbec5bde1
|
bugfix: move sidebyside accessor outside of options check
|
2021-03-15 13:53:08 -07:00 |
|
Samson Zhang
|
6e7e8f9b82
|
add imagePathAbsolute option
|
2021-03-11 12:09:09 -07:00 |
|
Daichi Ninomiya
|
c2dbe77615
|
fix(easymde.js): Fixed extension acquisition logic
|
2021-03-08 23:48:57 +09:00 |
|
Jeroen Akkerman
|
0ff81e89a6
|
Merge pull request #286 from smundro/retain-preview-on-fullscreen-toggle
don't toggle preview if sideBySideFullscreen is false
|
2020-12-31 17:27:54 +01:00 |
|
Jeroen Akkerman
|
3f90b9fe72
|
Merge pull request #284 from Fanvadar/fix-spellchecker
Fix spell checker
|
2020-12-31 17:27:31 +01:00 |
|
Steve
|
480145264a
|
don't toggle preview if sideBySideFullscreen is false
|
2020-12-30 13:49:11 -08:00 |
|
Alexander Wilson
|
7b0411fd79
|
Fix spell checker
|
2020-12-29 11:58:40 +10:00 |
|
Eugene Mirotin
|
b7d5af36c8
|
Fix #278
Remove erroneous and unneeded call to window.removeEventListener
|
2020-12-22 13:38:39 +02:00 |
|
Marc-Etienne Trudel
|
db348fe44b
|
wip
|
2020-12-16 14:18:19 -05:00 |
|
Joh Dokler
|
c428a37ee3
|
Fix additional edge case for the sideBySideFullscreen=false + status=false bug
|
2020-12-09 12:08:15 +01:00 |
|
Joh Dokler
|
2a904b24ab
|
Fix the sideBySideFullscreen=false + status=false bug
|
2020-12-09 11:58:57 +01:00 |
|
Jeroen Akkerman
|
f286a6bae5
|
Merge pull request #250 from danice/scrollbar-styles
Include Codemirror scrollbar style property
|
2020-11-11 22:59:59 +01:00 |
|
Jeroen Akkerman
|
6209e53c69
|
Merge pull request #253 from devforth/master
Bugfixes for preview images in editor
|
2020-11-11 22:57:08 +01:00 |
|
Dung Nguyen
|
65186e4537
|
Allow modify lineNumbers via config options
|
2020-11-11 21:48:53 +07:00 |
|
Jeroen Akkerman
|
70f3512120
|
Merge pull request #249 from mbolli/codemirror-autorefresh
include codemirror autorefresh addon
|
2020-10-30 12:39:22 +01:00 |
|
dani
|
29d2c6c5be
|
fix for undefined scrollbar style
|
2020-10-11 08:44:20 +02:00 |
|
Ivan Borshchov
|
0c9be85cd7
|
fix not option
|
2020-10-08 13:27:01 +03:00 |
|
Ivan Borshchov
|
dba3201c79
|
fix cursor preceise positioning when content with images are loaded into editor, show preview only for images on separate lines (not inlines)
|
2020-10-08 12:19:11 +03:00 |
|