-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Task]: Support markup. #15129
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Thank you for your suggestion! I agree that markup would be valuable to support on our add-ons listing pages. I have created a new issue for the team to capture these requirements in more detail. Add-on ratings are designed for users rate the quality of the extension, and provide some words to explain why they chose that rating. It is not designed for bug reports, and we encourage developers to link to a separate external support site for that. Providing markup support in the ratings increases the risk that these fields become used for spam or other nefarious reasons. |
@abyrne-moz, thanks, lots! I'm always glad to see an issue broken into smaller, trackable issues.
The input form is labelled as a review form. Additionally, it appears to accept an unlimited amount of text. These are both significant benefits, because it means that users can provide higher quality reviews. However, without basic italicisation and table support, it can become tedious to write them. Would not a subset of the already fairly restrictive CommonMark be acceptable? Currently, tables, italicisations, bolding, and hyperlink URIs are rendered in plain text from. They can remain so with users familiar with Markdown markup understanding them, but to regular users, it must appear strange – especially URIs being unsanitised yet not encapsulated within a hyperlink. If what you state about your team's intention for the review field is true, then I suggest that you limit its length to a word count and relabel the form to "comment" (or similar), else it shall continue to be used for full reviews, rather than mere comments. However, it would be a significant shame. |
Thank you, I appreciate the feedback. We aim to strike the right balance between enabling add-on users to provide detailed reviews that will be useful for others to decide if they should install the add-on, whilst not encouraging it to be used as a support forum or feature request platform so choosing a character limit will be difficult. Additionally, if we render HTML in the reviews, especially URLs, we quickly see the review system get targeted by SEO spammers attempting to manipulate search rankings. |
@abyrne-moz, how about the most basic CommonMark markup, like italicised and bold text, then? Otherwise, I do understand what you currently do - allowing URIs but not encapsulating them in |
In your opinion, what value would allowing Bold and Italicised text bring to the ratings for end users making a decision about whether or not to install the add-on? |
@abyrne-moz, it doesn't serve a particularly different purpose in this context to most else. Specifically, in some sentences, a section may be of importance in comparison to its surrounding clause. To demonstrate that, a user currently either CAPITALISES it or uses plain-text Markdown syntax ( |
I've consulted with our product designers on this, and researched some other popular ratings platforms to see if they support formatting. We have come to the same conclusion, that the addition of markdown style formatting support would bring a low return on the engineering investment. At this moment we won't be including this functionality on AMO in the ratings area. |
Description
I want (ideally CommonMark, or at least HTML5) markup to render in reviews and add-on descriptions. An example of when fenced code blocks would have been useful to me is noting issues with code to the developer, and an example of when inline code would have been useful is semantically referring to a subdomain in RegEx form.
Of course, italics are also necessary when highlighting something in a paragraph.
Acceptance Criteria
Milestones/checkpoints
Checks
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: