sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.94k stars 208 forks source link

Change clip content in Microsoft Mashup Format #579

Open akorsus opened 11 months ago

akorsus commented 11 months ago

Hi there,

I am trying to change a clip content in the Microsoft Mashup Format (Essentially XML; Power BI copies M Scripts in that format and only allows pastes in that format, too).

So I get the content by Context Menu "View Full Description" or "Add-Ins / Ditto-Utils / Paste Any Clip As Text". But how do I get it back into the "Microsoft Mashup Format"?

I tried to Export the clip in order to change the content, but export is SQLite with a BLOB which is not so easy.

Anybody has an idea?