Is there a way to left-align the content in Bike 2?

I’m noticing the content is centered when the window is sufficiently large in Bike 2. I kind of like having my text starting out on the top-left like it does in Bike 1. Is there a way to do this? Maybe an “Editor Style” could do it — are these documented anywhere?

Thank you! Very much enjoying Bike.

For Bike 1 behavior go to Bike > Settings > Typography > Line Width

And then drag the width slider all the way to the right and text will always fit to window size.

Missed this part… yes this behavior is determined by the editor style in the end.

High level documentation (big picture good, some details might be wrong) for extensions and editor styles is here:

The API level documentation is here in the API folder. And you can also browse the code for Bike’s default style.

Great, thank you on all fronts!