summaryrefslogtreecommitdiff
path: root/public/docs/features.md
diff options
context:
space:
mode:
authorSheogorath2017-01-21 19:18:56 +0100
committerGitHub2017-01-21 19:18:56 +0100
commit9ea66e8820eda8fb14b176477808a4ba1f213a35 (patch)
treea213b0d71dee44074df6a85d24bb1323e08b2084 /public/docs/features.md
parent6dfc186691df7b5c63af2ee5eb28cd1e1919050c (diff)
Add documentation for new permissions
Diffstat (limited to 'public/docs/features.md')
-rw-r--r--public/docs/features.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/docs/features.md b/public/docs/features.md
index 1c25bfea..1e9d48fa 100644
--- a/public/docs/features.md
+++ b/public/docs/features.md
@@ -49,7 +49,9 @@ There are four possible options:
<i class="fa fa-leaf fa-fw"></i> **Freely**: Anyone can edit this note.
<i class="fa fa-pencil fa-fw"></i> **Editable**: A signed-in user can edit this note.
-<i class="fa fa-lock fa-fw"></i> **Locked**: Only the owner can edit this note.
+<i class="fa fa-id-card fa-fw"></i> **Limited**: People have to sign-in to view and edit this note.
+<i class="fa fa-lock fa-fw"></i> **Locked**: Anyone can view this note but only the owner can edit it.
+<i class="fa fa-umbrella fa-fw"></i> **Protected**: People have to sign-in to view this note but only owner can edit.
<i class="fa fa-hand-stop-o fa-fw"></i> **Private**: Only the owner can view and edit this note.
**Only the owner of the note can change the note's permissions.**