BookStack/resources/js/markdown
Dan Brown 3e738b1471
CM6: Fixed a range of issues during browser testing
- Fixed some keybindings not running as expected, due to some editor
  defaults overriding or further actions taking place since the action
  would not indicate it's been dealt with (by returning boolean).
- Fixed spacing/border-radius being used on codeblocks on non-intended
  areas like the MD editor.
- Fixed lack of BG on default light theme, visible on full screen md
  editor.
- Fixed error thrown when the user does not have access to change the
  current editor (Likely non-cm related existing issue)
2023-04-18 14:21:22 +01:00
..
actions.js Cleaned up change handling in cm6 editor action handling 2023-04-13 17:38:11 +01:00
codemirror.js Addressed existing cm6 todos 2023-04-14 14:08:40 +01:00
common-events.js Refactored markdown editor logic 2022-11-26 16:43:28 +00:00
display.js Connected md editor settings to logic for functionality 2022-11-28 12:12:36 +00:00
editor.js Made a start on updating editor actions 2023-04-11 13:16:04 +01:00
markdown.js Refactored markdown editor logic 2022-11-26 16:43:28 +00:00
settings.js Converted md settings to localstorage, added preview resize 2022-11-28 14:08:20 +00:00
shortcuts.js CM6: Fixed a range of issues during browser testing 2023-04-18 14:21:22 +01:00