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
122 stars 6 forks source link

Tauri v2 support? #19

Closed jasonterando closed 1 month ago

jasonterando commented 4 months ago

Any plans (or a branch) offering support for the Tauri v2 beta? Thanks!

HuakunShen commented 4 months ago

Planned to support v2 once it's stable.

ryusei-48 commented 4 months ago

Thank you for developing such a plugin. I was getting ready to switch from Electron to TAURI. Electron had a clipboard API, but not the ability to get file pointers, so I had to create my own native C++ extension. When I switched to TAURI, it seemed that officially only text could be written and read, so now I had to create a module for Rust them, but I found this plugin that helped me. I am also starting from scratch in learning Rust.

HuakunShen commented 4 months ago

@ryusei-48 Glad this plugin helps!

HuakunShen commented 1 month ago

I will start working on support for V2, but the official clipboard plugin for Tauri v2 already supports most of the features in this plugin.

HuakunShen commented 1 month ago

Tauri v2 now supported. Available on branch v2.

jasonterando commented 1 month ago

Thanks! Even though Tauri v2 ostensibly has copy image to clipboard functionality built in, I could not get it to work. Your plug-in works like a champ!