How do you get Snap blocks on the forums?

There are restrictions for using SVG on the forum. The output of the scratchblocks can be garbled by HTML filtering or some sort of post-processing.

Thank you; I have bookmarked this for future reference.
EDIT: Yet, for some reason, every time I click on the bookmark, it goes to a much later reply in this topic.

I have no experience with Scratchblocks @tjvr set them up before the forum was public.

If someone works on a better plugin I can help install it, but I don't really have the time to contribute to the main development.

There is no need for two adapters doing the same thing. It's better to stick to Tim's module, as my code is only draft of Discourse adapter/wrapper to @tjvr lib.

[scratchblocks]
when green flag clicked
[/scratchblocks]

Where is the flag?

[scratchblocks]when green flag clicked[/scratchblocks]

Yeah, it looks like a Discourse bug.

[scratchblocks]
wow, this is cool
thing({thing} @addInput :: grey ring)
[/scratchblocks]

wow, this is cool
thing({thing} @addInput :: grey ring)

That didn't seem to work

Same as the issue with the when green flag clicked block.

The forum software (Discourse) interprets the at-sign as a user mention, even between the scratchblocks tags.

Hmm...It should be
[scratchblocks]
tell[snapenilk v]to((ask[cycomahead v]::control)::grey ring)::control
[/scratchblocks]

[scratchblocks]
tell[snapenilk v]to((ask[cycomahead v]::control)::grey ring)::control
[/scratchblocks]

[scratchblocks]
say[Sorry,but some people are lazy,they dont type :: .]
broadcast[PLEASE DONT TYPE RED BLOCKS! v]
[/scratchblocks]

[scratchblocks]
run({say(g)::looks}with inputs:(g)::grey ring)::control
say[this is a procedure]
[/scratchblocks]

the problem is that custom colors don't work, like #2bd962 (which is green) don't work with scratchblocks in the forum.

also, when you try to quote scratchblocks...

oh.

??

The American spelling is gray, and the English spelling is grey. The developer of Scratchblocks (Tim Radvan) is English, so you use grey instead of gray.

ok

[scratchblocks]
turn cw()degrees
[/scratchblocks]