markpress icon indicating copy to clipboard operation
markpress copied to clipboard

Write WordPress in Markdown in Your Favorite Text Editor !! :sunglasses: :sunglasses:

Results 6 markpress issues
Sort by recently updated
recently updated
newest added

Whether this software can run in windows ?

Is there support for image uploads to Wordpress?

In Wordpress, my categories look like this: - Posts - Journaling - Development - Clips - Favorites Via Markpress, I'm able to set the category to `Clips` or to `Posts`,...

Hi, I am trying the script on an Ubuntu desktop. The installation went well but I get this error when trying to execute `markpress -n mypost.md` from the Terminal: ```...

`markpress -n new_post.md` results in: ``` Traceback (most recent call last): File "/Users/me/git_repos/markpress/bin/markpress.py", line 13, in nextpress.main() NameError: name 'nextpress' is not defined ```

psydeMac-Pro:wordpress psy$ python /Users/psy/workspace/markpress/markpress.py post.1.md ['/Users/psy/workspace/markpress/markpress.py', 'post.1.md'] [synchronizing: post.1.md] writing: /Users/psy/workspace/wordpress/data/post.1.html blogpost: creating published post '用markpress写博客'... Traceback (most recent call last): File "/Users/psy/workspace/markpress/markpress.py", line 10, in wordpress.main() File "/Users/psy/workspace/markpress/lib/wordpress.py", line...