The Print plugin adds printing tools to your Obsidian workspace. You can print the current note, a text selection, or all notes in a folder from the command palette, the printer ribbon, or the context menu. If you like it or find it useful, please consider giving it a star on GitHub.
https://github.com/user-attachments/assets/5882f08c-19e6-46da-b808-608b95376979
Screen recording of the plugin in use.
You can also add a shortcut to the print action for even quicker access.
If you are enjoying this plugin then please support my work and enthusiasm by buying me a coffee on https://www.buymeacoffee.com/marijnbent.
If you print often, you probably want to add a shortcut to one or more print commands. Go to Settings > Hotkeys, search for print, and bind your preferred shortcuts.
--- separators as print page breaks.cssclasses: Apply Obsidian note cssclasses to printed output so note-specific print CSS can carry over.print.css snippet from Obsidian's CSS snippets folder when available.In the settings, you can optionally hide the title, and when Normalize style is enabled you can also adjust the font size for body text and headings.
To further customize the appearance of your printed notes, you can create a print.css snippet in .obsidian/snippets and enable it from the plugin settings once Obsidian detects it. The printed document's body contains the obsidian-print class. Be sure to either wrap your CSS in @media print or prefix your print-specific CSS with .obsidian-print so it only applies to printed content. If you enable Inherit note cssclasses, note-level Obsidian classes will be available in the printed output as well. Theme styles for code blocks and MathJax are also carried into the print document when needed, unless you enable Normalize style to use the plugin's neutral fallback styling instead. You can view the default styles in this file. Every individual note contains the obsidian-print-note class.
If you have trouble with the styling, enable Debug Mode to open an inspection window for the generated print document.