Is it possible to add custom images in mindmap

0 votes
asked May 16, 2023 in Wanted features by Matthew Z. Wang
Most of mindmap tools support insert image in mindmap, and this is an important feature for users. Do developers consider adding this feature in future work? Thanks!

1 Answer

0 votes
answered May 16, 2023 by The-Lu (64,340 points)

Hello M., and all,

For that you can use `creole`, see doc. here:

And add an img tag, like:

@startmindmap
* Creole on Mindmap
** You can change <color:red>text color</color>
** You can change <back:cadetblue>background color</back>
** You can change <size:18>size</size>
** You use <u>legacy</u> <b>HTML <i>tag</i></b>
** You use <u:red>color</u> <s:green>in HTML</s> <w:#0000FF>tag</w>
** Use image : <img:http://plantuml.com/logo3.png>
@endmindmap

I can add this on the documentation.

Enjoy,wink
Regards,
Th.

...