-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Mobile - Add share menu #876
Comments
which sharing of links ? because with android you can use the built-in share options and the URL of the webpage will be added to joplin. |
Nope, I can't share things on iOS to Joplin. Tested with Safari Browser and the Photos App. |
Agreed. you can share "from" Joplin but not "to" Joplin directly. By that I mean the Joplin app is nowhere to be found on "Activities" menu. There are workarounds . For example, there is a tight integration for photos:
However, for other content links to web content, you are left with a clunky copy and paste exercise. Hope this helps. |
As a note for anyone looking to implement this. The android side of things is implemented with react-native-share-extension, it also supports ios but you need the ios dev tools to actual implement it. From the joplin side the code is cross platform you'll just need to remove an os check at root.js line 541 and note.js line 241 edit: This is no longer true, this library doesn't work anymore and we now use a simpler implementation. |
I would like to bump this feature implementation, as this is the only drawback i have from using this awesome tool on a daily basis. thanks in advance for all your great work! |
Sharing to Joplin from browsers: |
Sharing is a fairly complicated os specific detail, and because of this Joplin uses a library to handle it. Unfortunately that library is fairly buggy and can't currently support those extra features. But we have our eye on it and will update when possible. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
I think this should be re-opened, I don't think we have sharing on iOS yet. |
Sharing on Android works. But it can be improved. There are only the markdown of an picture is transfered not the picture itself. |
Was expecting to be able to share on iOS; would be a supremely useful addition! |
this woud be a killer feature. all other notes app still can release this. |
Can I start working on this for my GSOC 2020 application! |
Of course, fair warning this is a fairly difficult feature so you may not make any large progress before the application deadline. |
@CalebJohn thank you so much for the opportunity! |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Not stale |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions. |
Not stale |
Hey @CalebJohn I had applied for this problem as my GSOC Project, but unfortunately I didn’t make it! Can I collaborate with the student selected for this particular project?? |
Hi @Aaryan-kapur , unfortunately we didn't get as many slots as we initially wanted so this project did not get a student. You are free to start looking into adding ios sharing support, but I would suggest you work on something easier while you build up confidence. |
Thanks for the guidance! @CalebJohn, I will start looking into other problems too, and start working on this task too! |
👆 _😀 __👍 Hi @CalebJohn -- Did you guys get this sorted out already? Otherwise, it sounds like @Aaryan-kapur wants to take a swing at it! |
@blizzrdof77 we haven't from Aaryan since that last comment 2 months ago. It would be great if he can make this work but it doesn't look like it's being actively worked on. |
+1 |
I think this is the last item on my checklist of things that I need before I can switch from Evernote to Joplin. |
+1 |
1 similar comment
+1 |
Hello, I recently got into the IOS Ecosystem and already thought about diving a bit more into IOS Development, now I found Joplin and I also need this Feature. So I would love to help on this :) |
@CalebJohn can you point out the used library? Are we able to push development on this? |
@lighthousebulb Joplin no longer uses the react-native-share-extension and instead has everything implemented natively for android. You can see the changes here. If you're interested in pushing this, go ahead! I'm sure a lot of IOS users would really appreciate it. |
+1 |
+1 for this too. |
Awesome! Thank you! It got addressed in ios-v10.8.1. Now we have a working share-extension in iOS. Thanks! |
Well... I'm missing the share-menu in Joplin ios-v-12.0.2 again. |
Try restarting iPhone. I encounter similar issues with some other app after its updates. |
Allow the sharing of pictures and links to Joplin Mobile.
Operating system
Application
The text was updated successfully, but these errors were encountered: