changed: readme
This commit is contained in:
parent
d949373329
commit
8985683bb9
|
@ -15,7 +15,7 @@ you can use remote mode with your own php server to access your notes from the c
|
|||
* launch command "edit pgp keys" and paste your public and private keys as a single file (passphrase is not supported)
|
||||
* switch to remote mode: ctrl+shift+V
|
||||
|
||||
your data file will always be pgp encrypted and will never reach the server unencrypted.
|
||||
your data file will never reach the server unencrypted.
|
||||
|
||||
to protect your data file access by a password, edit settings.php and change `$password` variable.
|
||||
|
||||
|
@ -27,6 +27,13 @@ your password will be sent from browser to server through a post http query with
|
|||
* notes list: ctrl+p
|
||||
* command palette: ctrl+shift+p
|
||||
|
||||
## cli tool
|
||||
|
||||
```
|
||||
cd cli
|
||||
python3 app.py
|
||||
```
|
||||
|
||||
## reclaim your data
|
||||
|
||||
download your notes in a single json file with ctrl+shift+s.
|
||||
|
|
Loading…
Reference in New Issue