Ask HN: Why don't common text editors support printing?
I'm new to the Mac, and I've started looking for a text editor. It turns out that you can't print from several major ones, including SublimeText, Atom and Bracket.
I don't print very often, but when I need to, I need to. What is going on here? Why would these packages omit something so basic?
3 comments
[ 3.5 ms ] story [ 20.2 ms ] threadIf you're the kind of person who wants to use a printer, there's definitely no way you're a cool enough hipster to be using Apple products.
You can try to print any file from the terminal with `lpr filename` which will literary print all characters in a file (a doc/odt contains a lot of "non-desired" stuff) unless the `CUPS` daemon is aware of a certain file format (yours should "know" how to print a pdf correctly)
In https://forum.sublimetext.com/t/printing-from-sublime/281 I see there's a export-to-HTML plugin as work-around one can install. https://github.com/facelessuser/ExportHtml