-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[IMPROVE] Quote fragment of a message #21290
[IMPROVE] Quote fragment of a message #21290
Conversation
This pull request introduces 1 alert and fixes 1 when merging 7bb5861 into a92800b - view on LGTM.com new alerts:
fixed alerts:
|
7bb5861
to
a98bd36
Compare
…ing the desired part Co-authored-by: Mikhaelle Bueno <[email protected]>
a98bd36
to
8cbb367
Compare
This pull request introduces 1 alert and fixes 1 when merging 8cbb367 into a92800b - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 54128ed into f01b255 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 1 alert when merging 2056141 into f01b255 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging a8b83f5 into 3df8181 - view on LGTM.com fixed alerts:
|
Proposed changes (including videos or screenshots)
Adds functionality of selecting only a fragment of a message and quoting it, displaying only the relevant part of the message in the quote. It uses URL query parameters in the quote markdown to determine the start and the end of a quote. Quoted fragment is prepended and appended by
[...]
to avoid messages being taken out of context.Issue(s)
Closes RocketChat/feature-requests#877
Steps to test or reproduce
Adds a new message action button when the user selects part of the message's text
![image](https://user-images.githubusercontent.com/23219524/111389555-ef68cc00-868f-11eb-9f3f-17b460b47dae.png)
Quoted fragment is displayed as below
![image](https://user-images.githubusercontent.com/23219524/111389652-14f5d580-8690-11eb-820e-030cfb3ffb1b.png)
Further comments