CrossCopy / tauri-plugin-clipboard

A Tauri clipboard plugin with text, files, html, RTF, and image support. Clipboard content update monitoring is also supported.
https://crosscopy.github.io/tauri-plugin-clipboard/
MIT License
145 stars 10 forks source link

Support more format #18

Closed HuakunShen closed 7 months ago

HuakunShen commented 7 months ago

Support more clipboard data format. Thanks to ChurchTao for creating the new rust clipboard crate https://github.com/ChurchTao/clipboard-rs with multi clipboard format support on multi-platform.

I replaced arboard (which only supports text and image) with clipboard-rs (https://crates.io/crates/clipboard-rs)

Now tauri-plugin-clipboard supports

The watcher/monitor feature is now still using clipboard-master crate, but may switch to clipboard-rs in the future as it also supports watcher. I haven't got it working.