From 4c5a04155641d0dc85dd385fb0dad46a75fbeef2 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 18 Jul 2021 14:55:32 +0800 Subject: [PATCH] (docs): add note on encryption (#1597) --- doc/org-roam.org | 4 ++++ doc/org-roam.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/org-roam.org b/doc/org-roam.org index b5c0926..a577004 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -682,6 +682,10 @@ extension in your Org-roam capture templates. For example: :unnarrowed t))) #+end_src +Note that the Org-roam database stores metadata information in plain-text +(headline text, for example), so if this information is private to you then you +should also ensure the database is encrypted. + * Org-roam Protocol Org-roam provides extensions for capturing content from external applications diff --git a/doc/org-roam.texi b/doc/org-roam.texi index c1db0e5..29860f2 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -1030,6 +1030,10 @@ extension in your Org-roam capture templates. For example: :unnarrowed t))) @end lisp +Note that the Org-roam database stores metadata information in plain-text +(headline text, for example), so if this information is private to you then you +should also ensure the database is encrypted. + @node Org-roam Protocol @chapter Org-roam Protocol