tauri icon indicating copy to clipboard operation
tauri copied to clipboard

feat: add recent document api support.

Open Kokoro2336 opened this issue 4 weeks ago • 4 comments

add recent documents api support for issue @open#14460 now only available on macos and windows

Kokoro2336 avatar Nov 26 '25 11:11 Kokoro2336

Thanks for the PR! Unfortunately i think this should live in https://github.com/tauri-apps/plugins-workspace/ instead :/

FabianLars avatar Nov 26 '25 13:11 FabianLars

Thanks for the PR! Unfortunately i think this should live in https://github.com/tauri-apps/plugins-workspace/ instead :/

fine, i'll migrate it later. but one thing i'm confused about is which plugin should these apis lie in. i'm new to this proj, could you give me some hints please?

Kokoro2336 avatar Nov 26 '25 15:11 Kokoro2336

it should be its own plugin - you can copy the template from https://github.com/tauri-apps/plugins-workspace/tree/v2/shared/template into the plugins dir. It doesn't have to be perfect, I can help with if needed since we didn't exactly streamlined this yet.

FabianLars avatar Nov 26 '25 15:11 FabianLars

it should be its own plugin - you can copy the template from https://github.com/tauri-apps/plugins-workspace/tree/v2/shared/template into the plugins dir. It doesn't have to be perfect, I can help with if needed since we didn't exactly streamlined this yet.

thank you so much!

Kokoro2336 avatar Nov 26 '25 15:11 Kokoro2336