On Zendiwiki pages images with an edit option can be embedded. This is done with the following steps.
{{my-image.png}}
The image type must be png
.
If there are no very special design requirements for the wiki page, then the recommendation is to use the following markups, if necessary in a slightly modified or adapted form.
An easy way to use these markers is to import them into your draw.io scratchpad. The shapes are included in this import file: https://zendi.ph-weingarten.de/zendiwiki-drawio-image-markers.xml After saving the wiki page, the following clickable image is depicted:
Break it down:
drawio>
creates an editable image on the Zendiwiki page. my_image.png
is the name of the PNG image to be created (not yet existing).If there are no very special design requirements for the wiki page, then the recommendation is to use the following markups, if necessary in a slightly modified or adapted form.
An easy way to use these markers is to import them into your draw.io scratchpad. The shapes are included in this import file: https://zendi.ph-weingarten.de/zendiwiki-drawio-image-markers.xml
Lorem ipsum dolor sit amet.
<WRAP labeled-image-medium> {{drawio>waterfall-540-editable.png}} <WRAP> Lorem ipsum dolor sit amet. <WRAP circled-numbers-list> - First item of the list. - Second item of the list. - Third item of the list. </WRAP> </WRAP> </WRAP>
Side effect: A normal PNG image is displayed without any connection to drawio.
<WRAP labeled-image-medium> {{waterfall-540-editable.png}} <WRAP> Lorem ipsum dolor sit amet. <WRAP circled-numbers-list> - First item of the list. - Second item of the list. - Third item of the list. </WRAP> </WRAP> </WRAP>