vuepress-plugin-replaceurl

1.1.1 • Public • Published

vuepress-plugin-replaceurl

install

yarn add liyao52033/vuepress-plugin-replaceurl -D

Use

Default

// .vuepress/config.js
// or
// .vuepress/theme/index.js

module.exports = {
  plugins: ['replaceurl']
}

The Default configuration is for vuepress-plugin-autobar, it clean the cumbersome parameter.

Default Rule: [[/nav[\.\-_]*\d*[\.\-_]*/gi, ''], [/\d+[\.\-_]*/gi, '']]

  • before use: /nav.10.js/10-core/mian-xiang-dui-xiang/mian-xiang-dui-xiang.html

  • after use: /js/core/mian-xiang-dui-xiang/mian-xiang-dui-xiang.html

Customize

You can customize your replace rules. Example:

// .vuepress/config.js
// or
// .vuepress/theme/index.js

module.exports = {
  plugins: ['replaceurl', [/regex/i, 'new world']]
  // or multiple rules
  // plugins: ['replaceurl', [[/regex1/, 'world'], [/regex2/gi, 'world2']]]
}

Package Sidebar

Install

npm i vuepress-plugin-replaceurl

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

5.13 kB

Total Files

12

Last publish

Collaborators

  • liyao520