Add printing capability (Electron has the API)

One possible 3rd party workaround is to use scrolling capture and printer as a share destination with capture presets (windows). Obviously you need to capture in light theme to avoid printing with black background. I think scrolling capture is good thing to have in general since you can easily print or capture any custom range on the fly. If page braking control is desired then this FR integrates Word, Pages etc nicely with Obsidian: Copy-and-paste rendered version (no markdown) from the editor. We all love to use Word/Pages so the said integration will happen sooner or later.

My simple wish: Printing of every notes full content with individual configurable headings and footers with one click/shortcut and a printing dialog for the cases I need it.

1 Like

As what comes to printing, Google Docs can now import markdown files from File > Open or by clicking “Open with Google Docs” from Google Drive. Also Google Docs offers option to convert markdown syntax to Google Docs content when pasting. This makes printing easier since usually you are interested to configure how content is divided between separate pages, how tables look, how pictures look etc.

Google Docs Can Now Import and Export Markdown—How-To Geek

Another great post by HTG (linux/mac):

https://www.howtogeek.com/control-your-printer-from-a-linux-terminal-with-the-lp-command/

Unfortunately lp command supports only txt files but quickly printing is best suited for text only documents anyway.

See also Shell commands community plugin.

After the new update 1.8.9 are you still able to print from PDF created from obsidian? Weirdly, Obsidian is exporting PDF correctly but I am not able to print from that PDF. Anyone experience this?

Other pdfs works fine, old pdfs generated from Obsidian works fine. I see print job spinning for a few seconds but the “job” just disapears, and nothing gets printed.

This topic is a feature request for PDF export on mobile.


If you are having issues with desktop export, I’d post in Help, add your “debug info”, and any other info that could possibly help.

I believe it’s a feature request to be able to print from the desktop app. Note the reference to the Electron API.

2 Likes

Thank you. It’s a long and winding topic.

1 Like

Another workaround is to use Notepad to quickly write notes if these notes are supposed to be printed. I believe it offers then CtrlPenter sequence to print.

Notepad in Windows 11 is going to support markdown in coming few months

https://www.howtogeek.com/microsoft-notepad-is-finally-getting-rich-text-formatting/

Found this plugin, according to its docs it can do simple printing. have you tried this? GitHub - marijnbent/obsidian-print: Print your notes directly from Obsidian

Btw: I think it should be a core functionality. Kate (KDE’s editor) has amazing printing capability, with page preview etc. I would love to see something like that in in Obsidian.