(docs): add note on encryption (#1597)

This commit is contained in:
Jethro Kuan
2021-07-18 14:55:32 +08:00
committed by GitHub
parent 5e42d854c1
commit 4c5a041556
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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