Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Printing #218

Open
Neekster opened this issue Oct 18, 2023 · 3 comments
Open

Issues with Printing #218

Neekster opened this issue Oct 18, 2023 · 3 comments

Comments

@Neekster
Copy link

Hello!
I've had an issue where printing the website results in a blank page. This issue is present on both Ubuntu and iPadOS, as shown by the screenshots below. The desired behavior would be to print the contents of the page in a manner similar to printing the PDF generated by the export feature in Obsidian.
image
Obsidian Garden iPad Printing Error

@anantshri
Copy link
Contributor

can confirm simmilar behaviour in macosx also.

@kianenigma
Copy link

@carol55512
Copy link

carol55512 commented Nov 23, 2024

I think this is maybe an Obsidian thing that is CSS-related?

In obsidian-base.scss is:

@media print {

  body > :not(.print) {
      display: none !important;
    }
}

when I manually insert a "print" class into a few elements, I can get them to print.

My CSS knowledge is very rusty so I'm not sure the best way to address this, but hope this helps with further troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants