remotestorage / website

The official remoteStorage website
https://remotestorage.io
16 stars 13 forks source link

Reformat apps.md from HTML to actual Markdown #75

Closed DougReeder closed 2 months ago

raucao commented 2 years ago

Wouldn't it be nice if the data were actually stored in something like a YAML file, and the final page built from that? Shouldn't be too hard with Jekyll...

silverbucket commented 2 years ago

Is there a reason not to use Markdown as the source language over YAML? There are plenty of Markdown to X format tools available.

raucao commented 2 years ago

Not sure what you mean. I'm talking about the data only, not the source markup. Having to mess around with large table markup in Markdown is just very inconvenient and error-prone for adding an entry to a list. Also, it can auto-sort the data, so you can just add entries to the bottom of the list.

So yeah, it would be Markdown, but with the table rows being fed from a YAML list.

silverbucket commented 2 years ago

Not sure what you mean. I'm talking about the data only, not the source markup. So yeah, it would be Markdown, but with the table rows being fed from a YAML list.

Ah, I see, I think I misunderstood that you wanted to have our Markdown docs generated from a YAML file.

raucao commented 2 months ago

Not sure when, but the page has been converted to Markdown a while ago.