Support hotkey for applying a specific custom prompt
Is your feature request related to a problem? Please describe. I have a custom prompt for simplifying selected text in a certain way. Right now I have to
- trigger "apply custom prompt"
- select my specific prompt.
- apply. I use this custom prompt very frequently, so it would be very nice to bind it with a hotkey.
(I do not use the existing "Simplify selection" because I want to see the simplified text with explanation and some other things)
Describe the solution you'd like Need to add a new option in the hotkey setting page.
Describe alternatives you've considered N/A
Additional context N/A
Would you like to work on this one?
Sure. Feel free to assign it to me.
To support hotkey, we need to first create a custom command for a given custom prompt.
👍 for this issue. I think there's a similar feature in the Templater plugin. From the settings view, you can choose a specific template, creating a command to create or insert that template. I think we could implement this feature using a similar approach?