The data-attributes
are quite common in HTML+CSS+JS. However, it is not easy to use them in TiddlyWiki for example, I want TiddlyWiki create:
<img src="Motovun Jack.svg" data-preview-image>
from
[img data-preview-image [Motovun Jack.svg]]
or
<$image source="Motovun Jack.svg" data-preview-image>
But it fails.