OttoDIY / blockly

Otto Blockly; a fully integrated graphical programming for any type of Arduino projects, including robots, ready to install in your computer, it works offline and also online
https://www.ottodiy.com/software
GNU General Public License v2.0
113 stars 80 forks source link

Input text for project name added #183

Closed IvanR3D closed 1 year ago

IvanR3D commented 1 year ago

I added an input text field in the top-title section and moved the save button to the top-title. I added some css lines to make it look like other fields and some javascript lines to capture the value of the text field and add it to the file that will be saved. This will make easier for users to create a name for Ottoblockly files.

Note:

cparrapa commented 1 year ago

Great contribution @IvanR3D thanks !