command-pal
command-pal copied to clipboard
The hackable command palette for the web, inspired by Visual Studio Code.
In the documentation you have a `name` and a `description` property. In the [codepen example](https://codepen.io/benaloney/pen/BaobQmd?editors=1111) I changed the first command item from: ``` { name: "Goto Profile", handler: () =>...
If I create an instance of command-pal, can I activate it from a button I create? It looks like the hotkey or clicking on the button set internal state, but...
When command-pal runs, svelte inject style blocks into the page. These style blocks will not be applied if you use Content Security Policies (CSP) to secure your web application. To...
Would it be possible to add a version property to CommandPal? Would something like: ```js class CommandPal { version = "0.2.7"; constructor(options) { console.log("CommandPal", { options }); this.options = options...
Hi Ben: So far I have cloned the repo. Then added: ``` % sudo apt-get install npm ``` then after `npm run dev` reported it can't find rollup I did:...