-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Full toolbar options from Quilljs #295
Comments
You can Pass the formats and Options AS input Binding - Check the readme.
Or simply Set IT one time in the global config also mentioned in the
readme. But You have to define it one time in your own :)
Inspect the sourcecode of the quill Page and try to Grab the modules config
object.
Am Do., 29. Nov. 2018, 19:20 hat Tauan Matos <[email protected]>
geschrieben:
… Is there a way to use this full option toolbar or I have to create a
custom toolbar?
[image: image]
<https://user-images.githubusercontent.com/23512680/49242734-3f052a00-f3ea-11e8-81b6-23f2e2f05e3a.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#295>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ACKOYLHPktQH0w9DfcvsgAyJdi-ThFGNks5u0CWJgaJpZM4Y6Pej>
.
|
did you got it? |
in the quilljs example they build it up with custom toolbar config
|
I have created the above modules in component but with [modules] its not working . |
are there some errors or could you share some code? And you can checkout the linked demo - example repositories. there you have working examples :) |
Hi guys - similarity between this thread and "How to show all available buttons by default? #1335" I cannot find a complete definition of setting the tool bar options using JSON, extending what is shown by @KillerCodeMonkey above (from the readme).
|
this is a quill issue. and just checkout the quilljs repo and search the code for this: align left is the default alignment so it does not has a specific value... try empty string or null |
That did solve the specific text-align example there, thanks @KillerCodeMonkey. I had seen that HTML code example, but without your guidance couldn't make the leap. |
no probs 😉 |
is there a possibility to add a table too at toolbar module ? |
This is not Part of quilljs V1. V2 is not stable and i so Not Support that
Version.
So you can Just kick out ngx-quill and use plain quilljs v2.0.0-dev.3
Or try you luck ignoring The Peer dependencies of ngx-quill and Install
quilljs v2 + typings for v2.
relidrissihsaini <[email protected]> schrieb am Fr., 4. Sept. 2020,
17:39:
… is there a possibility to add a table too at toolbar module ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARI4YBM6FL7ZR7L4F752SDSEEC4HANCNFSM4GHI66RQ>
.
|
Is there a way to use this full option toolbar or I have to create a custom toolbar?
The text was updated successfully, but these errors were encountered: