Improve formatting the title of the search results
The categories of the search results could be improved, e.g. using breadcrumb delimiters like "»".
Currently the following search terms are not rendered prettily:
search for "small"
t > Why Rocket?
<strong>Small</strong>
search for "frontend"
Rocket > Why Rocket?Small
good catch - we planned to work on search improvements in a 2-3 weeks...
if this is something of a priority for you then we can prioritise it for earlier - let us know 🤗
Some improvements I would recommend, and could help implement
- Make the results change cursor to
pointer. (Twitter and Github do this) - If the text content is cut off from the start, add a
...before it. - As @blackgwe suggested, use some kind of breadcrumb delimiter for all parts. One would be needed also between (in example image) the "Why Rocket?" and "Small" in my opinion.
indeed there are also a few other improvements we should make
https://github.com/daKmoR/rocket/issues/119
I could maybe take a shot at applying these improvements :)
I've added quite some of these fixes in a PR here .
We might have to think about how to get the sub-titles formatted more nicely. A quick look at the code seemed to couple the "Why Rocket?" and "Small" onto the same object.
Could we somehow split the subtitles into their own object?