The new MailBuild editor is alive and kicking
Posted by David Greiner on July 21, 2008 2:51 PM
I'm very pleased to announce that the new MailBuild editor has just been pushed live and is now available to all of your clients. We covered the list of new features here last week, but here's a quick summary if you missed it:
- Multiple repeater support - Include as many repeaters in your templates as you'd like.
- Inline CSS - We automatically move all your CSS inline when sending the campaign for the best results in all email clients.
- Drag and drop - Move repeater items quickly and easily.
- Live preview - See precisely how your content looks as you type.
- Bigger, resizable WYSIWYG editor - Great for clients adding big chunks of content to their campaigns.
- Huge performance increase - Rebuilt from the ground up, feels like you're editing a local document.
The only change to the template tagging structure is the addition of a new toc='true' attribute in the repeater tag, which I'll discuss in more detail below. We've also put together a sample template that includes multiple repeaters and uses this new attribute.
Download the sample template (including Photoshop files - 2.5mb .zip)
Now that the new editor is out in the wild, we'll also be releasing a whole bunch of new sample templates that take advantage of the more flexible editing environment. Look out for an announcement here soon.
Answers to common questions
Will my old templates break?
Not a chance, the editor will continue to work for all your older templates. In fact, there have been no changes to the current templates tags, you can just include as many repeaters as you like, instead of the previous limit of one.
What happens to the table of contents when there are multiple repeaters?
As you know, we automatically populate your table of contents tag as your client adds items to their template. Now that we support multiple repeaters, you can tell us which repeater should populate the table of contents with the toc='true' attribute in your <repeater> tag. Here's how it looks for a repeater that includes a title, description and image...
<repeater toc='true'>
<$title$>
<$description$>
<img src="<$imagesrc link='true'$>" width="200">
</repeater>
If you have the table of contents tags along with multiple repeaters and no toc='true' attribute is present, we'll use the first repeater found in your code.
Can I have a repeater that is just images and no text?
You sure can. Previously a repeater needed to include a title, but you can now have image-only repeaters. This means, for example, you could include a photo gallery in your template, among other things.
We do have more plans for the editor moving forward, such as making it easier for your clients to add personalization tags and giving more sophisticated clients a more advanced editor. In the mean time, we'd love to hear your thoughts on the new editor and any suggestions on how we could make it even better.


6 total comments:
Good work guys... two comments so far...
One of my templates is centred on the screen, but it's putting the 'Add new item' link over on the left hand side of the screen - on a widescreen computer when composing the email it doesn't seem very intuitive...
Also, the drag/drop re-ordering doesn't seem to be working (Firefox 3, tables-based layout)
Sorry... another issue... when you add a new item, the live preview is appearing right at the top of the email and not in the final position it appears at when you click Save...
Absolutely fantastic! Brilliant and very useful new features - thanks!!
Glad to hear you're digging it Chris, cheers. James, this could be related to a formatting issue in your template, like a table row or div not being closed properly. Fire the details through to support and we'll check it out for you.
Dave - we have a major problems with two of our clients not being able to use the drag and drop - they cannot move the content around (inactive- no error)since having this new tool.
Have our templates been broken by this upgrade?
I would be grateful if you could get back to us ASAP.
Many thanks,
Multiple repeaters are fantastic!
Having to predefine other news items was a bit of a pain, but this is the update we were crying out for!
Love it!