How to display an HTML file in a plugin project?
Hi, i wanna display some html files in my plugin project.
For example , wanna create a html page to explain "how to use my plugin" to my plugins users.
But i don't know how can i display a html file on ide's editor?
Can i only use tool window to open a part in ide?
If there's other way. I'll be waiting. Thanks!
Please sign in to leave a comment.
One could use JavaFX HTML component for preview like Markdown plug-in does: https://github.com/JetBrains/intellij-plugins/tree/master/markdown/src/org/intellij/plugins/markdown/ui/preview .