ekaitz-zarraga / droWMark

VIM plugin to post in Wordpress using Markdown
http://www.vim.org/scripts/script.php?script_id=5374
GNU General Public License v3.0
0 stars 1 forks source link

AutoUpload media files #2

Closed ekaitz-zarraga closed 7 years ago

ekaitz-zarraga commented 7 years ago

Automatically check if URLs are local, if they are, upload files automagically.

ekaitz-zarraga commented 7 years ago

Can be done with pandoc filters.

Better if we move from pypandoc to panflute:

And Media methods from python-xml-rpc: http://python-wordpress-xmlrpc.readthedocs.io/en/latest/examples/media.html?highlight=media

ekaitz-zarraga commented 7 years ago

We can make something like this with panflute: https://gist.github.com/ekaitz-zarraga/80e7d07fca29b7403e38937125eb2a6b

ekaitz-zarraga commented 7 years ago

Working on branch uploadImages

Made the first working version.

TODO: Handle thumbnails.

ekaitz-zarraga commented 7 years ago

Done. :+1: