newspeaklanguage / newspeak

Newspeak is a live object-capability language in the Smalltalk tradition
https://newspeaklanguage.org/
Other
132 stars 11 forks source link

Ampleforth needs to support printing #112

Open gbracha opened 2 years ago

gbracha commented 2 years ago

The browser can sort of do this for us, but:

a. This adds unwanted Browser chrome/boilerplate. b. Doesn't work in standalone app.

gbracha commented 1 year ago

A nice solution might be to save as PDF using html2pdf. But that adds almost a megabyte of JS code. The whole system is around 3Mb, so this is pretty high overhead. We could load it lazily, which means it only works when we're online. Not very attractive either.