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
I want to be able to use both markdown shortcuts plugin and draft-js-anchor-plugin but it's impossible to get them to both work in creating a link. I think the problem is with the name used for the state. For the markdown plugin, it's href. For the anchor plugin, it's url.
Can we make the necessary revisions to get the markdown plugin to be compatible with the anchor plugin? I think at least this file definitely needs to be changed.
If that can't be done, is there a way we can disable a markdown shortcut from createMarkdownShortcutsPlugin()?
The text was updated successfully, but these errors were encountered:
I think the problem is the component being rendered is only supplied with href and title, can the component still take other attributes? target, classes and etc.
I want to be able to use both markdown shortcuts plugin and draft-js-anchor-plugin but it's impossible to get them to both work in creating a link. I think the problem is with the name used for the state. For the markdown plugin, it's
href
. For the anchor plugin, it'surl
.Can we make the necessary revisions to get the markdown plugin to be compatible with the anchor plugin? I think at least this file definitely needs to be changed.
If that can't be done, is there a way we can disable a markdown shortcut from
createMarkdownShortcutsPlugin()
?The text was updated successfully, but these errors were encountered: