code-hike / codehike

Marvellous code walkthroughs
https://codehike.org
MIT License
4.39k stars 135 forks source link

CodeMap component #369

Open pomber opened 1 year ago

pomber commented 1 year ago

We could have a more general version of code mentions.

Code mentions are text-to-code links, but we could have code-to-text also. But also code-to-code, code-to-preview and preview-to-code.

For code-to-code imagine something like this from https://2019.wattenberger.com/blog/react-hooks: image

For code-to-preview here's an example from react docs: image

pomber commented 11 months ago

Related #81