lektor / lektor-website

The main lektor website.
https://www.getlektor.com/
Other
160 stars 134 forks source link

Moving plugins into sections #185

Closed nixjdm closed 6 years ago

nixjdm commented 6 years ago

resolves #182

pluginslist2 pluginslist1

I suggest trying out the branch pluginslist-update id you'd like to see it laid out in a pretty way :)

I moved them into sections I think make sense, and tried to keep the official ones distinguishable. Each subsection is also sorted alphabetically.

This does not included any tagging or fancier categorization. It is meant to be rough, yet better than what we have right now.

@lektor/developers ?

goanpeca commented 6 years ago

Maybe a screenshot would help :-p ?

Also, why not use a model to store the plugins, instead of a manual markdown list?

nixjdm commented 6 years ago

@goanpeca Screenshots attached! Sorry, I was lazy. That wasn't too hard.

I was thinking that this would be an incremental change that we could get out there quickish if the rough category breakdown is good. That still can happen if you like it.

Buuut, you're totally right that the other plugin things really should require a model, and that'll allow us to remake something similar to this programmatically. I'm thinking about making a top-level nav page for plugins and themes, where you can do fancier things like see their lists / categories / tags, and get to their individual pages from. See that navbar on the top of the screenshot?

With that, I'd remove https://www.getlektor.com/docs/plugins/list/ and make it a redirect to https://www.getlektor.com/plugins which would be new.

goanpeca commented 6 years ago

looks good :)