You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of PR mjakeman/text-engine#3, my rich text component now supports enough of HTML to display comments from extensions.gnome.org. Comments and reviews will therefore be part of the 0.3 release 🥳.
As a quick demonstration, the following messy HTML snippet:
<p>There was an Old Man with a beard\nWho said, "It is just as I feared!</p><p> > Two Owls and a Hen,<br> > Four Larks and a Wren,</p><p>Have all built their nests in my beard!"</p>
Is successfully rendered as follows, with support for wrap-around if necessary.
The user should be able to view comments and extension ratings as part of the search results.
Displaying the comments will be quite tricky. We need a way to either render HTML or (ideally) convert it to Pango markup.
Investigate whether there is a way to display simple HTML markup without using webkit.
The text was updated successfully, but these errors were encountered: