Is there a decent standalone browser-based javascript editor?
Obviously, you can create a quick js editor with a page containing the textarea form, some buttons, and callbacks. I am wondering if someone took this as a start and ran with it.
Editable javascript can be defined on a global line or it can be served by .js
The ideal editor will display a beautiful version inside the browser window and provide some development environment for editing the script.
It is clear that user-written scripts will exist only inside the browser and cannot be saved without any additional functions on the server side. An ideal package would discuss and explore this .... but I would agree to anything that just allows the user to make their own simple changes in 100-200 lines of scripts.
javascript editor ide
Paul
source share