2019-12-14 12:36:30 +02:00
# Joplin Web API for Nextcloud
2019-12-13 03:16:34 +02:00
2020-12-13 21:59:26 +02:00
* * *
2020-12-14 03:48:25 +02:00
**IMPORTANT: THIS APPLICATION IS DEPRECATED AND WILL NO LONGER BE SUPPORTED FROM JOPLIN 1.6.x**
2020-12-13 21:59:26 +02:00
2021-01-20 13:59:03 +02:00
It is [deprecated ](https://discourse.joplinapp.org/t/joplin-web-api-for-nextcloud/4491/72?u=laurent ) in favour of [Joplin Server ](https://discourse.joplinapp.org/t/joplin-server-pre-release-is-now-available/13605 ), so if you are relying on it please do not upgrade to Joplin 1.6.x till you are ready to migrate to Joplin Server or some other alternative.
2020-12-13 21:59:26 +02:00
* * *
2019-12-13 03:16:34 +02:00
**This is a beta feature, not yet completed. More info coming soon!**
2019-12-14 12:36:30 +02:00
The app can be downloaded from there: https://apps.nextcloud.com/apps/joplin
2019-12-13 03:16:34 +02:00
2019-12-14 12:36:30 +02:00
The Joplin Web API for Nextcloud is a helper application that enables certain features that are not possible otherwise. In particular:
- Sharing a note publicly
- Sharing a note with another Joplin user (who uses the same Nextcloud instance)
- Collaborating on a note
- Sharing a notebook
## FAQ
> Does it work with encrypted notes?
No
> Does it render images and other attachments?
No
> How about math formulas?
No
> Can I share a notebook?
No
> Can I edit a shared note directly on the browser?
No
## TODO
- [ ] Handle encrypted notes (shared notes will be unencrypted on server)
2021-03-16 02:20:16 +02:00
- [ ] Move Joplin note renderer to separate package and re-use it to render notes in the Nextcloud app
2020-12-13 21:59:26 +02:00
- [ ] Allow editing note in browser