Use the blockly html editor to create layouts by using simple blocks. Then edit the content directly inside the browser. Then save the content back to the blocks.
Blockly html editor can be used with different type of blocks. Either start with very few but smart blocks, or get into detail and change CSS and HTML.
Blockly is used in many different projects. To use blockly as html editor we added some blocks, generators and tools all done with vanilla JS.
We did not stop at adding editing tools to the blockly html editor blocks. Instead we build a simple php api to provide project handling, content saving and page export.
Use blockly html editor to include JS and HTML to add and arrange webcomponents. We will provide an headless ecommerce example soon.
Instead of using blockly html editor just for content pages you can convert an admin template to blocks, add a data source and create your very custom dashboard. More on this soon.
Blockly html editor allows to disable parts of blocks. This makes creation of block variants easy. Save these variations in your custom block lib and enjoy using them.
Blockly html editor comes with a simple but effective project setup. All this is handled using a very simple php api. Modifcations and replacements are easy if you know some php.
Blockly html editor is a tool for developers and user and closes the gap between these groups. Also it allows you to stick to the stuff you know.