editor.js
editor.js copied to clipboard
Extend inline tools
I would like to extend the LinkInlineTool (src/inline-tools/inline-tool-link). But from the npm package, it seems not to be exposed. Is there a away I could extend that tool? Is there a reason why it is not exposed from the library?
You can just develop your own and config it as
tools: {
link: MyCustom,
}
, mycustom is your own