Interactive image insertion and editing
commitbe423bf83f79b27ae36d283f68a6c85f6e8c9bab
authorJason Blevins <jrblevin@sdf.org>
Sat, 24 Jun 2017 13:42:21 +0000 (24 09:42 -0400)
committerJason Blevins <jrblevin@sdf.org>
Sun, 25 Jun 2017 01:15:39 +0000 (24 21:15 -0400)
treefa716621507747fbfa4469e23f302cdb8fa21396
parent7ca169f9e03805610b4f71c7c374ff91abfc06ca
Interactive image insertion and editing

* Image insertion and editing has been consolidated into one command,
  `markdown-insert-image`, bound to `C-c C-i`.  As such, the previous
  separate image insertion keybindings have been removed: `C-c C-i i`
  and `C-c C-i I`.

* The old inline image toggling command `C-c C-i C-t` has been removed
  and replaced `C-c C-x C-i` in order to allow for the new interactive
  image insertion command at `C-c C-i`.  Toggling keybindings are
  currently being grouped under `C-c C-x`.

* The non-interactive image insertion commands have been refactored to
  mirror the corresponding link insertion commands.
  `markdown-insert-image` (for inline images) has been renamed
  `markdown-insert-inline-image` and it now takes three
  arguments (previously one optional argument).
  `markdown-insert-reference-image` now takes four
  arguments (previously none).
CHANGES.md
README.md
markdown-mode.el