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
One issue I was coming across when using this package was that the link mark isn't used in the default starter kit that gets loaded when Editor is instantiated, even though it's available in the Marks folder.
I got around this by using my own StarterKit class with link included (in addOptions and addExtensions), but I was curious why it's not included by default?
The text was updated successfully, but these errors were encountered:
One issue I was coming across when using this package was that the
link
mark isn't used in the default starter kit that gets loaded when Editor is instantiated, even though it's available in theMarks
folder.I got around this by using my own StarterKit class with
link
included (inaddOptions
andaddExtensions
), but I was curious why it's not included by default?The text was updated successfully, but these errors were encountered: