Maribeth Bottorff
Maribeth Bottorff
Number 1 - Add a plugin should go here: https://developers.google.com/blockly/guides/modify/contribute/add_a_plugin Number 3 - Link to the [Developer Site](https://developers.google.com/blockly/guides/modify/contributing) instead of the wiki For 2, 4, and 5 you're right, these...
The other links are now live on the developer site: Issue labels (fix bugs): https://developers.google.com/blockly/guides/modify/contribute/issue_labels Repository structure: https://developers.google.com/blockly/guides/modify/contribute/samples_repository_structure And publishing was added to the create a plugin page: https://developers.google.com/blockly/guides/modify/contribute/add_a_plugin#publishing I...
Hello, This can be implemented as a dynamic category using existing APIs: https://developers.google.com/blockly/guides/configure/web/toolbox#dynamic_categories For that reason, it's probably not something that we'd add to core blockly. However, it is a...
Hi @RichDoherty, thanks for your interest in working on this! For now you should work under the assumption that this would be a [third-party plugin](https://developers.google.com/blockly/guides/plugins/overview#first-party_vs_third-party), where the code would be...
I made this plugin private in #983 so that it doesn't get published again until we sort this out. So when we do fix this, we need to remember to...
Remaining work: deprecate and remove the plugin
Example directory can be tested all at once if you run `npm run test` from `/examples` directory. If you run it from root then lerna is configured to only look...
Going to hold off on this one for now since create-package should be changing soon.
I think this might be related specifically to the monaco editor (the crash happens deeper in the stack than the function linked above, that wasn't clear, sorry) but I'm not...
I think we can close this as the only remaining demos are listed in #6065.