helix-editor / website

Website for Helix
https://helix-editor.com/
26 stars 22 forks source link

Update asciinema to 3.6.3 for frame by frame nav #38

Closed abitrolly closed 11 months ago

abitrolly commented 11 months ago

Otherwise the screencast is too fast to understand what is gioing on. Like space and f for opening a file. Going frame by frame makes the demo a little bit more intuitive.

Dot key for frame nav was added in 3.2.0 https://github.com/asciinema/asciinema-player/releases

abitrolly commented 11 months ago

@the-mikedavis I am a little confused that Zola doesn't propose any layout for JS. Usually, the convention is to place all JavaScript in some distinguished dir.

But maybe it is more convenient to stuff both JS and CSS here into static/asciinema/? To make it clear that there are no additional files required for this integration.

archseer commented 11 months ago

Let's keep the layout the same. I chose to use a single root folder since we don't have many static files and there's no reason to change that.

abitrolly commented 11 months ago

Done.