BBEncoder is a little app I put together that converts rich text to BBCode.
Screenshots and examples:

Currently supported tags: [b], [u], [i], [color], [url], [left], [right], [center], [size] and [s] ([s])
AppleScript Editor and Xcode will copy formatted text automatically, so you can paste directly into the program.
Requires 10.5+ (PPC and Intel). Open source.
Screenshots and examples:

Code:
[color=#007400]//[/color]
[color=#007400]// main.m[/color]
[color=#007400]//[/color]
[color=#643820]#import [/color][color=#c41a16]<Cocoa/Cocoa.h>[/color][color=#643820]
[/color]
[color=#aa0d91]int[/color] main([color=#aa0d91]int[/color] argc, [color=#aa0d91]char[/color] * argv[])
{
[color=#aa0d91]return[/color] [color=#2e0d6e]NSApplicationMain[/color](argc, ([color=#aa0d91]const[/color] [color=#aa0d91]char[/color] **) argv);
}
Code:
[b]tell[/b] [i][color=#0000ff]application[/color][/i] "iTunes"
[b][color=#0000ff]play[/color][/b] ([b][color=#0000ff]next track[/color][/b])
[b]end[/b] [b]tell[/b]
MacRumors RSS said:No SD Card Slot in Next-Generation iPad?
A series of rumors over the past several months have suggested that the next-generation iPad could gain an SD card slot, making it easier for consumers to load photos directly onto the device without needing to resort to a dongle attached via its doc...
Friday, 1:12 PM
A series of rumors over the past several months have suggested that the next-generation iPad could gain an SD card slot, making it easier for consumers to load photos directly onto the device without needing to resort to a dongle attached via its doc... *Read more
Currently supported tags: [b], [u], [i], [color], [url], [left], [right], [center], [size] and [s] ([s])
AppleScript Editor and Xcode will copy formatted text automatically, so you can paste directly into the program.
Requires 10.5+ (PPC and Intel). Open source.
Attachments
Last edited: