CAN: COMMAND_LIST¶
Backlinks¶
- The CAN list command should show the names of your notes
- The list command should fire a COMMAND_LIST event. A list-names event handler should listen for this event and log each name out on a separate line.
- The CAN list command should take an argument to filter note names
- The fuzzy search will be performed with fuze.js. When COMMAND_LIST is fired, the argument should be passed along with it if present. The filtering will happen in the list-name handler