vishesh / drracket-whalesong

Whalesong plugin for DrRacket IDE
MIT License
3 stars 1 forks source link

save and upload image literals on "publish" #8

Open stchang opened 9 years ago

stchang commented 9 years ago

There's probably no easy way to do this, but documenting it as a nice-to-have.

Various Racket books (eg htdp) use literal images in their examples, so students are likely to use them as well.

It would be nice if the "publish" button automatically converts these programs by saving, uploading, and linking to the images.

vishesh commented 9 years ago

Source code with literal images look very different from plain source. Is there is a name for this format? We probably could use DrRacket's code, where it reads such files and distinguishes b/w plain code and images.