listary-plugin-example icon indicating copy to clipboard operation
listary-plugin-example copied to clipboard

Listary plugin example

Results 3 listary-plugin-example issues
Sort by recently updated
recently updated
newest added

For example, A simple search function: async function search(query) { return [{ title: ":"+query }]; } when I type something in listary, the result returns very slowly, about 1-2 second

Like the following picture. It looks like the plugin is not working: ![image](https://user-images.githubusercontent.com/4996660/102006422-fc59e480-3d5b-11eb-91e5-a33629a2bb14.png)

Hello,Is there other execution besides 'OpenUrl'?thks