From 047d5f76a52eaaa9c5563ccba9581f6163d309ea Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 27 Nov 2019 16:52:09 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 382ae32..4370a8b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,6 +33,6 @@ More detailed answer: Common request is to allow multiple users collaborate, share notes etc. So far I'm resisting this because of these reasons: -* it's a huge feature, or rather a Pandora's box of collaboration features like user management, permissions, conflict resolution, real-time editing of a note by multiple people etc. This would be a huge amount of work. +* it's a huge feature, or rather a Pandora's box of collaboration features like user management, permissions, conflict resolution, real-time editing of a note by multiple people etc. This would be a huge amount of work. Trilium Notes is project made mostly by one person in free time and that's unlikely to change in the future. * given its size it would probably pivot the attention away from my main focus which is a personal note taking * the assumption that only single person has access to the app simplifies many things, or just outright makes them possible. In multi-user app, our [[scripting|scripts]] support would be a XSS security hole, while with the single user assumption it's an endless customizability tool.