Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Embedding the bespin editor for use as a Wordpress Plugin
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
balupton  
View profile  
 More options Nov 2, 5:10 pm
From: balupton <balup...@gmail.com>
Date: Mon, 2 Nov 2009 14:10:33 -0800 (PST)
Local: Mon, Nov 2 2009 5:10 pm
Subject: Embedding the bespin editor for use as a Wordpress Plugin
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.

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.

Thanks.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Dangoor  
View profile  
 More options Nov 2, 8:19 pm
From: Kevin Dangoor <kdang...@mozilla.com>
Date: Mon, 2 Nov 2009 20:19:41 -0500
Local: Mon, Nov 2 2009 8:19 pm
Subject: Re: [bespin] Embedding the bespin editor for use as a Wordpress Plugin

Hi,

A WordPress plugin would be great!

There is an old embedded editor here:
https://bespin.mozilla.com/embed.js

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

--
Kevin Dangoor

work: http://labs.mozilla.com/
email: k...@blazingthings.com
blog: http://www.BlueSkyOnMars.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
balupton  
View profile  
 More options Nov 6, 2:36 pm
From: balupton <balup...@gmail.com>
Date: Fri, 6 Nov 2009 11:36:17 -0800 (PST)
Local: Fri, Nov 6 2009 2:36 pm
Subject: Re: Embedding the bespin editor for use as a Wordpress Plugin
Sweet! I can't wait!

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:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Dangoor  
View profile  
 More options Nov 6, 2:45 pm
From: Kevin Dangoor <kdang...@mozilla.com>
Date: Fri, 6 Nov 2009 14:45:16 -0500
Local: Fri, Nov 6 2009 2:45 pm
Subject: Re: [bespin] Re: Embedding the bespin editor for use as a Wordpress Plugin

On Fri, Nov 6, 2009 at 2:36 PM, balupton <balup...@gmail.com> wrote:

> Sweet! I can't wait!

> If you don't mind, I have the following questions.
> Will it still require dojo?

No (and, actually, the current one doesn't really either... it's all baked
into the single .js file.)

> Is it still going to load alllll those files separately?

Embedded builds are "built", so there's just a single .js file that gets
loaded.

> Will it be easy to integrate with jQuery - or will I have to go
> through the no-conflict route?

It shouldn't conflict with jQuery.

Kevin

--
Kevin Dangoor

work: http://labs.mozilla.com/
email: k...@blazingthings.com
blog: http://www.BlueSkyOnMars.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karl Guertin  
View profile  
 More options Nov 7, 12:18 am
From: Karl Guertin <grayr...@gmail.com>
Date: Sat, 7 Nov 2009 00:18:46 -0500
Local: Sat, Nov 7 2009 12:18 am
Subject: Re: [bespin] Re: Embedding the bespin editor for use as a Wordpress Plugin

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? ;)

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin Dangoor  
View profile  
 More options Nov 7, 11:31 am
From: Kevin Dangoor <kdang...@mozilla.com>
Date: Sat, 7 Nov 2009 11:31:03 -0500
Local: Sat, Nov 7 2009 11:31 am
Subject: Re: [bespin] Re: Embedding the bespin editor for use as a Wordpress Plugin

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

Kevin

--
Kevin Dangoor

work: http://labs.mozilla.com/
email: k...@blazingthings.com
blog: http://www.BlueSkyOnMars.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google