From fcb2d98ed5c81d304242592febe45fa724264dff Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 27 Sep 2024 15:20:05 +0200 Subject: [PATCH] add usage --- usage.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 usage.md diff --git a/usage.md b/usage.md new file mode 100644 index 0000000..fd3f9f9 --- /dev/null +++ b/usage.md @@ -0,0 +1,27 @@ +| 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 | + +| Note page | action with param | hotkey | +|------------------------|--------------------------|--------| +| home (default action) | save and back to home | alt-h | +| save | save | alt-s | +| preview | save and show markdown preview | alt-p | +| links | save and show links | alt-l | +| stats | save and show stats | alt-i | +| delete | delete (rename as .del) | alt-d | + +| On list | action | +|------------------------|--------------------------| +| clic on tag | filter list by tag (home with tags+param) | + +| Url params | action | +|------------------------|--------------------------| +| reindex | force notes reindex | +| clip+param | same as button | +| open+param | same as button | +| tags+param | same as button | +| search+param | same as button | \ No newline at end of file