News

Most of the library files and folders, with the exception of JavaScript files, are to be placed into a sub folder in your plugin root. You need to create a new AMD module to configure the editor. The ...
Backbone.Syphon Backbone.Syphon aims to make it easy to serialize the form inputs of a Backbone.View in to a simple JSON object that contains all of the values from the form. All you need to do is ...
Using Javacript's prompt() can make sense, but, when using Brython's terminal, I would expect input() to work like in REPL. Within py_builtin_functions.js, I see that input() can handle files in st ...