integrations icon indicating copy to clipboard operation
integrations copied to clipboard

A collection of diverse documentation engineering tools | 多元化的文档工程工具合集

Results 35 integrations issues
Sort by recently updated
recently updated
newest added

Splitting the data in Virtual Module down to the page level so that when a user visits the site, they don't need to download a very large Gitlog file (usually...

enhancement
help wanted
pkg/git-changelog

When enabling the Inline link preview plugin in VitePress, there appears 2 arrows for external links. Image: arrow 1 (inline link preview plugin), arrow 2 (vitepress theme) ![image](https://github.com/user-attachments/assets/5fff4faa-840d-4d91-baf0-701d2f471f52) Today, the...

https://nolebase-integrations.ayaka.io/pages/zh-CN/integrations/vitepress-plugin-inline-link-preview/configuration#%E5%A6%82%E4%BD%95%E5%9C%A8-vitepress-%E4%B8%AD%E8%BF%9B%E8%A1%8C%E9%85%8D%E7%BD%AE This is my configuration in index.js ``` import { NolebaseInlineLinkPreviewPlugin, InjectionKey, } from "@nolebase/vitepress-plugin-inline-link-preview/client"; import "@nolebase/vitepress-plugin-inline-link-preview/client/style.css"; export default { enhanceApp({ app }) { app.use(NolebaseInlineLinkPreviewPlugin); app.provide(InjectionKey, { popupWidth: 100, popupHeight:...

bug
documentation
pkg/inline-link-preview
difficulty/hard

In build mode, the `authors` returned by `useChangelog()` is a complete list of authors, so authors in the front matter can be retrieved with their details (avatars, links, etc.), since...

bug
pkg/git-changelog

In dev mode, if the user has a rewritePath, especially if there is a rewrite of a non-md file (such as a ts file) to a md file, then the...

bug
pkg/git-changelog

**Your plugins are so cool, congratulations!** I am impressed with Enhanced Readibilities, Page properties, Inline links preview. It is difficult to know which one is better. You are already full...

documentation
enhancement
help wanted
question
difficulty/hard

People may insert some videos, CodePan, etc. while writing a document, we can provide some components to simplify this process, similar to vuepress-plugin-components? - docs: https://theme-hope.vuejs.press/guide/component/built-in.html#badge - code: https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/main/packages/components (Maybe...

enhancement
pkg/ui
difficulty/hard

Currently, users must replace these things one by one, and use their own tools to create dedicated favicons, pwa icons, different icons etc, why can we have one single plugin...

enhancement
help wanted
difficulty/hard

We aleardy have specify package manager `pnpm` version in `package.json`, also, we need add `.nvmrc ` to specify node.js version or update package.json `engines.node` field with `.npmrc` setting: ```txt engine-strict=true...

question

简而言之, 阅读增强 bundle 好的 css 中包含了 `outline`, 应该是从unocss中出来的? 它会导致VitePress这个自带的组件出现样式异常, 因为下面这部分的类名本身是 `outline` ![Snipaste_2024-09-30_21-01-43](https://github.com/user-attachments/assets/483cbd25-8af9-4443-98d8-a3630c0c91f3) ![Snipaste_2024-09-30_21-02-17](https://github.com/user-attachments/assets/935947fc-7cc3-4079-87dd-674cfe94e7f1)