Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend inline tools #2722

Open
jeanchilger opened this issue May 17, 2024 · 1 comment
Open

Extend inline tools #2722

jeanchilger opened this issue May 17, 2024 · 1 comment

Comments

@jeanchilger
Copy link

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
Copy link

giiska commented May 29, 2024

You can just develop your own and config it as

tools: {
  link: MyCustom, 
}

, mycustom is your own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants