-
Notifications
You must be signed in to change notification settings - Fork 40
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
How do you add plugins to editorjs? #26
Comments
Unfortunately, right now there is no way to do it out of the box. The only way is to fork the repo and use custom version. What plugin you need? |
It would be very nice to have the table plugin enabled. Can you explain how to do that? |
Actually the table tool is included and you could enable it from the interface settings. |
Oh, thank you! I didn't see that there. |
Hi! I want to add and configure the Link Autocomplete plugin ( https://github.com/editor-js/link-autocomplete ). @dimitrov-adrian can you give me some starting point how can i do that? |
Hi, I would like to add the toggle block. https://github.com/kommitters/editorjs-toggle-block |
It's not yet ready to create pr tho, I'm working on dynamic importing plugin packages and it works for me. This requires to be provided user-defined plugin bundled package in form of es module, and serve it via endpoint extensions of directus. |
This also affects: |
Does this extension allow you to add plugins to editorks? If so how?
The text was updated successfully, but these errors were encountered: