Separate Usage documentation into read and write
Separate the Usage documentation section into reading from and writing to clubhouse, and add documentation for a few previously-undocumented commands.
This commit is contained in:
parent
7167932309
commit
6b701daaa5
1 changed files with 15 additions and 7 deletions
20
README.org
20
README.org
|
@ -60,8 +60,20 @@ their todo-keyword in org-mode. To opt-into this behavior, set the
|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
In addition to updating the status of stories linked to clubhouse tickets,
|
** Reading from clubhouse
|
||||||
org-clubhouse provides the following commands:
|
|
||||||
|
- ~org-clubhouse-headlines-from-query~
|
||||||
|
Create org-mode headlines from a [[https://help.clubhouse.io/hc/en-us/articles/360000046646-Searching-in-Clubhouse-Story-Search][clubhouse query]] at the cursor's current
|
||||||
|
position, prompting for the headline indentation level and clubhouse query
|
||||||
|
text
|
||||||
|
- ~org-clubhouse-headline-from-story~
|
||||||
|
Prompts for headline indentation level and the title of a story (which will
|
||||||
|
complete using the titles of all stories in your Clubhouse workspace) and
|
||||||
|
creates an org-mode headline from that story
|
||||||
|
- ~org-clubhouse-headline-from-story-id~
|
||||||
|
Creates an org-mode headline directly from the ID of a clubhouse story
|
||||||
|
|
||||||
|
** Writing to clubhouse
|
||||||
|
|
||||||
- ~org-clubhouse-create-story~
|
- ~org-clubhouse-create-story~
|
||||||
Creates a new Clubhouse story from the current headline, or if a region of
|
Creates a new Clubhouse story from the current headline, or if a region of
|
||||||
|
@ -81,10 +93,6 @@ org-clubhouse provides the following commands:
|
||||||
- ~org-clubhouse-update-description~
|
- ~org-clubhouse-update-description~
|
||||||
Update the status of the Clubhouse story linked to the current element with
|
Update the status of the Clubhouse story linked to the current element with
|
||||||
the contents of a drawer inside the element called DESCRIPTION, if any exists
|
the contents of a drawer inside the element called DESCRIPTION, if any exists
|
||||||
- ~org-clubhouse-headlines-from-query~
|
|
||||||
Create org-mode headlines from a clubhouse query at the cursor's current
|
|
||||||
position, prompting for the headline indentation level and clubhouse query
|
|
||||||
text
|
|
||||||
- ~org-clubhouse-claim~
|
- ~org-clubhouse-claim~
|
||||||
Adds the user configured in ~org-clubhouse-username~ as the owner of the
|
Adds the user configured in ~org-clubhouse-username~ as the owner of the
|
||||||
clubhouse story associated with the headline at point
|
clubhouse story associated with the headline at point
|
||||||
|
|
Loading…
Reference in a new issue