fr3nd / msxhub-packages

Packages for msxhub.com
4 stars 8 forks source link

make <package> html page output #72

Closed immetoo2 closed 2 years ago

immetoo2 commented 2 years ago

It would be very helpfull to have an html page output of the package. This for the description formatting, so the page should almost look like an msxhub.com page.

fr3nd commented 2 years ago

At the end the description of the package uses Markdown for the format. Any markdown previewer should show a very close approximation of how it will look like in the web.

For example:

immetoo2 commented 2 years ago

Yes we know, what i meant is that make [package] or make [package]-html build target outputs the (full) html version. Is it possible to copy the ~20lines of python+template from the msxhub codebase and add it as a make target ?

fr3nd commented 2 years ago

I honestly think this is out of the scope for the make script. It's supposed to be used to automate the creation of the packages, and I'm not sure how useful it would be to see HTML in the console without parsing...

Considering that there are already many tools that can do this task, I think I will close this issue.