tell application "MarsEdit"
set myBlog to blog "Foo"
make new document
tell document 1
set title to "Bar"
set body to "Baz"
set current blog to myBlog
save
close
end tell
end tell
It looks like you're new here. If you want to get involved, click one of these buttons!