-
Notifications
You must be signed in to change notification settings - Fork 129
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
Use system clipboard content than tab url to gen code. #282
Comments
Good idea. Note that this would require a new permission for clipboard access likely, but that can (and should) be optional, so that's not a big deal. HowToI imagine a setting with a checkbox:
If you enable that, instead of using the tab URL it should override it (if required also possible with a message from the background script or so with the clipboard content. Important things:
That all said, I guess this is a good „good first issue“ thing if someone wants to really implement it. Note though, it may be not the easiest one, as one has to touch a few topics (settings, actual logic etc.) that are simplified due to the libs we use, but may still require some clever ideas or so. |
New open source dev here, can I try this one? |
Can I work on this? |
Hi oh sorry for the delay, missed my notifications, yes you can both try. However, @Ravina-Deogadkar I just saw @frooia already did a PR in #286, so that is the base for implementation. I thus will assign @frooia first, but if help is needed, of course I assume @Ravina-Deogadkar you can jump in and help here. Feel free to test or review the PR, BTW. |
So @GrupaIMEX and @Ravina-Deogadkar if you want to take over/finish the PR #286 feel free to do so. There should just be some minor work to do. |
Hello! is this issue still available if so may I work on it? |
Yeah, please just try to build upon the existing work: #286 |
will do thanks! |
Fixed by #337 |
I was commonly used clipboard content to generate code.
Try to give an option to choose.
The text was updated successfully, but these errors were encountered: