Egolay, PLEASE fix this in Snapblocks

In the Snapblocks website (https://snap-blocks.github.io/), you're given multiple options to customize blocks, but no actual way to see what the syntax is??
This is such an annoying missed opportunity, please add a way to copy the styled syntax

What do you mean? If you click on the "help" link, it takes you to a page that explains the syntax, and if you mean, copy the code after you've written it, then that's as simple as a ctrl+a, ctrl+c.

If you type in some sb code, and click the scratch style, it should update the syntax in the input box accordingly
for example, typing wait (2) seconds :: pen hat and clicking Santa hats, the input should be changed to wait (2) seconds :: pen hat santa

The santa hats option is to turn it on globally, it's to demonstrate the option for the renderMatching function. Plus, you can enable it in your snapblocks posts by using

[snapblocks santa=true]
when flag clicked
[/snapblocks]
when flag clicked

Plus, the snapblocks formatter isn't good enough for me to modify the user input, and keep everything they have (yes, snapblocks does generate formatted code, which you can see in the console, but some stuff doesn't stay, so it's not perfect).