It's working for me.
Same
@ego-lay_atman-bay it quotes this:
Then it's likely a problem with your device.
uhh.. ok. anyone know how to fix it?
Try clearing your cache.
just did that-still getting
Can you at least use snapblocks within quotes?
Can you make "scratchblocks" a synonym for snapblocks?
It is, the plugin just doesn't format old posts.
[scratchblocks]
when flag clicked
this is scratchblocks
[/scratchblocks]
when flag clicked this is scratchblocks
The reason it doesn't update old forum posts, is because posts are "cooked" into html on the server so that the client doesn't have to format the markdown for every message.
Alright, I've been thinking of a good way to shorten @delInput @verticalEllipsis @addInput
, and I think I found a good way.
run ({} @>) with inputs [] @<:>
YES! Thank you!
nice! I will definitely be using this.
i like it
uh oh...
{(+ test + :: control)} :: define
report ([[custom?] V] of block ({report [] :: control} @addInput)) :: control
{(+ test + :: control)} :: define
report ([[custom?] V] of block ({report [] :: control} @addInput)) :: control
I noticed that Snapblocks Santa hats are slightly off (look in the top left corner):
when I receive [ V] @addInput::santa hats
I actually prefer the Snapblocks rendering though.
What do you mean by "slightly off"? I can only see a bit of blur, which is due to anti-aliasing, which snapblocks doesn't suffer from.
The svgs were created using the exact same draw commands that snap uses, so they are as accurate as possible, and possibly even what they're supposed to look like.
In Snap!, the top-left corner of Santa hat blocks are sharp, while in Snapblocks they are round. The upper bevels are also chopped off in Snap!. This is what I saw.
Oh that. Honestly I didn't make it sharp because I didn't want to bother writing a bit more logic to make the corner sharp. I'm just reusing the function to draw the top of command blocks for drawing the top of santa hats, so I didn't want to bother allowing the corner to be sharp.
1.8.1
Additions
- Allow the use of
@<:>
(each can be used in any order) as a shortcut for@delInput @verticalEllipsis @addInput
run ({} @>) with inputs [] @<:>
run ({} @>) with inputs [] @<:>
Changes
- Make scratch3
@delInput
,@verticalEllipsis
and@addInput
bigger.
Fixes
- Fixed Scratch translations (I haven't gotten to adding snap translations yet)
- Fix snap round input padding
- Fix unknown santa hats
- Add "compiled" `(@blitz find first item (() @>) in @list)
I also rewrote the documentation page to make it a lot easier to understand.