HackMD/public/js/lib/editor
Sheogorath 9c77e9d7f0
Allow the usage of the esc-key by codemirror
This change allows all input modes of codemirror to use the information
from an input esc-key and make this way vim and sublime more
functional. To prevent this change from breaking the return from the
fullscreen mode, it catches the esc-key in this case. Hopefully this is
an acceptable solution.

As before the vim-mode is handled different in fulltext-mode as it is
esc-key heavy.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-02-24 21:14:47 +01:00
..
config.js Move updateStatusBar method into editor class 2017-03-28 17:16:32 +08:00
index.js Allow the usage of the esc-key by codemirror 2018-02-24 21:14:47 +01:00
statusbar.html Load statusbar template by string-loader 2017-05-07 20:37:26 +08:00
ui-elements.js Implemented dark theme. 2018-01-05 00:15:13 +01:00
utils.js Use JavaScript standard style 2017-03-09 15:39:42 +08:00