Skip to content

Commit 0ab980d

Browse files
committed
Add table of contents to public receiver docs
1 parent becb2c1 commit 0ab980d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

android/public-receiver.org

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
/For integration with [[https://tasker.joaoapps.com/][Tasker]], [[https://llamalab.com/automate/][Automate]], etc./
66

7+
* Table of Contents
8+
- [[#types][Types]]
9+
- [[#arguments-extras][Arguments (Extras)]]
10+
- [[#json-types][JSON types]]
11+
- [[#actions][Actions]]
12+
- [[#add_note][ ~ADD_NOTE~ ]]
13+
- [[#add_saved_search][ ~ADD_SAVED_SEARCH~ ]]
14+
- [[#delete_note--delete_notes][ ~DELETE_NOTE~ / ~DELETE_NOTES~ ]]
15+
- [[#delete_saved_search][ ~DELETE_SAVED_SEARCH~ ]]
16+
- [[#edit_note][ ~EDIT_NOTE~ ]]
17+
- [[#edit_saved_search][ ~EDIT_SAVED_SEARCH~ ]]
18+
- [[#get_books][ ~GET_BOOKS~ ]]
19+
- [[#get_note][ ~GET_NOTE~ ]]
20+
- [[#get_saved_searches][ ~GET_SAVED_SEARCHES~ ]]
21+
- [[#get_widets][ ~GET_WIDETS~ ]]
22+
- [[#move_note--move_notes][ ~MOVE_NOTE~ / ~MOVE_NOTES~ ]]
23+
- [[#move_saved_search][ ~MOVE_SAVED_SEARCH~ ]]
24+
- [[#refile_note--refile_notes][ ~REFILE_NOTE~ / ~REFILE_NOTES~ ]]
25+
- [[#search][ ~SEARCH~ ]]
26+
- [[#set_widget][ ~SET_WIDGET~ ]]
27+
728
* Types
829
** Arguments (Extras)
930
The "arguments" to an action are supplied via the ~extras~ in the intent.

0 commit comments

Comments
 (0)