codehike
codehike copied to clipboard
Marvellous code walkthroughs
playground failed to start, missing dependency in package file ```shell cd playground pnpm i pnpm dev ``` 
Trying to set up this example with vite + react https://github.com/code-hike/not-stripe. I got errors when using mark oder link [plugin:@mdx-js/rollup] function Mark(props) { if (props.isInline) { return React__default["default"].createElement(Inlin...... } **could...
Hello, thank you for your work on this project. It is really great. ## Ask I would benefit from more info about the scrollycoding example on the docs page. I...
Hi! I see in the `isHikeElement` check ([source](https://github.com/code-hike/codehike/blob/next/packages/codehike/src/mdx/1.1.remark-list-to-section.ts#L224)) that paragraph and image nodes are supported and [have types exported](https://github.com/code-hike/codehike/blob/next/packages/codehike/src/blocks.ts#L49) as well, but links/anchors are not. In a PoC that I'm...
When `parseProps` fail we should include the name of the component in the error.
Hey, I'm trying to use annotations when importing code from a file. It works in the old version but in the new version it seems that I'm missing something. I...
Thank you for your work on codehike. Just tried out v1 and it is great with Docusaurus. I am running into an issue with link annotations. https://codehike.org/docs/code/link mentions we can...
Hi. Congratulations on the release! I'm really excited to start using this new version of CodeHike. I have a quick question regarding compatibility. It seems that CodeHike v1 is not...
This is a great project. Thank you for making that available. I have a suggestion that is probably related to these issues: https://github.com/code-hike/codehike/issues/302 and https://github.com/code-hike/codehike/issues/197 I'm the author of [LiveCodes](https://livecodes.io/),...