Jooy

Results 26 comments of Jooy

> I modified package.json, but it still throws an error. @jooy2 > > > package.json > ```js > "@toast-ui/chart": "^4.4.1", > "@toast-ui/react-editor": "3.1.10", > "@toast-ui/editor": "3.1.10", > "@toast-ui/editor-plugin-table-merged-cell": "3.1.0", >...

Probably. I've created a new repository that supports Electron + Vue templates. Take a look around if you're interested: - Vite + Electron + Vue 3: https://github.com/jooy2/vutron - Webpack +...

Hello, thank you for using VitePress Sidebar. Could you please change the `resolvePath` in your settings to `page`, which is the URL after the rewrite, and see if the issue...

Hello, thank you for using `vitepress-sidebar`. Please fill in the issue details about what issue you are experiencing and how to reproduce it. The issue title alone will not help...

You can also consider the following solutions: https://github.com/jooy2/vitepress-sidebar It supports a lot of customization, alignment, frontmatter, and multiple sidebars.

Hello! Thank you for your patience. I recently released a version that addresses the original issue and additional issues you left in the comments. Here's the solution to @ghost's case:...

Hello! Thank you for your long patience. I fixed a link inconsistency in `index.md` in the new version `1.24.1`. This should fix the issue without writing any additional behavior. If...

Hello! Thank you for using `vitepress-sidebar` plugin! You can configure multiple sidebar environments using the help links below: https://vitepress-sidebar.jooy2.com/multiple-sidebars-how-to If you're having trouble, please leave a reply with the specifics...

I apologize for the delay in responding. Yes, you need to declare `generateSidebar` in the value of `themeConfig.sidebar` in the `config` file (extension can be `js`, `ts`, `mts`) in the...

Hello guys! I recently improved the documentation to make it clearer to use multiple sidebars in `vitepress-sidebar`. You can check it out here: https://vitepress-sidebar.jooy2.com/advanced-usage/multiple-sidebars-how-to Please note that the menu may...