Soon

Results 81 issues of Soon

### What problem does this feature solve? todo ### What does the proposed API look like? todo

### What problem does this feature solve? a lot of bugs to solve in medium-zoom usage ### What does the proposed API look like? 1. remove `@rspress/plugin-medium-zoom` 2. should refactor...

💡 good first issue
👏 PR welcome

### What problem does this feature solve? At present, user's remarkPlugins is executed after builtin-plugin, and can not be organized https://github.com/web-infra-dev/rspress/pull/2213#discussion_r2111220785 ### What does the proposed API look like? https://rsbuild.dev/config/plugins#execution-order...

### What problem does this feature solve? In order to better print file tree information ````md ```sh docs ├── en │ ├── _meta.json // navigation bar level │ └── guides...

💡 good first issue
👏 PR welcome

### What problem does this feature solve? currently we support `getCustomMdxComponents` via props in https://github.com/web-infra-dev/rspress/pull/1611 However, this feature actually belongs to the part of custom themes, and we hope that...

💡 good first issue
👏 PR welcome

### What problem does this feature solve? We already have ssg html artifact; if users want to use "_html", they should directly obtain the ssg output from the afterBuild hook....

👏 PR welcome

## Summary test(e2e): playwright support lazyCompilation after Rsbuild 1.4.0, remove RSPRESS_LAZY_COMPILATION=false ## Related Issue ## Checklist - [ ] Tests updated (or not required). - [ ] Documentation updated (or...

### What problem does this feature solve? https://github.com/web-infra-dev/rspress/pull/2122#issuecomment-2854256408 > The runtime component will increase the bundle size and will not be recorded in static data such as searchIndex. > it...

1. migrate from `beforeBuild` to `afterBuild` for right lifecycle 2. be compatiable to both Rspress V1 and V2 3. add support for `.mdx` files

React version: 19.2.0 ## Steps To Reproduce ```tsx // App.tsx ``` ```ts function renderToHtml(app: ReactNode): Promise { return new Promise((resolve, reject) => { const passThrough = new PassThrough(); const {...

Status: Unconfirmed