博文地址

我的GitHub 我的博客 我的微信 我的邮箱
baiqiantao baiqiantao bqt20094 baiqiantao@sina.com

clean-mark

Convert a blog article into a clean Markdown text file.

This project depends on the A-Extractor project, a database of expressions used for extracting content from blogs and articles.

安装和使用

npm install clean-mark --global  安装程序
npm view clean-mark version  查看服务器此程序最新版本
npm view clean-mark versions  查看服务器此程序所有版本
npm info clean-mark  查看服务器此程序信息
npm ls clean-mark -g  查看此程序本地安装目录
clean-mark https://github.com/Molunerfinn/PicGo
clean-mark --help

帮助文档

λ clean-mark --help
$ clean-mark <url> [OPTIONS]

  Convert a blog article into a clean Markdown text file.

Options

  -o, --output  Specify output file name (auto-generated by default)
  --stdout      Write to STDOUT instead of a file
  -t, --type    Specify output format type (HTML, TEXT, or Markdown by default)
  --name-title  Use the title as output name
  --nodb        Don't use the A-Extractor database (probably a bad idea)

2017-01-16

相关文章:

  • 2022-12-23
  • 2021-08-08
  • 2021-12-02
  • 2022-12-23
  • 2021-11-06
  • 2022-01-02
  • 2021-05-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-29
  • 2021-12-29
  • 2021-10-22
  • 2022-02-21
  • 2022-12-23
相关资源
相似解决方案