From 8cdb73bd65f0a04d4f01d62af32b8e4b9b700fed Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 16 Jan 2022 16:50:05 +0000 Subject: [PATCH] Doc: Mention that E2EE works with the notebook sharing feature --- readme/share_notebook.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme/share_notebook.md b/readme/share_notebook.md index e946dbb11..7240675c3 100644 --- a/readme/share_notebook.md +++ b/readme/share_notebook.md @@ -34,15 +34,13 @@ On mobile and CLI, you cannot currently share notebooks, but you can view or mod Currently they have full access to the data, including reading, writing and deleting notebooks or notes. In a future version, access control might be implemented. For example, to only give read-only access to the shared notebook. -### What can actually be shared? +### What is actually shared? All the sub-notebooks, notes and resources within the shared notebook are shared. ### Does it work with End-To-End-Encryption? -Yes and no. It is possible to use the share notebook feature even with E2EE enabled, however any shared notebook or note will not be encrypted, otherwise you would have had to give your master key password to the people you share with, which you'd probably not want to do. - -In a future version, this might be supported. For example by automatically creating a new master key for the shared notebook. You would then provide the recipients with that master key password. +Yes it does. Both sharer and recipient need to have E2EE enabled for it to work. ### What can it be used for? @@ -52,4 +50,4 @@ Some ideas: * Work on a project with colleagues. Everybody can access various work-related documents, add to them, modify them, etc. That could serve as a knowledge base for a project. -* Another possible use, which has been requested many times, is to support multiple profiles. You could create a main profile that have access to all notes, and in there create a Work and Personal notebook. Then you would create a separate account for work. You can then share your Work notebook with that other account. That way the work account will only have access to the Work notebooks. You can use this technique in various ways to split your notebooks between multiple accounts and ensure strict separation between datasets. \ No newline at end of file +* Another possible use, which has been requested many times, is to support multiple profiles. You could create a main profile that have access to all notes, and in there create a Work and Personal notebook. Then you would create a separate account for work. You can then share your Work notebook with that other account. That way the work account will only have access to the Work notebooks. You can use this technique in various ways to split your notebooks between multiple accounts and ensure strict separation between datasets.