wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
722 stars 33 forks source link

Demo? #46

Closed karlhorky closed 3 years ago

karlhorky commented 3 years ago

Hi @wooorm šŸ‘‹

What are your thoughts on adding a link to an interactive demo to the readme?

I've made so many demo repls on Replit for refractor when I needed to debug something - would be cool to be able to just click on the existing demo and modify some things!

wooorm commented 3 years ago

Do you mean a demo as in a small custom website? What would you think of forkable runkit / replit / codesandboxes?

karlhorky commented 3 years ago

Yeah I meant more like an interactive playground like Replit. Eg. just set this one up now:

https://replit.com/@karlhorky/refractor-demo

karlhorky commented 3 years ago

Maybe also including the HTML version, to make it easier to visually parse what's going on there...

wooorm commented 3 years ago

Yeah Iā€™m open to a link to something like that!

karlhorky commented 3 years ago

Ok, open at #50, happy to take feedback and changes over there