hexo-html-syncer

1.0.2 • Public • Published

hexo html synchronizer

a hexo console plugin, to fetch remote webpage(including image file) and save to hexo post.

@2018/03/17

Install under hexo blog

$ npm install hexo-html-syncer --save
// or
$ npm install github:lwz7512/hexo-html-syncer --save

Usage

under hexo blog directory:

$ hexo syncer article_url_address
# for example:
$ hexo syncer http://mp.weixin.qq.com/s/Tp4W-_0MXMvN5Tw3jlrtLg

Check result

$ hexo server

then open browser to view the newly downloaded article in localhost.

Todos

  • html element filter for different website before converting to markdown.

Collaboration

welcome to fork and send pull request...

to be continued...

Package Sidebar

Install

npm i hexo-html-syncer

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

12.5 kB

Total Files

8

Last publish

Collaborators

  • lwz7512