Open IvanFarkas opened 1 year ago
Was not able to get the example to work either where it extends Parchment.Inline. Only way I got custom blots to work was to extend Parchment.Embed. But perhaps my problem is something else. Also need to register this using Quill.register - Parchment.register does nothing.
Adding a custom Blot
The Example instructs
but
Parchment.Inline
does not exist,InlineBlot
does from here asclass InlineBlot extends ParentBlot implements Formattable
Also, this does not work as in the example.
Getting error