This is useful for e.g. button bars Not sure what to call it, `isList`, `hasList`, `inList`? ```js queries: { isList: editor => !!getListItem(editor, editor.value.startBlock) } ``` getListItem will then need a guard for undefined `block`