Add printing capability (Electron has the API)

Use case or problem

I’d like to be able to print a note directly from Obsidian. Electron has an API to support this: contents.print

Proposed solution

Add a print command to the app. Have a way to specify the options that make sense from the Electron API. Assume you need to switch the note into reading mode to do this for you have the contents displayed that the user would want to print, but perhaps you can print from any of the modes what is seen on te screen.

Current workaround (optional)

Export using one of the plugins or to PDF and then print. Copy, paste and print in another app.

6 Likes

I completely thought this already existed.

1 Like

Can this be a plugin?