1.0.0-alpha.2
It should be pretty clear for anyone exploring features that Underline and Code features are already available.

When showcasing Underline and Code, make sure to point to an article about creating custom builds: https://github.com/ckeditor/ckeditor5/issues/669
Yep, we need a Features -> Basic text styles guide.
Content:
Maybe we should showcase a "full-featured" editor somewhere? Not because it makes sense as an editor but simply to showcase all editor features that are available.
Code, Underline, Alignment: there are lots of features disabled in default editor builds already and more will come but we should still make sure developers know about them. If we develop features and then hide them from the people, then what's the point?
TBH a simple list would do the trick. We can generate it automatically.

Maybe we could have this list here https://docs.ckeditor.com/ckeditor5/latest/features/index.html?
BTW, we also have https://github.com/ckeditor/ckeditor5#packages and we'll be redesigning the readme soon, so we'll need to decide whether we want to maintain that list in the readme or move it to the docs.
cc @wojtekidd
I think instead of index, it should be named "A brief list of all features" or something like that and be linked in the sidebar. Reasoning: it will be huge and will duplicate dedicated features examples, which explain them in more details.
In such a "brief list of all features" we could also mention which package provides that feature and mention the button name (if any), to satisfy all the users asking us for years for a complete list of toolbar items.
In such a "brief list of all features" we could also mention which package provides that feature and mention the button name (if any), to satisfy all the users asking us for years for a complete list of toolbar items.
Yes, what I meant was that the list should be very simple: a name of the feature, a name of the package which delivers it, some super–short description, and a button (if any).
When people think about features, they think buttons not "engines". If they see a button, it becomes very clear what does it mean. I think it is important for the DX.
When people think about features, they think buttons not "engines". If they see a button, it becomes very clear what does it mean. I think it is important for the DX.
At the same time, not every end-user feature has a button (magicline, clipboard). So the name of the feature is still the first thing to list. But I agree that in the next column we can list button names.
Most helpful comment
I think instead of index, it should be named "A brief list of all features" or something like that and be linked in the sidebar. Reasoning: it will be huge and will duplicate dedicated features examples, which explain them in more details.
In such a "brief list of all features" we could also mention which package provides that feature and mention the button name (if any), to satisfy all the users asking us for years for a complete list of toolbar items.