BookStack/resources/js/markdown
Dan Brown 6545afacd6
Changed autosave handling for better editor performance
This changes how the editors interact with the parent page-editor
compontent, which handles auto-saving.
Instead of blasting the full editor content upon any change to that
parent compontent, the editors just alert of a change, without the
content. The parent compontent then requests the editor content from the
editor component when it needs that data for an autosave.

For #3981
2023-02-23 12:30:27 +00:00
..
actions.js Changed autosave handling for better editor performance 2023-02-23 12:30:27 +00:00
codemirror.js Connected md editor settings to logic for functionality 2022-11-28 12:12:36 +00: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 Converted md settings to localstorage, added preview resize 2022-11-28 14:08:20 +00: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 Added callout cycling in markdown editor via shortcut 2022-11-26 23:18:51 +00:00