-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example new Block creation tutorial #168
Comments
I do not want enter into GraphQL intricancies. Too complicated for a HTTP call from Web. |
For new Block creation : please follow https://developers.google.com/blockly/guides/create-custom-blocks/overview |
What do you want to create? |
Thanks for the reply. It was a general query. I'll look into that Blockly tute. In the meantime I have found a partial way around that. I create a controller called Misc in which I can put some C# coding in a Get method. I then can call it from Blockly with parameters, get the processed result and use that. I have used it to create a detailed menu string from a CSV string. Will post on my blog site, but the build on Azure is failing. |
Here is my blog post on creating a Custom block via call to the Controller: |
GraphQL etc coding is not my area of expertise. Would it be possible to have a short tutorial on how to add a couple of new simple blocks. HelloWorld and slightly above in complexity?
The text was updated successfully, but these errors were encountered: