heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.93k stars 195 forks source link

Feature Request: Command Palette #8

Open AlexMason opened 9 months ago

AlexMason commented 9 months ago

Add a visual command palette similar to what is offered in VS code. A proper command palette can provide a layer of discoverability for someone to find an obscure or less commonly used command/key bind.

image

kjk commented 3 months ago

FYI: I've implemented command palette in my fork. It looks like this:

image

My fork: https://github.com/kjk/edna, https://edna.arslexis.io/

heyman commented 3 months ago

Yes, a command palette is planned - together with proper key bindings support.