Ghost/core/client/utils
Matt Enlow 8393c01be9 Implement Markdown Shortcuts
Closes #2984, #3020
Ref #1463, #3019

 #### Shortcut Values
Shortcut values can now be either strings (as before) or objects like
{action:string, options:hash}.
 #### Markdown shortcuts added
- 'ctrl+alt+u' strkethrough
- 'ctrl+alt+1' h1
- 'ctrl+alt+2' h2
- 'ctrl+alt+3' h3
- 'ctrl+alt+4' h4
- 'ctrl+alt+5' h5
- 'ctrl+alt+6' h6
- 'ctrl+shift+i' image
- 'ctrl/command+k' link
- 'ctrl+l' list

Left behind commented out stubs for additional markdown shortcuts.

 #### Editor Controllers (New and Edit)
- Moved shared init function into editor-base-controller.
- Removed MarkerManager mixin from editor controllers as it's included in
  the base.
2014-06-21 15:10:46 -06:00
..
ajax.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
bound-one-way.js Create boundOneWay util function 2014-06-14 15:27:52 -06:00
codemirror-shortcuts.js Implement Markdown Shortcuts 2014-06-21 15:10:46 -06:00
date-formatting.js Refactored PostSettingsMenuController 2014-06-13 12:14:58 -06:00
ghost-paths.js Make exports consitent. 2014-06-09 13:58:35 -04:00
link-view.js Refactor navbar to eliminate nested {{link-to}}. 2014-04-01 22:36:16 -04:00
notifications.js Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
set-scroll-classname.js Add shadows to PostsListView and the adjacent HTML Preview; Fix preview render 2014-06-08 12:53:54 -04:00
text-field.js Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset). 2014-04-08 00:02:54 +02:00
validator-extensions.js Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
word-count.js Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00