Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
BBInsertBar
BBInsertBar
0
Comments
Would be good to get this improved...
Edit 2007-05-10_15-41: I've hacked together a bunch of the changes mentioned above into an unofficial 0.1.9 - this *still* doesn't fix the JS/IE issues, but it does make it a whole hell of a lot lighter on your pages.
you might remember helping me out by adding a youtube button to the bbinsertbar.
the only problem is,
1. it doesn't work when switched over to html. the code seems to generate
<youtube></youtube>
tags, when (i think) it needs to generate<video type="youtube">video id</video>
(i will try test this out)2. i would quite like to add support for google video. apparently the HTML code for this is
<video type="google">docid</video>
...i assume it wouldn't be hard to add that, and the BBCode equivalent.3. finally... how about a button that generates a link to an MP3 file? this would work wonderfully with dplayer.
i have just tried FCKeditor, but it really is too heavy and fancy. i like the simplicity of BBInsertBar, and safari users seem to have reasonably good luck with it.
Edit: As mentioned, grabbing the un-official 0.1.9.zip above takes care of this, now I just have to figure out how to add others such as Google, MetaCafe, etc.
I'm going to work on it some more today. I've got most of the JS set, but I also want to re-format the markup it uses. Basically, none if it is unobtrusive, and there's a lot of overhead on it. My goal is to make it as lean as possible.
I'll keep you updated.
BBInsertBar v0.2
New Thangs:
- Completely re-written Javascript functions
- Works in both BBEdit/HTML mode
- Confirmed working in:
- Firefox 2.x
- Camino 1.5
- Safari 2.x
- Internet Explorer 6
- Internet Explorer 7
- Now prompt-free! Replaced the annoying prompt popups with a much easier-on-the-eyes overlay
- Image button now shows you a live preview of your image before you post.
Things yet to do:The buttons should be hidden when in text mode.
And... I don't think I'll support Opera. It's too niche.
Plus, the Opera bug looks like CSS, not JS.