文件名称:node-markdown-spellcheck:拼写检查降价文件
文件大小:1.12MB
文件格式:ZIP
更新时间:2024-05-28 14:28:23
JavaScript
使用读取markdown文件并对其进行拼写检查。 CLI用法 有两种模式,交互式修复(可以用来修复错误和向自定义词典中添加例外)和报告模式(仅用于报告错误列表)。 # install npm i markdown-spellcheck -g # run in interactive mode mdspell "**/*.md" # see help & options mdspell CLI选项 排除模式 可以在命令行上使用多种模式,并且可以使用! 否定。 例如 mdspell '**/*.md' '!**/node_modules/**/*.md' 忽略数字( -n , --ignore-numbers ignore --ignore-numbers ) 忽略1.2和1,2.4类的数字。 忽略首字母缩写词( -a , --ignore-acronyms ignore --ignore
【文件预览】:
node-markdown-spellcheck-master
----.travis.yml(51B)
----.eslintrc(5KB)
----bin()
--------mdspell(42B)
----.babelrc(37B)
----package.json(1KB)
----readme.md(6KB)
----data()
--------README_en_AU.txt(15KB)
--------en-GB.aff(28KB)
--------README_en_US-large.txt(14KB)
--------en_US-large.aff(3KB)
--------en_AU.dic(536KB)
--------es_ANY.aff(155KB)
--------en-GB.dic(702KB)
--------README_en_GB.txt(350KB)
--------en_AU.aff(3KB)
--------es_ANY.dic(673KB)
--------en_US-large.dic(841KB)
--------README_es_ANY.txt(8KB)
----test()
--------fixture()
--------word-parser.js(3KB)
--------index.js(550B)
--------spellcheck.js(1KB)
--------markdown-parser.js(5KB)
--------cli-interactive.js(5KB)
--------tracking-replacement.js(3KB)
--------multi-file-processor.js(3KB)
--------spell-config.js(3KB)
--------filters.js(987B)
--------relative-file-processor.js(4KB)
----gulpfile.js(1KB)
----.spelling(427B)
----appveyor.yml(365B)
----.npmignore(78B)
----es6()
--------context.js(2KB)
--------word-parser.js(1KB)
--------index.js(1KB)
--------report-generator.js(1KB)
--------spellcheck.js(3KB)
--------write-corrections.js(379B)
--------markdown-parser.js(3KB)
--------cli-interactive.js(6KB)
--------tracking-replacement.js(2KB)
--------multi-file-processor.js(1KB)
--------word-replacer.js(628B)
--------spell-config.js(5KB)
--------filters.js(578B)
--------relative-file-processor.js(1KB)
--------cli.js(3KB)
----.gitignore(54B)
----CHANGELOG.md(1KB)
----es5()
--------context.js(2KB)
--------word-parser.js(1KB)
--------index.js(2KB)
--------report-generator.js(2KB)
--------spellcheck.js(3KB)
--------write-corrections.js(624B)
--------markdown-parser.js(3KB)
--------cli-interactive.js(7KB)
--------tracking-replacement.js(2KB)
--------multi-file-processor.js(2KB)
--------word-replacer.js(716B)
--------spell-config.js(5KB)
--------filters.js(699B)
--------relative-file-processor.js(2KB)
--------cli.js(4KB)