Aug 11
Add support for alternative text
When adding an image, it is currently not possible to specify an alternative text for the image. That alternative text can be accessed by disabled users of screen readers (for example when sharing notes) to get to the information in the image.
Markdown has syntax for specifying alternative text : `` and common Markdown converters will keep that text when transforming into other formats. For example when transformed into HTML, you would find the alternative text in the `alt` attribute of the resulting `img` element.
Of course this should also happen when publishing a note online. Unfortunately Noteplan replaces the alternative text with “image” (which is pretty useless) when editing any part of the note. It should retain the alternative text.
Pending