One thing that would make building themes faster is the the ability to convert html to the json required to produce div blocks. Right now the only real option to bulk import html is via the code block but that reduces the ability to see the block component tree and fine tune each block as needed as it is essentially a single block of code.
As a new user, this would reduce the time it takes to go from an existing html template to something that better integrates with the full power of the bricksbuilder blocks.
Primarily Iām looking for something that imports the dom structure with css classes and hopefully all other attributes on each element has added in.
Thanks!