Posting base64 encoded images in Ctrl+Q docs
Answered
Hi,
my question is - can Jetbrains add a feature for including images in ctrl+Q docs window?
I found this post:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206256219-Images-in-code-comments
But this is 2005, such an antiquity!
My idea is to use the html <img> tag, just like here:
https://stackoverflow.com/questions/8499633/how-to-display-base64-images-in-html
Looking forward for reponse, love the Intellij,
0xdbeef
Please sign in to leave a comment.
I don't think it's a good idea to pollute code with base64 encoded images.
Anyway, there is an open request you can vote for https://youtrack.jetbrains.com/issue/IDEA-104317.
Thanks!
But wouldn't it be nice to have a viewer that can read and display files (e.g. * .src) in text and image mode that have the text set to the img.src attribute as content, like in the mentioned example at Stackoverflow:
Hi Markus Kruse Does the Base64 image encoder plugin work for you? If not feel free to raise a new issue at https://youtrack.jetbrains.com/issues/IDEA , and provide a bit more details about the feature.