Last modified: 2013-07-18 21:39:34 UTC
Right now, editing sections doesn't work. Sadness. If we want to enable this, there are two options: 1. Pass a parameter to the requests that is like "section=<name>", so there are more groups for those bits. That's not super-helpful, but it could work. 2. Don't create pads per-page, create them in response to an API request that hashes the page and the section name together. If the pad already exists, we can use that as the session. If it doesn't exist, then create it and add the text that the client sends us. Not perfect, but doable. It would mean much more flexible editing via the Etherpad interface.