RickStrahl / SaveToAzureBlob-MarkdownMonster-Addin

Markdown Monster Addin to open or paste images from your local machine and save them in Azure Blob Storage and embed link into your post.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy and paste image from snagit not working

marcusyoung opened this issue · comments

It only seems to be possible to paste from the clipboard when images have been copied from a web browser or photo viewer.

It is not possible to paste an image copied to the clipboard from within snagit.

Is this correct behaviour or a bug? Could the functionality be extended to enable this?

This is a more serious bug, which looks at this point like something has broken in WPF/Windows. The WPF clipboard capture doesn't work any longer and is failing. This affects the issue above (pasting the image automatically and manually into the addin) as well as the in the main Paste Image dialog in MM.

Fixed by using the Windows Forms clipboard which and converting to image source rather than the WPF version that goes directly to image source.

Give the update a try. To do this you'll need to:

  • Update Markdown Monster 1.23.17.6
  • Update the Azure Blob Addin

Make sure you do this in order because the addin requires the changes of the MM update.

Fixed in fcbd0e1

Fix also requires an update to Markdown Monster 1.27.23.6 or later.

@RickStrahl Great, thanks. This has fixed it.

@RickStrahl Unfortunately, it seems that 1.23.18 and 0.22.1 broke this again