Google App Engine - Document Editor Creation/Tap Into Google Docs?

Posted by Josh Patton on Stack Overflow See other posts from Stack Overflow or by Josh Patton
Published on 2010-05-02T21:27:54Z Indexed on 2010/05/02 22:58 UTC
Read the original article Hit count: 213

What is the best way to create a custom document editor in GAE? I'm making a website meant for a School Robotics Club (With support for any other organization - DRY).

We currently use Google services for online collaboration, I'm wondering if there is a way to tap into Google Docs and allow users to edit a Google Document without using Google Accounts or the Google Doc interface.

If that is not possible (I've researched and I don't think it is), what is the best way to make a document editor? I want it completely on the website I'm creating, so I'm assuming just some javascript editor like TinyMCE + Ajax + Datastore. Is their anything that replicates Google Doc's/Microsoft Offices's/OpenOffice.org's feature set as far as fonts, spacing, alignment, justification, etc.?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about AJAX