Open AlanDrake opened 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: @.***>
Hello, we are working on a fork of Allusion, would you mind if we merge it also there?
Hello, we are working on a fork of Allusion, would you mind if we merge it also there?
Sure, go ahead.
hey sorry, ultra noob here. how do I add this to my allusion?
@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
Hello, we are working on a fork of Allusion, would you mind if we merge it also there?
So is it Allusion but more up to date? Can I import my tags from Allusion?
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
Adds a new MenuItem to SlideFileViewerMenuItems to allow copying the picture into the clipboard from slide show/preview window.
I made use of ImageLoader and Canvas, so it should work both for direct files and blobs.