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
{{ message }}
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
thank you for the plugin. I tried to preview markdown document with embedded plainuml (http://plantuml.com/) diagrams, but it shows them as simple text.
Intellij has a separate plugin for plainuml, but I want diagrams to be part of my documentation and not a separate documents.
Is it possible to integrate diagrams into preview somehow?
The text was updated successfully, but these errors were encountered:
@damluar, PlantUML requires that the source be sent to the server for processing and the image URL replaced with a server generated one. Gravizo lets you specify the UML in the image src tag so that no pre-processing is necessary.
It appears that this plugin has been abandoned by its author. So I doubt new features such as PlantUML support will be added, unless someone does it and releases it as a new plugin. That was my motivation for forking this project and releasing it as new plugin. Otherwise there was no way to make the updated version available to anyone but me.
I don't know how compatible is the syntax of PlantUML and Gravizo gravizo is another option for server generated UML. Unfortunately the swing image rendering used by this plugin does not handle the images returned from gravizo so even that is not a solution.
I was only able to make the preview work in my plugin: idea-multimarkdown on GitHub and idea-multimarkdown JetBrains plugin page in the JavaFX WebView preview and only by using the HTML img instead of the markdown image link syntax. In all cases the swing based preview complained about the image format, so it was not usable.
Here is a split screen view of source and preview of gravizo generated images:
Hello,
thank you for the plugin. I tried to preview markdown document with embedded plainuml (http://plantuml.com/) diagrams, but it shows them as simple text.
Intellij has a separate plugin for plainuml, but I want diagrams to be part of my documentation and not a separate documents.
Is it possible to integrate diagrams into preview somehow?
The text was updated successfully, but these errors were encountered: