Divyansh Singh
Divyansh Singh
I think Algolia provides search solutions for enterprises too. Try contacting their sales. Also, I think someone from the community can make some package like [**emersonbottero/vitepress-plugin-search**](https://github.com/emersonbottero/vitepress-plugin-search). You can try this...
> but the workflow is not good since I'm reading the generate html. @emersonbottero What if we could provide you a `transformHtml` hook that gives you access to stuff like:...
So, IG if we provide you the `transformHtml` hook, it would ease things up for both of you. Like for @staghouse it will clean up step 1 (no need to...
Awesome work @emersonbottero! 🎉 I'll try it out. Regarding `transformSearchClient`, I'll check that out too. If it's feasible, then we can expose some options from our side too so you...
For now, you can just wrap your markdown with `...` to get similar styles (some styles and functions may not work as they might be scoped for example headings don't...
> The back and forward buttons do not work when I click on the menu to navigate to a different page. Can you explain a bit more? They appear to...
I am still not able to reproduce this. Its maybe due to some race condition, or maybe something else. Marked this as a bug (needs investigation though). Anyway, your PR...
Try implementing this on vite-3 branch for now. ESM SSR is supported there.
Cool. We'll get back to this once the Vite 3 PR is merged. It'll take some time as there is a lot of stuff there.
Also fix this one: - #1088 > Maybe adding `word-break: break-word;` to `.vp-doc p` is enough to fix this, I guess we need this on all elements?