-
Notifications
You must be signed in to change notification settings - Fork 17.1k
[Feature Request]: Support MacOS native share extensions #31984
Copy link
Copy link
Open
Labels
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
I would like to use a built-in feature in MacOS to share content with an electron app.
for example: sharing a file from finder (file explorer) to a signal (communicator app which uses electron)
Proposed Solution
There is a developer guide to implement it on MacOS:
https://developer.apple.com/design/human-interface-guidelines/macos/extensions/share-extensions/
Alternatives Considered
I'm not aware of alternative
Additional Information
It is not a duplicate of #6330 which was about sharing content from the electron app to other apps.
Two messaging applications: Element and Signal were discussing this and came to the same conclusion:
vector-im/element-desktop#737
signalapp/Signal-Desktop#1905
Reactions are currently unavailable