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

A single shortcut to proofread only the newly typed text #196

Open
wgnmedia opened this issue Dec 11, 2024 · 4 comments
Open

A single shortcut to proofread only the newly typed text #196

wgnmedia opened this issue Dec 11, 2024 · 4 comments
Assignees
Milestone

Comments

@wgnmedia
Copy link

I would love to see an option for a direct shortcut to send the newly typed text to ChatGPT without needing to activate the prompts menu or manually select the text. This could be implemented by automatically extracting the text above the "On DATE, NAME wrote" line in the case of a reply, or using the entire text if it's a new message.

I believe this is the most common use case for most users, so having a one-click, more efficient way to achieve this would greatly enhance the experience.

Thank you for your wonderful add-on.

@micz
Copy link
Owner

micz commented Dec 11, 2024

I'll check if this is possibile.
It should get the text before <div class="moz-cite-prefix">...</div> element.

Thank you!

@wgnmedia
Copy link
Author

wgnmedia commented Dec 12, 2024

Thinking about it, all it needs are:

  1. An option for a shortcut to a specific prompt
  2. An option for auto submit the text above <div class="moz-cite-prefix">...</div>

I also assume the same element mentioned above works the same for forward as it works for reply.

Thank you.

@micz
Copy link
Owner

micz commented Dec 12, 2024

It's not easy to find free shortcuts, so I don't think adding a new one for a single prompt is a viable solution.
You can use the shortcut to open the menu and press a number to submit a prompt, without pressing the enter key.

I was thinking to add a new data placeholder to get the text as you asked, so it could be used also on a custom prompt.
It should work also when forwarding.

@micz micz added this to the 3.1.0 milestone Jan 6, 2025
@micz micz self-assigned this Jan 9, 2025
@micz
Copy link
Owner

micz commented Jan 9, 2025

To be released in version 3.1.0

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

No branches or pull requests

2 participants