0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/utils
Robert Jackson 5b30a51adf Enable cycling header levels with ctrl+h.
closes #3019

* Remove preexisting `ctrl+h` keymap.
* Add logic to cycle the header level.
  * Loops around after h3.
  * Sets cursor position to end of heading
  * Set initial level to h2.
* Remove `ctrl+alt+${NUM}` keymaps (as they do not work
  internationally).
2014-09-24 18:14:04 +01:00
..
ajax.js
bound-one-way.js Change Ember function.property() to Ember.computed 2014-08-19 10:01:17 -06:00
caja-sanitizers.js
codemirror-mobile.js Fix markdown/preview tab for mobile 2014-08-21 17:13:30 +01:00
codemirror-shortcuts.js Enable cycling header levels with ctrl+h. 2014-09-24 18:14:04 +01:00
date-formatting.js
editor-shortcuts.js Enable cycling header levels with ctrl+h. 2014-09-24 18:14:04 +01:00
ghost-paths.js Implement About Ghost page 2014-09-02 13:49:01 -06:00
link-view.js Remove active class from buttons. 2014-09-09 22:21:39 +00:00
mobile.js Abstract mobile transition interactions 2014-09-16 07:28:03 -06:00
notifications.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
set-scroll-classname.js
text-field.js
titleize.js Cleanup CodeMirror shortcuts. 2014-07-31 10:53:13 -04:00
validator-extensions.js
word-count.js