update readme
This commit is contained in:
parent
6fbc287759
commit
f064242acf
29
readme.md
29
readme.md
|
@ -6,25 +6,22 @@ No javascript.
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
* Upload the files on a php server.
|
* 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
|
## Usage
|
||||||
|
|
||||||
| Home page | action with param | action with empty param | hotkey |
|
| Home page | action | hotkey |
|
||||||
|------------------------|----------------------------------|-------------------------------|--------|
|
|-----------------------------|----------------------------------|--------|
|
||||||
| search (default action)| full text search | reload home | alt-s |
|
| press enter in search field | full text search | alt-s |
|
||||||
| open | open if exists, or create | create with timestamp as title| alt-o |
|
| new | create new note | alt-o |
|
||||||
| download | download all notes in a zip file | | alt-d |
|
| download | download all notes in a zip file | alt-d |
|
||||||
|
|
||||||
| Note page | action with param | hotkey |
|
| Note page | action with param | hotkey |
|
||||||
|------------------------|--------------------------|--------|
|
|------------------------|--------------------------------|--------|
|
||||||
| home (default action) | save and back to home | alt-h |
|
| home | save and back to home | alt-h |
|
||||||
| save | save | alt-s |
|
| save | save | alt-s |
|
||||||
| preview | save and show markdown preview | alt-p |
|
| 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 |
|
todo: url params
|
||||||
|------------------------|--------------------------|
|
|
||||||
| reindex | force notes reindex |
|
|
||||||
| open+param | same as button |
|
|
||||||
| search+param | same as button |
|
|
||||||
|
|
Loading…
Reference in New Issue