allusion-app / Allusion

A free and open source desktop application for managing your visual library
GNU General Public License v3.0
698 stars 47 forks source link

Feature: Copy to clipboard #613

Open AlanDrake opened 11 months ago

AlanDrake commented 11 months ago

Adds a new MenuItem to SlideFileViewerMenuItems to allow copying the picture into the clipboard from slide show/preview window.

immagine

I made use of ImageLoader and Canvas, so it should work both for direct files and blobs.

rafstahelin commented 11 months ago

Please push. Very much neededBest, Raf On 17 Dec 2023, at 17:19, AlanDrake @.***> wrote:Adds a new MenuItem to SlideFileViewerMenuItems to allow copying the picture into the clipboard from slide show/preview window. immagine.png (view on web) I made use of ImageLoader and Canvas, so it should work both for direct files and blobs.

You can view, comment on, or merge this pull request online at:   https://github.com/allusion-app/Allusion/pull/613

Commit Summary

1c5ad2d Feature: Copy to clipboard

File Changes (4 files)

A
resources/icons/copy.svg
(3)

M
src/frontend/containers/ContentView/menu-items.tsx
(6)

M
src/frontend/stores/UiStore.ts
(34)

M
widgets/icons.tsx
(2)

Patch Links:

https://github.com/allusion-app/Allusion/pull/613.patch https://github.com/allusion-app/Allusion/pull/613.diff

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Antoine-lb commented 11 months ago

Hello, we are working on a fork of Allusion, would you mind if we merge it also there?

https://github.com/OneFolderApp/OneFolder

AlanDrake commented 11 months ago

Hello, we are working on a fork of Allusion, would you mind if we merge it also there?

https://github.com/OneFolderApp/OneFolder

Sure, go ahead.

kittuar commented 9 months ago

hey sorry, ultra noob here. how do I add this to my allusion?

AlanDrake commented 9 months ago

@kittuar I keep a fork with my custom changes applied, I released the windows version some time ago but if you need other platforms you can clone it and compile by following the usual instructions. https://github.com/AlanDrake/Allusion/releases

Xiarno commented 8 months ago

Hello, we are working on a fork of Allusion, would you mind if we merge it also there?

https://github.com/OneFolderApp/OneFolder

So is it Allusion but more up to date? Can I import my tags from Allusion?

Antoine-lb commented 8 months ago

So is it Allusion but more up to date?

we are working on adding new features, so I guess yes

Can I import my tags from Allusion?

yes, it is fully compatible, at least for now before we start making breaking changes