nus-mtp / sashimi-note

A flexible and extensible document viewing and editing platform.
https://nus-mtp.github.io/sashimi-note/
MIT License
8 stars 1 forks source link

Fix #319 print not working #374

Closed amoshydra closed 7 years ago

amoshydra commented 7 years ago

Printing now work #319 and uses different technique.

Previously it rely solely on the CSS print media to hide and print. Current implement will make sure a full re-rendering of the content in Page Mode before on print. It will intercept the CTRL/CMD + P command and execute the print command.

Since the print command will only intercept keyboard command, here are the known problem: