Skip to content

Frontend inline editing using editorjs #32

@Zmove

Description

@Zmove

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions