0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/mixins
Hannah Wolfe 5db6fc4f18 No more CodeMirror
closes #4368, fixes #1240 (spellcheck), fixes #4974 & fixes #4983 (caret positioning bugs)

- Drop CodeMirror in favour of a plain text area
- Use rangyinputs to handle selections cross-browser
- Create an API for interacting with the textarea
- Replace marker manager with a much simpler image manager
- Reimplement shortcuts, including some bug fixes
2015-03-17 14:32:55 +00:00
..
body-event-listener.js
current-user-settings.js
dropdown-mixin.js
ed-editor-api.js No more CodeMirror 2015-03-17 14:32:55 +00:00
ed-editor-scroll.js No more CodeMirror 2015-03-17 14:32:55 +00:00
ed-editor-shortcuts.js No more CodeMirror 2015-03-17 14:32:55 +00:00
editor-base-controller.js No more CodeMirror 2015-03-17 14:32:55 +00:00
editor-base-route.js No more CodeMirror 2015-03-17 14:32:55 +00:00
editor-base-view.js No more CodeMirror 2015-03-17 14:32:55 +00:00
loading-indicator.js
nprogress-save.js
pagination-controller.js
pagination-route.js
pagination-view-infinite-scroll.js
selective-save.js
settings-menu-controller.js
shortcuts-route.js
style-body.js
text-input.js
validation-engine.js