dullage / flatnotes

A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage.
MIT License
1.5k stars 87 forks source link

printing checklists does not print checkboxes #236

Open AlBundy33 opened 3 months ago

AlBundy33 commented 3 months ago

I'm not sure if this is an issue of flatnotes but if I create a checklist like

* [ ] foo
* [x] bar

and try to print the list there are no checkboxes on paper/pdf.

btw. a print mode without header, menu, ... would be nice.

Test:

dullage commented 3 months ago

Hey @AlBundy33. I've had a look at this, and I've no idea why they're not included. If I toggle on the @media print simulator in dev tools they are still there. But not in print preview. I'm at a bit of a loss.

In regard to a print mode without header/menu, these are hidden in the latest release, so please check you're updated.

AlBundy33 commented 3 months ago

Hi @dullage, thanks for the fast reply. I've modified the example in the first post - if I print this issue I can see both checkboxes. Maybe you can have a look how github renders the fields.

Printing without header and menu works perflectly. 👍 But on notes with text that does not need a complete page an empty page is at the end of the print preview.

AlBundy33 commented 2 weeks ago

any news about ths issue?