markdown-to-jira icon indicating copy to clipboard operation
markdown-to-jira copied to clipboard

Support images syntax convertion

Open lisitsyn-a opened this issue 6 years ago • 1 comments

Hi guys,

There is a great VS Code extension that allows you to paste an image: https://marketplace.visualstudio.com/items?itemName=mushan.vscode-paste-image

It would be great if this extension could support converting MD style image links syntax to the JIRA MD syntax.

Here is MD syntax for images: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#images

![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

Here is JIRA MD image syntax: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=images

!attached-image.gif!

It also supports "thumbnail view": !attached-image.gif|thumbnail!

The option how to convert w OR w/out thumbnail could be configured in extension settings.

Thank you in advance!

lisitsyn-a avatar Nov 22 '18 13:11 lisitsyn-a

I'll look into this, thanks!

chintans1 avatar Nov 22 '18 22:11 chintans1