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

Frontend inline editing using editorjs #32

Open
Zmove opened this issue Mar 4, 2023 · 0 comments
Open

Frontend inline editing using editorjs #32

Zmove opened this issue Mar 4, 2023 · 0 comments

Comments

@Zmove
Copy link

Zmove commented Mar 4, 2023

Is your feature request related to a problem? Please describe.
There is already the excellent content editor plugin by samuell, but it rely on unmaintained content tools javascript plugin, that have some limitations.

Describe the solution you'd like
I dream about a plugin that can provide frontend editing the same way content editor, but powered with editorJS behind

Additional context
Ideally, as web pages can be complex, the component should support multiple instance with customized toolbar for each one, like content editor.

For example, being able to call it like that :

{% component 'editorjs' file="content/mytitle" tools="h2,p,a" %}

This would provide an editorjs block with the possiblity to add h2, paragraphs, and links. Then, on the same page, you could do :

{% component 'editorjs' file="content/mymedia" tools="image,video" %}

This other block would allow user to add an image or a video. Etc.... (you get it)

Ideally, for media, it would be great to integrate it with the media manager, allowing to take existing file or upload one

It would be just awesome to have that kind of editing experience when modifying frontend content with october cms.

It's probably a lot of work, do you think it's technically possible, and is a direction the plugin would take in order to provide a complete 2023 style editing experience for our favorite CMS ?

Thank you

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

1 participant