Snapblocks not working

So I have noticed in some of my posts that Snap!blocks disappears, replaced with this monospace font.
This is ‘snapblocks’:

go to x: () y: ()

. Earlier today the forums shut down for a little while:


So I assume this has something to do withit?

go to x: () y: ()
huh. mine didn’t even do anything.

(scratchblocks)

move (10) steps

(sb)
move (10) steps

nope, doesn’t work!

umm

Seems a new discourse update broke the plugin. I’m going to have to look into this.

Update: I have pinpointed the issue, and snapblocks should be working again.

If you're curious

The issue was just due to the filename of the snapblocks library file. It was named snapblocks.min.es.js, which seems fine, but for some reason discourse was throwing an error because apparently .min.es.js is an invalid extension. Just changing the filename to snapblocks-es.js got rid of the error.

The same thing has been happening to me for a while. I’m assuming maintenance.

Yeah, the forum was updated, which had a change that broke snapblocks.

I believe I found another bug with snapblocks, when displayed in a “solution” marker they bug and seem to offset and “mix” so to speak.


Here’s a link to the forum where the issue occurred on my end:

It looks like it’s just a font size issue, so I think it should be a pretty simple fix.

I saw the same thing but didn’t think much about it.