You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs the only way to interface with quill is to create an instance and read the content property. This is a bit thin.
I would like to supply quill with config options using attributes, get the documented events and methods (or at least access to the original Quill object).
The text was updated successfully, but these errors were encountered:
You should be able to get to the original Quill object by doing this.$.demo1.quill. Assuming you polymer-quill id is demo1.
<polymer-quill id="demo1"
content='{"ops":[{"insert":"Hello World! - Store as Delta - "},{"attributes":{"link":"//proplanr.com"},"insert":"proplanr.com"},{"attributes":{"header":2},"insert":"\n"}]}'
store-as="delta">
</polymer-quill>
I have not had any luck yet passing options using attributes. That is why I created toolbar options of full and standard to at least give two choices. I am open to suggestions on how to do so.
Hi,
According to the docs the only way to interface with quill is to create an instance and read the content property. This is a bit thin.
I would like to supply quill with config options using attributes, get the documented events and methods (or at least access to the original Quill object).
The text was updated successfully, but these errors were encountered: