1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/readme/gsoc/idea_collaboration.md
2019-12-16 16:51:36 +00:00

1.1 KiB

GSoC: Collaboration

We need a way to share notes with other users, or publicly, and to collaborate on notes with other users. This is useful for companies, to collaborate on projects for example, but also for individual users when they want to share their notes with other people.

The basis for this would be the Joplin Web API for Nextcloud, which is currently used to share a note publicly, and which can be extended for other uses. There is a discussion thread about it in the forum.

Features

The features we are looking to implement are:

  • Sharing a note publicly and allow the people you shared the link with to edit it.
  • Share a notebook publicly.
  • Share a note or notebook with the given Nextcloud user.

For now, we limit the scope to Nextcloud but later the Nextcloud app (which is essentially a PHP app) could be extracted and made to work with other backends.

See also