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

How do you add plugins to editorjs? #26

Open
KrisKnez opened this issue Jan 31, 2022 · 8 comments
Open

How do you add plugins to editorjs? #26

KrisKnez opened this issue Jan 31, 2022 · 8 comments

Comments

@KrisKnez
Copy link

KrisKnez commented Jan 31, 2022

image
Does this extension allow you to add plugins to editorks? If so how?

@dimitrov-adrian
Copy link
Owner

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?

@jimjimovich
Copy link

It would be very nice to have the table plugin enabled. Can you explain how to do that?

@dimitrov-adrian
Copy link
Owner

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.

@jimjimovich
Copy link

Actually the table tool is included and you could enable it from the interface settings.

Oh, thank you! I didn't see that there.

@c001os
Copy link

c001os commented Sep 16, 2022

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?
My goal is ability to link texts to directus colletion elements.
Many, many thanx!

@remcohh
Copy link

remcohh commented Dec 2, 2022

Hi, I would like to add the toggle block. https://github.com/kommitters/editorjs-toggle-block
Can anyone give me some pointer how to archieve this.?

@sarashino
Copy link

sarashino commented Jan 8, 2023

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.

https://github.com/sarashino/directus-extension-editorjs-interface/blob/c3916d2793e1211e28483e93ae1b22ea00b0e0e2/src/get-tools.ts#L135

@almereyda
Copy link

almereyda commented Apr 13, 2023

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

7 participants