notes/readme.md

32 lines
891 B
Markdown
Raw Normal View History

2023-01-18 12:34:55 +01:00
# notes
## getting started
launch index.html from your web server or local computer, or try https://notes.ouvaton.org.
2023-01-18 12:34:55 +01:00
your notes are stored in your browser local storage.
2023-01-18 12:34:55 +01:00
## remote mode
2023-01-18 12:34:55 +01:00
you can use remote mode with your own php server to access your notes from the cloud.
2023-01-18 12:34:55 +01:00
* put the source files on your php server
2023-01-18 12:34:55 +01:00
* navigate to index.html
* switch to remote mode: ctrl+shift+V
2023-01-18 12:34:55 +01:00
to protect your data by a password, edit handler.php and change `$password` variable.
your password will be sent from browser to server through a POST http query with no more encryption than ssl, if enabled. it is stored unencrypted in your browser local storage.
## usage
* help: f1
* notes list: ctrl+p
* command palette: ctrl+shift+p
2023-01-24 22:44:09 +01:00
## reclaim your data
2023-01-18 12:34:55 +01:00
download your notes in a single json file with ctrl+shift+s.
2023-01-18 12:34:55 +01:00
2023-01-24 22:44:09 +01:00
write a moulinette to flatten them as md files.