alexott / muse

Emacs MUSE
https://gna.org/projects/muse-el/
GNU General Public License v3.0
55 stars 12 forks source link

Add image size option #12

Open gnusupport opened 3 years ago

gnusupport commented 3 years ago

Hello,

muse is excellent authoring system. For HTML documents to become validated one has to have the image size option.

Among markdown versions so far only discount markdown is supporting image sizes. This breaks the web and accessibility in general. They do it like:

![Alt text](/path/to/img.jpg =Optional size "Optional title")

Muse is not Markdown but Muse similarly should support image size options in the image links, including alternative text and titles.

It should be possible to yank image from dired and insert into muse and that image has its sizes defined.

Function can be made to mark many images and quickly insert them into muse buffer.