Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Idea] Feature for next Custom Prompt update #541

Open
illegalsolutions opened this issue Oct 24, 2023 · 1 comment
Open

[Idea] Feature for next Custom Prompt update #541

illegalsolutions opened this issue Oct 24, 2023 · 1 comment

Comments

@illegalsolutions
Copy link
Contributor

Adding an Option for Custom Prompt Types

The proposed change aims to make custom prompts more flexible. With this change, users can follow these steps:

When adding custom prompts, there will be an option called "Type." This option can be set to either "Insert" or "Show."

If the object right-clicked on the page is a textbox or textarea, the context menu will display prompts with the type set to "Insert." If the right-clicked object is something else, the context menu will show prompts with the type set to "Show."

Prompts with the "Insert" type will be able to receive input from the user. If text is selected in the textbox/textarea, it can be retrieved. If no text is selected, the prompt will function as usual, and the response will be written to the textbox/textarea.

@josStorer
Copy link
Owner

v2.5.6

The Plugin System I envisioned previously is somewhat complex, and due to my limited time and energy, I am unable to implement it temporarily. However, considering that many users require custom prompt functionality, I have now implemented a simplified version. The implementation of this feature is not complex, but it had been missing for the past year, for which I apologize.

Simple custom selection tools is now supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants