jem said:You could of course also use MarsEdit to write the text and upload the images. Then switch to WordPress and insert the images from there.
on modifylinks()
tell application \"MarsEdit\"
tell document 1
set bodysrc to body
set res to change \"<a href=\\"(http://www.flickr.com/photos/.*?)\\".*?<img .*?width=\\"(.*?)\\" alt=\\"(.*?)\\".*? src=\\"(http://farm.*?).jpg\\" height=\\"(.*?)\\"/>(.*?)</a>\" into \"[flickr src=\\"\\4\\" page=\\"\\1\\" width=\\"\\2\\" height=\\"\\5\\"]\\3[/flickr]\" in bodysrc with regexp
set body to res
end tell
end tell
end modifylinks
modifylinks()
It looks like you're new here. If you want to get involved, click one of these buttons!