Description
I want to try out editor.js before investing more time in it. So I visit the home page https://editorjs.io/ , and I click the button labelled "Play with demo", as you can see in this screenshot:
When I click the button "Play with demo", it scrolls to this part of the home page:
As you can see, the part of the screen that is displayed is "Clean JSON output". This made me think that the demo was trying to demonstrate example JSON output. But I wanted to try the editor.js editor out. It turns out, I needed to scroll up to see the demo. I experienced this issue using Firefox and using Chrome on Ubuntu 23.04.
I spent maybe twenty minutes on this, exploring other demos that I found by Googling, but I only realised now that there is a demo page in the home page.
My suggestion:
- Fix the scrolling issue so that I can see the demo immediately, rather on hoping on the user figuring out that they need to scroll up after pressing the button
- Or... provide a separate web page for the demo, to sidestep scrolling issues altogether. (Also, this would be better for those searching for a editor.js demo using a search engine like Google)