Marsedit for Habari?

May 05, 2010 0 Comments
Tagged: , and

After a few years on Habari, I stumbled upon Marsedit again. And with the help of one plugin I got it working. So now I am off to see it is as good for Habari as it was on Wordpress.

Marsedit

So what's new in version 3.0?

All new Rich Text Editor: No HTML Required

The rich editor offers an alternative to MarsEdit's beloved HTML text editor. While you are writing your blog posts you can style text, arrange images, create lists and more without using HTML code.

I am not so sure if I like this, as I love my HTML...

Updated HTML Editor with Advanced Syntax Highlighting

For those who prefer straight HTML we've added beautiful new syntax highlighting with different colors for attributes, keywords and tag structure, to make it easy to spot syntax errors at a glance.

Support for WordPress Pages

MarsEdit now lets you download, edit, and create Page entries on WordPress blogs. Now you can manage your blog and your permanent site pages from the same comfortable interface.

This I don't need for now, but am sure to find useful in future projects...

Support for Custom Fields

For WordPress and other blogs that implement the WordPress API, you can configure custom fields in MarsEdit to customize the post editing interface.

iPhoto, Aperture and Lightroom Integration.

Browse your media collections to find the perfect photo for your post. When you attach an image, MarsEdit lets you specify the size, name, and alternative text in one easy step.

Scheduled Media Attachments

With scheduled media attachments you can compose your posts with rich media even when completely offline. When you are ready to publish, the images or other media files are uploaded to your blog and inserted into the post.

Textmate plugins

In my work I use textmate, the mac only editor from macromates. It comes with the abilities for macro's and plugins, some of them are in my opinion very usefull for a web developer.

CSS

For CSS I absolutely love this one Format CSS single-line. With this you can format your CSS in the way you prefer, simply by pressing ctrl-q.

You choose either 1 or 2, where the latter is the single-line option you should go with when you publish stuff.

JavaScript

Another one is for writing javascript, the one thing that makes it usefull to me is that it runs jslint on my js as I save. That sort of thing keeps me sharp and makes me put ; in all of the right places. It warns you, nice and unobtrusively, of any warning or errors as you save. And you can call it before that to get a nice window, where you can click right through to the line where the error is.

validate

It also compresses your JavaScript files in two ways, minifying or obfuscating it. You can get it here: Javascript tools.