Closed rinigus closed 2 years ago
@black-sheep-dev: Such rendering would require markdown processing, wouldn't it? So far we have used GitHub HTML output in GraphQL (issues, releases) and there was no need to handle MD. Any recommendations regarding it?
In terms of formatting, notice that we use capitalized tags ("Url" and not "url")
I used showdown.js javascript library inside SailHub to render markdown text. I only add some additional styling to the rendered html.
Attached a small example example.zip
Thanks, that is very helpful!
I can see I forgot yo reply regarding Type: desktop-application
. That's needed as we also have console apps and libraries in Chum. In particular, end users are not very much interested in libs as those are pulled as a dependency.
I also tried the C++ renderer Maddy but showdown renders better in my opinion
It would be nice to add an url to a readme (markdown) to the package:
This could be rendered in Chum GUI instead of the description if present.
Originally posted by @black-sheep-dev in https://github.com/sailfishos-chum/main/issues/29#issuecomment-1008158448