-
Notifications
You must be signed in to change notification settings - Fork 79
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
Enter selected text into Scribe #485
Enter selected text into Scribe #485
Conversation
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and iOS rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist
|
A few things to consider here, @Jag-Marcel:
This is amazing! Thank you! 🚀 |
Talking about it in the sync: The general thinking is that the command should be directly ran :) |
This is ready for a file review at this point, right @Jag-Marcel? :) |
Not yet, I still haven't changed the behaviour with the commands |
Commands are now executed on the highlighted text immediately instead of being entered into the command bar's text field for the command.
i.e. it now shows "Not in Wikidata" and "Already plural" messages as it's supposed to
Ready to review now, @andrewtavis! I also edited the description of the PR to match. |
Fantastic, @Jag-Marcel! Will get to this soon :) Working on getting emojis for the English keyboard via implementing it in Scribe-Data, and then the translations :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really amazing work here, @Jag-Marcel! 😊 Thanks so much for putting so much care into this issue! Really has turned out wonderfully, and using it even in testing was really fun :D
Contributor checklist
Description
These are changes to the behaviour of the Scribe key when text in the text field is selected. Currently, it only shows you annotations for the selected word (i.e. "N" for neuter words). Here, I changed it so the selected Scribe command's action is executed on the highlighted text.
Before
After (after pressing "Plural" in the command bar)
We also considered an option where the text would simply be entered into the command bar's text field, but decided against it:
Related issues