There are several major issues with markdown printing that are probably pretty easy to fix.
Fixing these is also relevant to implementing proper printing for whiteboards (not done yet).
Try to print from editable mode -- it doesn't exist. That's annoying and confusing, and it's just because I forgot to add the button.
In locked view you can print, but it includes bootstrap css in the header, and that's horrible due to https://stackoverflow.com/questions/32950554/css-color-property-not-working-correctly-on-media-print, e.g., it always puts all urls visibly after they are used, and it changes ALL color to black and white. That's super annoying and old school. It's also impossible to tell if something is a link or not. If you're just printing to PDF this is super dumb.
A quick dramatic improvement is just to swap out the bootstrap css for antd css. We have our own copy served from a local "cdn", so that should be easy. Also, just add the print button.
There are several major issues with markdown printing that are probably pretty easy to fix.
Fixing these is also relevant to implementing proper printing for whiteboards (not done yet).
A quick dramatic improvement is just to swap out the bootstrap css for antd css. We have our own copy served from a local "cdn", so that should be easy. Also, just add the print button.