mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
ebc8cc8ed2
closes https://github.com/TryGhost/Ghost/issues/8523 - use shortcuts mixin to register `cmd-shift-i` shortcut in `gh-markdown-editor` that triggers the image insertion dialog - joins multiple uploaded images with new lines instead of a space for easier editing post-upload - add `captureSelection` option to `_openImageFileDialog` so that insertion shortcut triggered when editor doesn't have focus doesn't insert at the last focused char position - if image insertion happens with no cursor position add two newlines before the inserted image markdown for easier editing (previously it would be inserted immediately after the last char in the post) - removes unused `editor-shortcuts.js` file |
||
---|---|---|
.. | ||
bound-one-way.js | ||
caja-sanitizers.js | ||
ctrl-or-cmd.js | ||
date-formatting.js | ||
document-title.js | ||
format-markdown.js | ||
ghost-paths.js | ||
isFinite.js | ||
isNumber.js | ||
link-component.js | ||
random-password.js | ||
route.js | ||
text-field.js | ||
titleize.js | ||
validator-extensions.js | ||
window-proxy.js | ||
word-count.js |