note-taking app in javascript (data is stored client-side in browser local storage) https://notes.ouvaton.org
Go to file
quenousimporte b0bc267e18 add: import folder of md files 2024-03-12 17:06:53 +01:00
cli dropped: sms support 2023-12-13 08:51:47 +01:00
clipper changed: clip in todo instead of bookmarks 2024-01-17 09:09:25 +01:00
libs changed: download all notes in zip 2023-09-01 10:40:28 +02:00
favicon.ico initial commit 2023-01-18 12:34:55 +01:00
handler.php change remote call (init) 2024-02-15 16:02:56 +01:00
index.html added: saved mark 2023-11-28 15:24:33 +01:00
main.js add: import folder of md files 2024-03-12 17:06:53 +01:00
manifest.json fixed: share target 2024-01-24 11:07:39 +01: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 added: clipper in readme 2024-01-28 18:33:16 +01:00
settingssample.php change remote call (init) 2024-02-15 16:02:56 +01: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 fix search area font family 2024-01-31 13:55:45 +01:00

readme.md

notes

Getting started

Launch index.html from your web server or try https://notes.ouvaton.org.

Your notes are stored in your browser local storage.

Usage

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

Sync feature

To sync your notes in the cloud:

  • put the source files on your php server
  • browse index.html
  • paste your public and private PGP keys as a single file (passphrase is not supported)
  • refresh the page

Your data is always encrypted before reaching the server.

To protect your data file access by a password, edit settings.php and change $password variable. The password is sent from browser to server through a post http query, encrypted with ssl if enabled. It is stored unencrypted in your browser local storage and in the settings.php file on server side.

Cli tool

cd cli
python3 app.py

Requires python3, curl, gnupg and a text editor.

Web clipper

Add clipper\clipper.js as bookmarklet on your web browser bookmark toolbar. Click to add current URL to a note named todo.

Export your data

You can download your notes in a single json data file, or as flat markdown files in a zip archive.