You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to add an option to being able to embed images to HTML output in base64 encoded format. This would make the HTML output more "portable" or sharing friendly. i.e. one could share the plan as a single HTML file an call it a day.
Syntax wise I would just add an 'embed' boolean under the image tags.
If no objections arose about this I could came up with a PR.
The text was updated successfully, but these errors were encountered:
master already implements embedding the SVG diagram within the HTML output.
Embed images in SVG output #189 will add the functionality of taking any images referenced in the YAML and embedding them into the SVG file. This, in turn, also carries over to the HTML output.
So either way, you already get one "portable" HTML file as output.
Or are you suggesting something else? If so, maybe you could elaborate, or present an example mockup of what you imagine.
#189 will add the functionality of taking any images referenced in the YAML and embedding them into the SVG file. This, in turn, also carries over to the HTML output.
Ah I was not aware of this change or more exactly I thought that the images were part of the HTML output not the SVG. But I am glad to see that you found workarounds for the graphviz limitation.
I think it would be useful to add an option to being able to embed images to HTML output in base64 encoded format. This would make the HTML output more "portable" or sharing friendly. i.e. one could share the plan as a single HTML file an call it a day.
Syntax wise I would just add an 'embed' boolean under the image tags.
If no objections arose about this I could came up with a PR.
The text was updated successfully, but these errors were encountered: