command-pal
command-pal copied to clipboard
The hackable command palette for the web, inspired by Visual Studio Code.
Using current master and cp-advanced/index.html I see multiple close events firing when I open and type ESC to close.
I am looking at implementing a formatting function for a text area to be triggered from command pal. To do this, being able to see what control was focused when...
Very nice JS library you have here. I spent the weekend working with it and I like it. Unfortunately I have to change the content security policy to include `unsafe-inline`...
Note: This upgrades the required version of fuse.js to 6.6.2. This version allows weighting to be properly specified. This adds an aliases array for each command. A match in the...
Hello: I am creating a command to copy the current URL to the clipboard. Since the user may not have given me permission, or the clipboard API may not be...
Implementation same as for footer, but on the other end.
This addresses #25. I am not sure if it's the right way to get App and CommandPal to cooperate, but it works. ``` // Display the instance c.displayPalette(true) // Hide...
New CommandPal option footerText. If set to null (default) no footer is displayed. If set to a string the string is displayed. The way I handle conditionally showing the footer...
This adds support for placing icons to the left of the commands. 5 cases are supported: 1. if icon is not defined, it inserts an empty svg that holds 24px...
Hello: I was looking for a command palette to add to my roundup issue tracker tracker template. It looks like command-pal and [ninja-keys](https://github.com/ssleptsov/ninja-keys) are the only two implementations that work...