Image Size and Printing

Hello Joplin Community,

I recently started using tha app and I like it alot. My only problem is a specific one, so I would be thankful for ideas.

What I am looking for is a way to insert images into notes (desktop and mobile), resize them automatically, and print them in a preset format. Reason beeing that I also keep a old fashioned analogue Zettelkasten with 10x15 cards.

What I wish for would be the most smooth solution: just put in the Image, press print and have it in this Format.

Is this whishful thinking?

Thanks in advance!

I think you could possibly achieve this with custom CSS, e.g.

@media print {
  /* All your print styles go here */
}

You would need to specify image dimensions with absolute units, e.g. cm, mm, etc.