From f064242acfb18b0efe1f04cfa1120caaa288c147 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 8 Oct 2024 10:00:40 +0200 Subject: [PATCH] update readme --- readme.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/readme.md b/readme.md index a4b9434..2417ea8 100644 --- a/readme.md +++ b/readme.md @@ -6,25 +6,22 @@ No javascript. ## Install * Upload the files on a php server. -* Edit settings.php.sample.php and rename it to settings.php. +* Edit settings.php.sample and rename it to settings.php. ## Usage -| Home page | action with param | action with empty param | hotkey | -|------------------------|----------------------------------|-------------------------------|--------| -| search (default action)| full text search | reload home | alt-s | -| open | open if exists, or create | create with timestamp as title| alt-o | -| download | download all notes in a zip file | | alt-d | +| Home page | action | hotkey | +|-----------------------------|----------------------------------|--------| +| press enter in search field | full text search | alt-s | +| new | create new note | alt-o | +| download | download all notes in a zip file | alt-d | -| Note page | action with param | hotkey | -|------------------------|--------------------------|--------| -| home (default action) | save and back to home | alt-h | -| save | save | alt-s | +| Note page | action with param | hotkey | +|------------------------|--------------------------------|--------| +| home | save and back to home | alt-h | +| save | save | alt-s | | preview | save and show markdown preview | alt-p | -| delete | delete (rename as .del) | alt-d | +| download | save and download as .md file | alt-d | +| delete | delete (rename as .del) | alt-d | -| Url params | action | -|------------------------|--------------------------| -| reindex | force notes reindex | -| open+param | same as button | -| search+param | same as button | \ No newline at end of file +todo: url params