I purchased MarsEdit yesterday and am beginning to compose posts within the program. One question that I cannot find an answer to in Help is whether there's a way to add titles to links inside posts as I can from within Wordpress. Is this possible?
MarsEdit's default link command doesn't yet support features like setting the title or declaring whether the link should open in a new window. I hope to support this by default in the future.
In the mean time you could define a custom Formatting Macro to more or less achieve this:
1. From the post editor, select Format -> Customize... 2. Click the plus icon to add a new item. 3. Name it e.g. "Link w/Title" 4. For the opening HTML put:
<a href="#askurl#" title="#asktext Title#">
5. For the closing HTML put:
</a>
6. Optionally give it a keyboard shortcut.
Now you have a Format menu item that will ask you first for a URL and then ask you for a title, using that data to build the desired link.