I thought people here might be interested in a simple, lightweight Python "editor" written in Javascript. Something to use when blogging or replying to comments.
Its just a proof-of-concept -- something I've had rolling in my head for a while. http://py-edit-js.appspot.com/ Features: - simplistic auto indent/dedent of lines - can output as html, text - bookmarklet mode - opens a mini-editor within the current page - spaces at the beginning of a line, dedents the next line by that many blocks -- an easy way to close blocks. Bugs: - sometimes the Javascript Bookmarklet doesn't close, when the user tries to close it I've tested it with Safari & Firefox under OS X. -sri -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html