I'm looking into creating a wordpress plugin to use the bespin editor
as the post editor - I prefer editing the html directly than TinyMCE
but would like the editor benefits that bespin offers rather than the
standard HTML textarea.
Two questions that I have:
- If I take the example here [https://bespin.mozilla.com/tests/manual/ editor/singleeditor.html] will it play nice with jQuery?
- Has any work been put into merging all those js files (eg. like a
compressor which supports gzip)? [http://groups.google.com/group/ bespin/browse_thread/thread/abece6b791f77afd] - I could contribute to
this I guess as it's nothing I haven't done before.
We are actively working on a major update and the first real release of
Bespin Embedded now. We're balancing "getting it out quickly" with "doing it
right", so we're making a couple of changes to how things function. If all
goes well, those changes will be done this week, leaving us with random bug
fixing to do next week before a release sometime next week.
The Bespin Embedded package will have a single .js file that is ready to go,
along with documentation on its use.
On Mon, Nov 2, 2009 at 5:10 PM, balupton <balup...@gmail.com> wrote:
> Hey all,
> I'm looking into creating a wordpress plugin to use the bespin editor
> as the post editor - I prefer editing the html directly than TinyMCE
> but would like the editor benefits that bespin offers rather than the
> standard HTML textarea.
If you don't mind, I have the following questions.
Will it still require dojo?
Is it still going to load alllll those files separately?
Will it be easy to integrate with jQuery - or will I have to go
through the no-conflict route?
If the answers will be in the first release documentation I'll happily
wait.
Thanks.
On Nov 3, 9:19 am, Kevin Dangoor <kdang...@mozilla.com> wrote:
> We are actively working on a major update and the first real release of
> Bespin Embedded now. We're balancing "getting it out quickly" with "doing it
> right", so we're making a couple of changes to how things function. If all
> goes well, those changes will be done this week, leaving us with random bug
> fixing to do next week before a release sometime next week.
> The Bespin Embedded package will have a single .js file that is ready to go,
> along with documentation on its use.
> Kevin
> On Mon, Nov 2, 2009 at 5:10 PM, balupton <balup...@gmail.com> wrote:
> > Hey all,
> > I'm looking into creating a wordpress plugin to use the bespin editor
> > as the post editor - I prefer editing the html directly than TinyMCE
> > but would like the editor benefits that bespin offers rather than the
> > standard HTML textarea.
On Fri, Nov 6, 2009 at 2:45 PM, Kevin Dangoor <kdang...@mozilla.com> wrote: > Embedded builds are "built", so there's just a single .js file that gets > loaded.
Switching over to the closure compressor or sticking with dojo? ;)
On Sat, Nov 7, 2009 at 12:18 AM, Karl Guertin <grayr...@gmail.com> wrote:
> On Fri, Nov 6, 2009 at 2:45 PM, Kevin Dangoor <kdang...@mozilla.com> > wrote: > > Embedded builds are "built", so there's just a single .js file that gets > > loaded.
> Switching over to the closure compressor or sticking with dojo? ;)
Actually, we'll likely be using sc-build, which compresses with YUI under the hood right now. I believe they're looking at Closure's compressor too