WebIDE set time without send like in Apploader #6751
Replies: 1 comment
-
Posted at 2023-10-30 by @gfwilliams All you need to do is...
Then add a
And I think you'll be done. It might be a nice thing to have as an option, so you could copy the code from https://github.com/espruino/EspruinoWebIDE/blob/master/js/plugins/codeLink.js which puts an option in Settings which shows/hides the icon when toggled Posted at 2023-10-30 by @MaBecker Great, just added a sendTime.js, looks like I missed something ....because the clock icon does not show here on http://mabecker.github.io/EspruinoWebIDE/ Posted at 2023-11-02 by @gfwilliams Looking at Posted at 2023-11-02 by @MaBecker Ups, missed that one .... Thanks. Now it works. Let me know if you like to include this into the original WebIDE. Posted at 2023-11-02 by @MaBecker add screen shot Attachments: Posted at 2023-11-03 by @gfwilliams Thanks! Well, someone asked a while ago (I think it was part of 'Projects'?) if there could be a way to upload some predefined commands from a menu, like setting time, If a menu was added so you clicked a button and then clicked again on the command you wanted, do you think that'd be good enough for you? Also, if it was, what other commands would be useful? Posted at 2023-11-03 by @MaBecker Yes this is a feature the WebIDE lost, it was named snippets. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2023-10-30 by @MaBecker
This is what the WebIDE is gererating and sending if When sending code, set Espruino's clock to the current time is checked.
How to implement this feature into the WebIDE as a standalone function witn an icon like Set Espruino Time?
Beta Was this translation helpful? Give feedback.
All reactions