note-taking app in javascript (data is stored client-side in browser local storage) https://notes.ouvaton.org
Go to file
quenousimporte 36458ad166 trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
cli trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
libs changed: download all notes in zip 2023-09-01 10:40:28 +02:00
LICENSE Initial commit 2023-01-18 12:34:02 +01:00
favicon.ico initial commit 2023-01-18 12:34:55 +01:00
handler.php trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
index.html trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
main.js trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
manifest.json changed: manifest for sharing 2023-09-01 10:09:32 +02:00
notes192.png added: pwa 2023-06-19 13:02:41 +02:00
notes512.png added: pwa 2023-06-19 13:02:41 +02:00
readme.md trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
settings.php fixed: ics file not found 2023-07-17 09:16:10 +02:00
split.css trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
split.html trimed trailing whitespaces 2023-09-11 09:57:00 +02:00
style.css trimed trailing whitespaces 2023-09-11 09:57:00 +02:00

readme.md

notes

getting started

launch index.html from your web server or local computer, or try https://notes.ouvaton.org.

your notes are stored in your browser local storage.

remote mode

you can use remote mode with your own php server to access your notes from the cloud.

  • put the source files on your php server
  • browse index.html
  • 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.

to protect your data file access by a password, edit settings.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. password is stored unencrypted in your browser local storage and in the settings.php file on server side.

usage

  • help: f1
  • notes list: ctrl+p
  • command palette: ctrl+shift+p

reclaim your data

download your notes in a single json file with ctrl+shift+s.

then you can write a moulinette to flatten them as md files.