collabedit updates http://collabedit.com Recent changes and updates for collabedit.com Purge History http://collabedit.com/updates/Purge History <div class="postbody"> <p class="paragraph"> Several people have <a href="http://collabedit.uservoice.com"> requested </a> the ability to purge document revision history. There's a new "Purge History" button on the history page. </p> </div> Accounts, Favorites http://collabedit.com/updates/Accounts, Favorites <div class="postbody"> <p class="paragraph"> You can now have the option of creating an account. Accounts help you keep track of your documents in a few different ways. </p> <p class="paragraph"> Take a look at this screenshot. </p> <img src="/static/img/accounts_intro.png" /> <div class="label1" style="margin-top: 20px"> 1. Favorites </div> <p class="paragraph"> You can click the stars on the left to toggle your favorite documents. Favorites will appear at the top of your dashboard. </p> <div class="label1" style="margin-top: 20px"> 2. Other Recent Documents </div> <p class="paragraph"> This section will show the last 10 documents that you've visited (excluding your favorites). Your most recent documents will appear on the top. Once you exceed 10 documents, they will fall off the bottom of the list. </p> <p class="paragraph"> The Preview column is auto created from the first line of text in the document. </p> </div> Document History http://collabedit.com/updates/Document History <div class="postbody"> <p class="paragraph"> You'll notice a new History button on the top menu bar. This will allow you to see all previous versions of your documents, and restore an older version if you want. </p> <p class="paragraph"> Prior to this feature, if you accidentally wiped out your document text it was gone for good. This is no longer a problem. </p> <p class="paragraph"> Older documents won't have any history yet, because it hasn't been tracked until now. </p> </div> Chat http://collabedit.com/updates/Chat <div class="postbody"> <p class="paragraph"> Collabedit now has sidebar chat! There are still has a few minor quirks with it. I ran into some trouble with EditArea (the javascript text editor I'm using) because it requires browser focus in order to update the text. I've got my eye on <a href="http://marijn.haverbeke.nl/codemirror/"> Codemirror </a> and some other alternatives though. </p> <p class="paragraph"> I've switched to using <a href="http://www.tornadoweb.org/"> Tornado </a> as the underlying web server. Tornado will enable me to use comet (aka "long polling", "server-push", "http-streaming", "bosh") technology. I haven't taken full advantage of that yet, but I will. Tornado also has a built in templating system, authentication, database helpers and a few other nice features. </p> </div>