May 2010
EtherPad: Realtime Collaborative Text Editing
(via)EtherPad is the only web-based word processor that allows people to work together in really real-time.
When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone's screen. The result is a new and productive way to collaborate on text documents, useful for meeting notes, drafting sessions, education, team programming, and more.
August 2009
a textile editor - built over html5 canvas
by 3 others I'm pretty sure that textile is the right way to produce content for the web, and that WYSIWYG editors are bad for your website. But editing a large chunk of textile using a textarea is not fun. I usually use Textmate to edit textile content, and wanted to reproduce the same feeling inside a browser.
The best online text editor is currently Bespin and I gave it a try. Unfortunately, the current state of bespin make it pretty difficult to embed the editor itself in a standalone way. Moreover I needed specifics features like 'soft wrap' that is totally required to edit some textile content.
So I took the Bespin way, and started to hack using javascript and HTML5 canvas to create a simple, standalone and totally embeddable textile editor for the web.
February 2009
Annonce de l'éditeur Mozilla Bespin - Standblog
* Facile à utiliser, pour pouvoir plonger dans le code rapidement
* Collaboration en temps réel, pour éditer un fichier avec d'autres personnes en même temps
* Ligne de commande intégrée (comme vim et emacs)
* Extensible et intégré, pour avoir des commande comme Ubiquity
* Super rapide, y compris pour des fichiers de grande taille
* Accessible de partout (du moment qu'on dispose d'un navigateur moderne respectueux des standards). Bespin est donc une application Web.
1
(3 marks)