Ghost/core/client/templates
David Arvelo eb949aafae Reach Editor parity with Ember
closes #2426, closes #2781, closes #2913
- Concatenate vendor files on change of js in core/shared/
- Add all the markerManager stuff to its own mixin
- make markers a shared object for all that mix it in. makes it easier to use helper functions in different modules
- add getMarkdown method, returns object with two keys holding the markdown: one with markers, the other without
- Clear markers when codemirror is destroyed
- make Editor subcomponents communicate through the Editor Controller
- Set Codemirror and html preview shared scrolling
- Set CodeMirror, html preview css scroll class with util
- Create 'scratch' property in Editor controller; prevents a model save wiping image markers due to markdown bindings
- Add editor and html preview actions to handle img upload start/finish
- disable codemirror when an image is being uploaded, enables on success or failure
- Fix editor wordcount when there are 0 words
- Add modal dialog when transitioning out of the editor with an unsaved post
- Add window.onbeforeunload handling with `.unloadDirtyMessage()` on editor controller
- and various other things
2014-06-13 18:12:03 -04:00
..
components Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
editor Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
modals Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
posts Refactored Editor Routing 2014-06-11 12:18:44 -06:00
settings Ember cleanup: double quotes + removed bad tag 2014-06-01 21:29:25 +01:00
-floating-header.hbs Refactored Editor Routing 2014-06-11 12:18:44 -06:00
-navbar.hbs Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
-publish-bar.hbs Split PostController amongst new Editor/PostSettingsMenu Controllers 2014-06-08 14:01:32 -04:00
application.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
debug.hbs Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
editor-save-button.hbs Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
editor-tags.hbs Implement the Tag Editor view 2014-06-06 23:02:56 -04:00
error.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
forgotten.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
loading.hbs Add admin prototype 2014-03-07 14:01:26 +00:00
post-settings-menu.hbs Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
posts.hbs Refactored Editor Routing 2014-06-11 12:18:44 -06:00
reset.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
settings.hbs Add active class to settings tabs 2014-05-24 08:02:42 -06:00
signin.hbs Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
signup.hbs Implement signup in Ember 2014-05-23 12:17:28 -05:00