reason-tools icon indicating copy to clipboard operation
reason-tools copied to clipboard

Convert RWO automatically

Open rickyvetter opened this issue 8 years ago • 2 comments

Similar to OCaml documentation - lets do https://realworldocaml.org/ automatically so that learning Reason is painless.

rickyvetter avatar Nov 06 '16 18:11 rickyvetter

I'd like to help, if I can.

iamricard avatar Nov 07 '16 17:11 iamricard

@rcsole awesome! We basically need to add a content script to the manifest.json file which runs only on the realworldocaml.org domain.

Inside that script we need a converter similar to the ocamldoc one which will convert the code examples that RWO uses. The conversion can't just take the straight contents of the code block, because lots of the examples are actually interactive utop sessions and need to be translated line-by-line.

Let me know if you're able to work on this!

rickyvetter avatar Nov 07 '16 17:11 rickyvetter