From e62cca0e521abead354fe59bad65ff6d89b9a006 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 30 Sep 2024 10:43:42 +0200 Subject: [PATCH] add download usage --- readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 8f1012c..d9c696e 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,13 @@ No javascript. ## 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 | -| tag | filter list by tag | show all tags in list | alt-t | -| clip | insert in todo | do nothing | alt-c | +| 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 | +| tag | filter list by tag | show all tags in list | alt-t | +| clip | insert in todo | | alt-c | +| download | download all notes in a zip file | | alt-d | | Note page | action with param | hotkey | |------------------------|--------------------------|--------|