fix readme to be readable in inkdrop

This commit is contained in:
fuwaa 2022-08-24 17:17:41 +08:00
parent 663a55ffe5
commit e436bc873c
No known key found for this signature in database
GPG key ID: 7CE0BF0D3175E2DC

View file

@ -2,6 +2,8 @@
A VSCode-like command palette for Inkdrop.
> 💡 You may need to reload Inkdrop for this plugin to work. `Ctrl` + `Alt` + `R`
![Inkdrop_logbdEi1qT](https://user-images.githubusercontent.com/53419401/186372300-eadccb9e-5acb-4771-ac1c-1d46728ce75a.gif)
## Features
@ -48,6 +50,8 @@ ipm install command-palette
- [ ] 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!)
[^1]: Current version is limited to only default keybindings, planned support for user defined `keymaps.cson` is in the works.
[^2]: Provided that the plugin developer provides support for their command via `lib/commands/plugins.js`
[^3]: For now, if you search for a command like that, it won't show anything but it's always visible on the full list, oh and you can't invoke it either.
###### 1: Current version is limited to only default keybindings, planned support for user defined `keymaps.cson` is in the works.
###### 2: Provided that the plugin developer provides support for their command via `lib/commands/plugins.js`
###### 3: For now, if you search for a command like that, it won't show anything but it's always visible on the full list, oh and you can't invoke it either.