So we can start testing how any block shape changes could impact the blocks.
For now:
Custom blocks would probably be best with a dropdown of all their variables.
@IAP-Reloaded I'm not sure I understand what you mean?
More colors:

Are custom blocks considered part of "more"? What's "text" mean? The color of text in blocks..?
@liam4 As a note these colors aren't final. Custom blocks are considered part of "more" and "text" does mean text in the blocks (as currently implemented).
@liam4 it's the color of text within string/number inputs, not labels
Thanks to @joaoh1, many blocks are implemented!
Still missing from the set of 2.0 blocks:
Looks:
List blocks:
Events:
Sensing:
Backdrop only:
Looks:
And, custom blocks :)
It'd be nice if custom blocks had _defaults_, because within Scratch 2.0 at the moment people have to modify the project JSON :package:
@nanalan Explain more - do you mean default argument values?
@tmickel Yep! :smile:
That falls more under developer tools than under specific blocks. New issue?
@nanalan if you're interested in custom blocks, you should check out Blockly's custom block creation as well: https://developers.google.com/blockly/guides/create-custom-blocks/overview
It's not going to do everything you want, but may be a start.
@rachel-fenichel I meant that as a request for llk/scratch-blocks, not Blockly, haha. Thanks for the reference though!
@nanalan I know, but I'm curious what you think about Blockly's custom block creation--in particular, the block factory. I haven't played with scratch block creation yet.
@rachel-fenichel I think I'd prefer something more like Scratch 2.0's block editor. Designing the block in a WYSIWYG editor seems easier than writing code to create each input and label, even if it allows less control over types and things.
Scratch's custom blocks are procedures written in Scratch, Blockly custom blocks (I think) are extensions to Blockly written in JavaScript.
Ah right, I thought you were talking about Scratch extension blocks, which I think are equivalent to Blockly custom blocks.
i know a way to implement Custom Blocks,
While i wait to Pull Request #501 be merged, i added custom blocks at my website:
joaoh1.github.io/sb-onlinetests
@joaoh1 I took a quick look at your custom blocks demo. While that's a really interesting idea of how to approach defining blocks, I think we'll probably have to wait to merge anything like that until we can figure out some design and UI issues (and perhaps make something similar to what we have now, with the "make a block" dialog). Thanks for doing the experiment, though - it's great to see things like that.
I know a way to implement Lists and Custom Blocks:
By cloning field_variable file and modifying it (To Custom Blocks, Make the creating window convert words like number, boolean and text to inputs)
@tmickel We'll likely - I've seen discussions already - get a lot of backlash from Scratchers for changing the Custom Blocks colour to _red_, as it makes it seem like a 'broken' block - i.e. some 'hacked' blocks in 2.0 are red to show they aren't supported/known.
It might be worth allowing people to colour their own custom blocks: that'd be fun! :tada:
Obviously if that has its own design flaws, then the purple from 2.0 will probably be the best choice.
Just my two cents.
@nanalan On thisandagain's Scratch profile:
They are only red temporarily. We generally make items in the UI that have not been styled yet bright red or bright green to make it clear that they are unfinished.
@nanalan,
@carljbowman may have comments on that. I think the color is not intended to be red, but "coral" - but I see the similarity. We are also still playing with colors, so may have some (possibly dramatic) tweaks/changes.
Custom colors is an interesting idea. As you mention it probably has some difficulties (e.g., when you open a project that uses them, it's not as clear what category they'll appear in). But I like the thought :)
Moving to backlog for the rest - I think we have enough to evaluate and fix shape now.
Most helpful comment
Custom colors is an interesting idea. As you mention it probably has some difficulties (e.g., when you open a project that uses them, it's not as clear what category they'll appear in). But I like the thought :)