Support
#4680
Replies: 2 comments
-
|
What company? No company is mentioned anywhere on the Quill website. And businesses seek profit, but this software is free. It seems to have been created by a lone programmer, or small team, as a gift to the world. If you can't get the answers you need here, try StackOverflow. I've seen some discussions about Quill there. To hide Quill when printing, this seems to work: To set the width of the toolbar, this seems to work: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
thank you :-)
…On Mon, Jun 30, 2025, 20:03 michaelbluejay ***@***.***> wrote:
What company? No company is mentioned anywhere on the Quill website. And
businesses seek profit, but this software is free. It seems to have been
created by a lone programmer, or small team, as a gift to the world.
If you can't get the answers you need here, try StackOverflow. I've seen
some discussions about Quill there.
To hide Quill when printing, this seems to work:
<style>
@media print {
.ql-toolbar {display:none}
.ql-editor {display:none}
}
</style>
To set the width of the toolbar, this seems to work:
<style>
.ql-toolbar {width:400px}
</style>
—
Reply to this email directly, view it on GitHub
<#4680 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BT2O3RAAVOK3HAGSAUDLW7T3GHF37AVCNFSM6AAAAACAEEMI32VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNRSGI4TAMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can we have someone answering our questions, either from the community or from the company. Documentation does not answer my question so...help...
Thank you
Beta Was this translation helpful? Give feedback.
All reactions