How create an extantion?

Hello, I am new hear and I onlie coding withe block but I want to create my own extestion.

2 Likes

https://makecode.com/playground that’s how I learned to do it

3 Likes

The way I learned was just by looking at other peoples’ extensions, but I know I made a really long explanation on how to add one to your GitHub account (which you need to be able to publish extensions). If you go to https://github.com/riknoll you can see Richard the mod’s GitHub, and you can see some of his extensions! All that file setup is done by Makecode, so you really don’t have to worry about all that. I found my really long explanation on publishing extensions! Here: I have a question about extensions - #7 by WoofWoof
You have to look in other peoples’ extensions to see how to turn functions into blocks and stuff in JavaScript, and the resource that IWasBornYesterday posted above has a lot of documentation on that stuff too.

1 Like

And where can I learn to use Javascript?

thank you I will test