Hi,
Thanks for building TrayMD I’ve been using it and really like how simple and lightweight it is.
I noticed there’s currently no way to print a note directly from the app, so I wanted to suggest adding basic print support.
This would be useful for things like:
printing notes or drafts
sharing content on paper
reviewing things offline
A simple implementation would already help a lot. For example:
a “Print” button in the toolbar, or
a Ctrl + P shortcut
Ideally, it would print the rendered markdown (not the raw text), using the system print dialog (e.g., GTK’s GtkPrintOperation).
Expected behavior would be straightforward:
open a note
press Ctrl + P or click “Print”
system print dialog opens
note is printed as rendered
Even a minimal version of this feature would already make a big difference.
Hi,
Thanks for building TrayMD I’ve been using it and really like how simple and lightweight it is.
I noticed there’s currently no way to print a note directly from the app, so I wanted to suggest adding basic print support.
This would be useful for things like:
printing notes or drafts
sharing content on paper
reviewing things offline
A simple implementation would already help a lot. For example:
a “Print” button in the toolbar, or
a Ctrl + P shortcut
Ideally, it would print the rendered markdown (not the raw text), using the system print dialog (e.g., GTK’s GtkPrintOperation).
Expected behavior would be straightforward:
open a note
press Ctrl + P or click “Print”
system print dialog opens
note is printed as rendered
Even a minimal version of this feature would already make a big difference.