diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 19:12:00 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-11-26 19:12:00 +0100 |
| commit | d4ad38ecccd29245d4dca60275db64f27e7a5996 (patch) | |
| tree | c1c9eb926df1a05dad6485410a785e2c7143e3d3 /README.org | |
| parent | b3f0258e041fe03b527576d5433d726d5c9d9be4 (diff) | |
add commands and shortcuts to change the state of an entry
add bibli-paris/set-to-{todo,next,booked,done} and the corresponding shortcuts
prefixed by SPC mt
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -37,18 +37,21 @@ To use the Orgzly mobile app with a reading list, the following searches may be The following commands are available. -| Command | Shortcut | Description | -|---------------------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| =bibli-paris/mode= | =SPC mb= | Enable the shortcuts described in this table. | -| =bibli-paris/import-from-csv= | =SPC mi= | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. | -| =bibli-paris/sort= | =SPC ms= | Sort the entries by their quotes. | -| =bibli-paris/update-entry= | =SPC mu= | Asynchronously update the availability status and quote of the entry at point. | -| =bibli-paris/update-region= | =SPC mur= | Asynchronously update the availability status and quotes of the entries in the current region. | -| =bibli-paris/update-buffer= | =SPC mub= | Asynchronously update the availability status and quotes of the entries in the current buffer. | -| =bibli-paris/archive-all-read= | =SPC mA= | Archive all entries in the =DONE= state. | -| =bibli-paris/number-of-entries= | =SPC m?= | Display the number of entries in the current buffer. | -| =bibli-paris/previous-entry= | =SPC mk= | Move the cursor to and put forward the previous entry. | -| =bibli-paris/next-entry= | =SPC mj= | Move the cursor to and put forward the next entry. | +| Command | Shortcut | Description | | | | | +|---------------------------------+-----------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---+-----------------------------+-----------+------------------------------------------------------------------------------------------------| +| =bibli-paris/mode= | =SPC mb= | Enable the shortcuts described in this table. | | | | | +| =bibli-paris/import-from-csv= | =SPC mi= | Import entries from the CSV file downloaded on https://bibliotheques.paris.fr/. The first argument is the path to the CSV file, and the second and third (optional) arguments are the tags and state to set the imported entries to. | | | | | +| =bibli-paris/next-entry= | =SPC mj= | Move the cursor to and put forward the next entry. | | | | | +| =bibli-paris/previous-entry= | =SPC mk= | Move the cursor to and put forward the previous entry. | | | | | +| =bibli-paris/sort= | =SPC ms= | Sort the entries by their quotes. | | | | | +| =bibli-paris/set-to-todo= | =SPC mtt= | Switch the entry at point to the =TODO= state. | | | | | +| =bibli-paris/set-to-next= | =SPC mtn= | Switch the entry at point to the =NEXT= state. | | | | | +| =bibli-paris/set-to-booked= | =SPC mtb= | Switch the entry at point to the =BOOKED= state. | | | | | +| =bibli-paris/set-to-done= | =SPC mtd= | Switch the entry at point to the =DONE= state. | | =bibli-paris/update-buffer= | =SPC mub= | Asynchronously update the availability status and quotes of the entries in the current buffer. | +| =bibli-paris/update-entry= | =SPC mue= | Asynchronously update the availability status and quote of the entry at point. | | | | | +| =bibli-paris/update-region= | =SPC mur= | Asynchronously update the availability status and quotes of the entries in the current region. | | | | | +| =bibli-paris/archive-all-read= | =SPC mA= | Archive all entries in the =DONE= state. | | | | | +| =bibli-paris/number-of-entries= | =SPC m?= | Display the number of entries in the current buffer. | | | | | * Customization |
