I have been busy a lot lately hence this repository is marked as inactive and stale, please wait for the proper implementation or fork this repository.
A VSCode-like command palette for Inkdrop. (Invoke using Ctrl+K
)
https://my.inkdrop.app/plugins/command-palette
💡 You may need to reload Inkdrop for this plugin to work.
Ctrl
+Alt
+R
- Access and Invoke almost any command in Inkdrop.
- Filter commands by
.
for Formatting Commands and by>
for application commands. - Know which keyboard shortcuts are associated per command[^1].
- Search every command[^2] in Inkdrop.
- Extensible and easily configurable for plugin developers.
ipm install command-palette
Command | Explanation | Keybind |
---|---|---|
commandpalette:toggle | Shows/Hides the Command Palette | Ctrl+K |
'body':
'ctrl-k': 'commandpalette:toggle'
- Initial release, yay!
- configurable settings? I don't know what to put here though...
- ability to use commands that require an argument, requires a bit of reverse engineering
- finalize decision on whether i should isolate commands such as
focus on ****
because we'd be already focusing on it or have another command invokable related to it that works targeted by the selector[^3]. - code documentation/prettify to make it less stressful on the eyes.
- find a way to make commands that rely on native stuff target the proper selector, as of now i could only rule this as a javascript DOM limitation (still researching on it though!)