(no title)
JohnMunsch | 2 years ago
I still take notes on paper sometimes and most "paper" sites are just a bunch of pre-created PDF files. Mine creates a SVG on the fly and then can print it out from the page.
While I really loved creating it and still use it myself, I wish printer support in the browsers was better. I don't have to deal with garbage like IE anymore, but nobody gives me a chance to remove automatic margins and stuff that gets printed in those margins. I can tell the user to do it manually, but much better would be a chance to prompt the user and offer to remove all of that if they OK it.
Brajeshwar|2 years ago
Is this source open? Can I tinker with it?
For those looking for well-done printables, especially with web/app development/design, you should check out https://www.sketchize.com
JohnMunsch|2 years ago
https://github.com/JohnMunsch/PaperQuik.com
Note: It should be very easy to work on if you know JS. It's a handful of very simple Web Components and the SVG paper generation code. I did my best to have nice clean code for all of it.
nicbou|2 years ago
JohnMunsch|2 years ago
For reasons I've struggled with debugging, it wants to print a second blank page after the first one. As long as the user skips the second sheet everything looks OK for Safari for my app.
xk3|2 years ago
pimbrouwers|2 years ago