Command Mode
Clone this wiki locally
To enter command mode, the default keyboard shortcut is ctrl + enter. You can also enter command mode by double clicking on an item. You can exit command mode by pressing esc or clicking outside of the current item. Many commands accept arguments, which are computed expressions. Computed expressions that begin with an alphanumeric character should be wrapped in parentheses. For example, the following command adds an item with the text "time [=] 0" to each item in $items that does not already contain an item named "time".
for each ( filter($items, not(item("time"))) ), add item "time [=] 0"
The Commands
Creating, Sharing, and Deleting Lists
new list "list title"share list with "username"stop sharing liststop sharing list with "username"permanently delete list "list title"
Import
import from csvimport from txtimport from json
Export
copydownload as csvdownload as txtdownload backup
Navigation (also see Navigating)
gotogoto listgo homedownupzoom inzoom out
Expand and Collapse
expandexpand allexpand siblingsexpand items recursivelycollapsecollapse allcollapse siblingscollapse items recursivelytoggle collapsetoggle collapse siblings
Moving Items
indentoutdentindent siblingsoutdent itemsoutdent straightslide outmove upmove downmove to list
Sorting and Grouping
sort itemssort items bygroup items byungroupungroup itemspivot itemsshuffle itemsreverse items
Text Manipulation
add textadd prefixremove textreplace textchange text ofchange text
Creating Items
new itemadd itemadd itemsduplicatesplit to list
Deleting Items
deletedelete items
Command Loops
for each item,for each item recursively,for each ( computed_array_of_items ),
Meta Commands
enter command modeexit command modetoggle command modeexecute previous command
Customizing the Interface
change themechange fonthide headershow header
Other
lognoopfreeze computed valueundoredotemplatemake template-
pause computation/unpause computation