-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Copy to clipboard #613
base: master
Are you sure you want to change the base?
Conversation
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:
#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? |
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. |
So is it Allusion but more up to date? Can I import my tags from Allusion? |
we are working on adding new features, so I guess yes
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.