355
edits
(tweaks from Joe) |
No edit summary |
||
Line 83: | Line 83: | ||
* SproutCore is git friendly, maybe the time to switch? :) | * SproutCore is git friendly, maybe the time to switch? :) | ||
= Specific Details = | |||
== Embedded Editor == | |||
The goal of the embedded editor is that it can be a useful component for anyone to plugin to an editing, and specifically code editing use case. | |||
You should be able to: | |||
* Hot link to bespin.mozilla.com/embed.js and be ready to play | |||
** Should you be able to ask for a version? b.m.com/embed.js?v=2.3 | |||
* You should be able to copy the component down to your server for use | |||
* A user should be able to have his settings and info come with him across uses | |||
** Developer can embed.useSharedSettings(false); | |||
** How does this work in practice? b.m.z vs. custom .js | |||
* Be able to tie into Bespin services via the embed API; E.g. | |||
** collaboration | |||
** command line | |||
** plugins (collab and command line can be plugins of cos) | |||
** backend store (use Bespin editor component and save to backend) |
edits