alexott / muse

Emacs MUSE

Home Page:https://gna.org/projects/muse-el/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add image size option

gnusupport opened this issue · comments

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.