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.95k stars 208 forks source link

Feat/ignore annoying cfdib #599

Closed PzaThief closed 10 months ago

PzaThief commented 10 months ago

To solve #583 added IGNORE_ANNOYING_CF_DIB advanced option. It is enhanced version of excludeCF_DIBInExcel hidden option to avoid keeping unwanted image with text content. We can use this option especially with MS Office applications such as Excel, PowerPoint, OneNote that makes annoying image from text copying. By default, the option turned off, But I highly recommend to use with above applications so I added it to description.

And applied your suggestion comments from last PRs.