Hi,
I've noticed that blogging.rb doesn't set self.mode correcly when posting an article.
Here is the patch
Index: Bundles/Blogging.tmbundle/Support/lib/blogging.rb =================================================================== --- Bundles/Blogging.tmbundle/Support/lib/blogging.rb (revision 4926) +++ Bundles/Blogging.tmbundle/Support/lib/blogging.rb (working copy) @@ -177,6 +177,8 @@ @headers = {}
return if lines.length == 0 + + self.endpoint
@post['mt_text_more'] = '' @post['description'] = ''
Thanks.