How do you get Snap blocks on the forums?

For anyone else - I had to refresh my browser to see the update
image

[scratchblocks]
say (join (bromagosa) [Can we have a button that automatically adds the scratchblocks tags?])
[/scratchblocks]

[scratchblocks]
tell [ snapenilk ] to <(ask [cycomachead]::control) :: grey ring> ::control
[/scratchblocks]

@cycomachead is the forum hacker :slight_smile:

Is there a place where I could go to find out which staff members are experts for which parts of Snap! (e.g. Jens wrote Morphic and knows about the back-end)?

the problem is that images like @addInput, @delInput, and others don't load, oh, and I found out you have to put the html tags

<p dir="ltr">...</p>

around the scratchblocks tags in order to not get

[scratchblocks]@addInput[/scratchblocks].

(also, @addInput and @deInput are important with snapblocks)

Jens is the primary authority on Snap! itself. Michael is the primary expert on the forum. Bernat is the primary expert on the web site. All of them have dealt with the cloud back end, but if I had a question I'd start with Michael I think. Joan has been contributing mainly to Snap! itself. Jadga has mostly contributed to the SAP MOOC development. As for me, I'm a dilettante, but a lot of the user interface design for things like gray rings, the make a block dialog, the long form input dialog, etc., are my doing. And I'm the one who knows about languages other than Smalltalk, such as Scheme, Object Logo, and APL, all of which have contributed major design elements to Snap!. (Design elements from Smalltalk are Jens's work.)

P.S. I hope I'm going to see blocks in a color other than red...

[scratchblocks]
say( join [Updated on Github to v] [3.5] )
reinstall required
[/scratchblocks]

@cycomachead.

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.