codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Marvellous code walkthroughs

Results 69 codehike issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/47508893/184472502-65a1b90c-bc7a-41de-8951-5d83e659ab91.png) ```js // link[7:14] https://codehike.org _blank

Hey there! First off wanted to say thank you for this awesome lib! I'm wondering if there's a good way to switch themes on the fly? (ie: icon that switches...

`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.

When embedding somewhat larger pieces of code it can happen that the focused code is spread around quite a bit. Currently everything between focused lines is being rendered, which causes...

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).

It would be great if when [defining a codeblock and putting a filename](https://codehike.org/docs/codeblocks#filename), that our codeblocks could determine the language for syntax highlighting based on the filename alone. This of...

When I add the following code, fast-refresh breaks: ```c ```python mark=1[22:30] print("Rendered with Code Hike") ``` Without the above code, fast-refresh works as expected. [Here's a link to a similar...

Should handle better when the is out of range or empty: [demo](https://play.codehike.org/#N4IgtgJgHiBcIB0B2BiABACQKYBscHtlkBRCASwBc0wsA6IpAA2YAcBPCgC3yTQDN8AYwCuAZwC8AVmQsATmSQUAFAhAAVTmVFotaAML4IWTGQDWWVQEpkzRgxAAaEINGi4IWnKwA3MlgDuALSCPBQAhgpYsmjAaMho1GGyAOYKsGgAHCxQANxxSAC+js48fGTJcKA4kQBywmAARlFusHxhOKJYTqLc-gbsAELCFBQ8cG0dXSBcWDTuYGEUUWTtgRBJ5rIgBQVAA) ![image](https://user-images.githubusercontent.com/1911623/172632972-74782f6b-e2a0-47a9-89fe-d98e9d9a8bc1.png)