VuePress
Plugin
- Theme-hope: https://vuepress-theme-hope.github.io/v2/zh/
Guide
- Vuepress默认 markdown 实现功能: https://v2.vuepress.vuejs.org/zh/guide/markdown.html
- md-enhance: Vuepress的默认功能比较简单。建议添加 https://vuepress-theme-hope.github.io/v2/md-enhance/zh/ 插件 [^markdownenhance]
- 本地搜索插件: https://v2.vuepress.vuejs.org/zh/reference/plugin/search.html, 爱折腾的可以集成 Algolia ,需要申请账号。
Plugins-list [^plugins-v2]
Official Plugins: https://github.com/vuepress/awesome-vuepress/blob/main/v2.md#official-plugins
Maintained by vuepress:
- @vuepress/plugin-active-header-links: Update route hash when scrolling pages.
- @vuepress/plugin-back-to-top: Back to top button
- @vuepress/plugin-container: Register markdown custom containers in your VuePress site.
- @vuepress/plugin-docsearch: Integrate Algolia DocSearch into VuePress
- @vuepress/plugin-external-link-icon: Add a icon to the external link in your markdown content
- @vuepress/plugin-git: Collect git information of your pages, including the created and updated time, the contributors, etc.
- @vuepress/plugin-google-analytics: Integrate Google Analytics into VuePress.
- @vuepress/plugin-medium-zoom: Integrate medium-zoom into VuePress.
- @vuepress/plugin-palette: Provide palette support for your theme.
- @vuepress/plugin-prismjs: Enable syntax highlighting for markdown code fence with Prism.js
- @vuepress/plugin-pwa-popup: Provide a popup component for users to activate the new PWA service worker manually.
- @vuepress/plugin-pwa: Make your VuePress site a Progressive Web Application (PWA).
- @vuepress/plugin-register-components: Register Vue components from component files or directory automatically.
- @vuepress/plugin-search: Provide local search to your documentation site.
- @vuepress/plugin-shiki: Enable syntax highlighting for markdown code fence with Shiki
- @vuepress/plugin-theme-data: Provide client data for your theme, with VuePress i18n support.
- @vuepress/plugin-toc: Provide a table-of-contents (TOC) component.
[^markdownenhance]: 比如 超链接的自动识别, markdown-it 需要标准格式或者 <link> 才能被解析为 超链接。 [^plugins-v2]: https://github.com/vuepress/awesome-vuepress/blob/main/v2.md