this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Emacs
7 readers
1 users here now
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The latest version of markdown-mode already support media handler for images and drag and drop images.
https://github.com/jrblevin/markdown-mode/commit/e10e5af
You need to to update to Emacs 29.1 or later version to use this new feature.
And the org-mode support will also coming soon.
https://list.orgmode.org/87a5s98x67.fsf@gmail.com/T/#m3c072c13b245eedd20241a84e7ee2efbde8dd88a
Note that if you want to copy (image path or image contents) and paste, you need to use
yank-media
on the emacs side, otherwise it just pastes the latest copied text.(But drag and drop will just do what you mean.)