Rodrigo Pombo
Rodrigo Pombo
Hey, thanks for opensourcing this library. I haven't even tried it yet but I know it will come in handy. Most of my use cases would use the `annotate` animation...
## VS Code (with light-plus theme) shows: ## Shiki shows: --- My highlighting code just in case: ```js const shiki = await import("shiki") const highlighter = await shiki.getHighlighter({ theme: "light-plus"...
If I already have a `highlighter` and want to load a new raw theme (no fetching required) it would be great if I could do it without `await`ing. Currently, I...
`useDimensions` may run before the code font is loaded. Maybe we should listen to some event and re-run the measurement.
Astro 1.0 will have better [support for MDX](https://docs.astro.build/en/guides/integrations-guide/mdx/). It looks like it adds some custom stuff on top of MDX so I'm not sure Code Hike will still work.
There's a [release candidate for MDX v2 support](https://github.com/gatsbyjs/gatsby/discussions/25068). Docs: https://github.com/gatsbyjs/gatsby/blob/feat/mdx-v2/packages/gatsby-plugin-mdx/README.md.
We should make Slideshow easy to style in two columns, maybe like this [tutorial from Algolia](https://www.algolia.com/doc/onboarding/#/pick-dataset).
Should handle better when the is out of range or empty: [demo](https://play.codehike.org/#N4IgtgJgHiBcIB0B2BiABACQKYBscHtlkBRCASwBc0wsA6IpAA2YAcBPCgC3yTQDN8AYwCuAZwC8AVmQsATmSQUAFAhAAVTmVFotaAML4IWTGQDWWVQEpkzRgxAAaEINGi4IWnKwA3MlgDuALSCPBQAhgpYsmjAaMho1GGyAOYKsGgAHCxQANxxSAC+js48fGTJcKA4kQBywmAARlFusHxhOKJYTqLc-gbsAELCFBQ8cG0dXSBcWDTuYGEUUWTtgRBJ5rIgBQVAA) 
Most docs start with some commands you need to run on a terminal. For example, one common use case for web projects is to show options for npm/yarn/pnpm. Maybe code...