codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
27.56k stars 2.02k forks source link

Extend inline tools #2722

Open jeanchilger opened 1 month ago

jeanchilger commented 1 month ago

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?

giiska commented 1 month ago

You can just develop your own and config it as

tools: {
  link: MyCustom, 
}

, mycustom is your own