by Marijn Bent
Print notes and documents directly from your workspace.
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.
Features
- Print the current note: Trigger printing from the command palette, the printer ribbon, or by right-clicking a note.
- Print a selection: Print only the selected text from the active editor.
- Print all notes in a folder: Right-click on a folder or use the command palette to print all markdown notes in that folder.
You can also add a shortcut to the print action for even quicker access.
Support
If you are enjoying this plugin then please support my work and enthusiasm by buying me a coffee on https://www.buymeacoffee.com/marijnbent.
Getting Started
Install from the Community Plugin Store
- Open Obsidian and go to Settings > Community plugins.
- Click on Browse and search for Print.
- Click Install to add the plugin to your Obsidian setup.
- Once installed, enable the plugin and optionally go to the settings page.
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.
Settings
- Print note title: Include the note title in the printout.
- Print properties: Include note properties/frontmatter at the top of the printed note.
- Font size and heading sizes: Adjust body text and heading sizes when Normalize style is enabled.
- Combine folder notes: Remove page breaks between notes when printing all notes from a folder.
- Treat horizontal lines as page breaks: Interpret
---separators as print page breaks. - Debug mode: Open a separate inspection window with the generated HTML and CSS so you can troubleshoot styling issues.
- Inherit note
cssclasses: Apply Obsidian notecssclassesto printed output so note-specific print CSS can carry over. - Normalize style: Use a neutral built-in print style instead of carrying over the active Obsidian theme styling.
- Custom CSS: In Advanced settings, enable a
print.csssnippet from Obsidian's CSS snippets folder when available.
Customize CSS
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.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.