[fixed] Creating a post appears to ignore the publish / draft setting; posted as published
[fixed] Create Post with New Category Creates the category correctly, but doesn't add the category to the post; converting back to draft works as designed
[fixed] Create Post with existing category assigns the catogory
Pasting a photo into a post fails to upload it
Posts defined as Pages are show alongside blog posts
Embedded media in posts (when URLs are posted for example) cause an error, but post is added successfully
[fixed] Can't upload images for some reason; I think this needs to be moved over to xgallery (expects a record of all uploaded content, I guess, and not just a URL provided at upload time). According to the logs, this is a wpUploadFile call.
Aside: pasting a bunch of markdown into the wordpress client works pretty good, converting headers, etc. Will need to try when it has a link
[fixed] The "post format" option when publishing is not available. Need to look into where this would come from (getOptions?)
Moving post to Trash does not work (“wp.deletePost not supported”)
[fixed] Updating a post with multiple categories leaves it assigned to one category (the old one?)
[fixed]Changing category on existing post doesn’t save the new category. it appears that wp.updatePost doesn’t handle categories well.