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

Editor JS Features #37

Open
3 tasks
ez500 opened this issue Nov 12, 2024 · 1 comment
Open
3 tasks

Editor JS Features #37

ez500 opened this issue Nov 12, 2024 · 1 comment
Milestone

Comments

@ez500
Copy link
Member

ez500 commented Nov 12, 2024

Some things about the editor seem missing:

  • Text alignment, i.e. left, center, right, justified
  • Embeds (videos, documents)
  • Possibly more delimiter options/separators
@Gerseneck Gerseneck added this to the 0.3.0 milestone Nov 13, 2024
@Gerseneck
Copy link
Member

Text alignment
Embeds

As for more delimiter options, that's currently not possible with EditorJs' implementation of delimiter. We will either need to implement our own delimiter plugin, or just modify the backend to have 1 custom delimiter.

If we were to implement our own delimiter plugin, we can make it have more than one delimiter option (and even more custom ones)

There are alternative delimiter plugins (like this one), however, they are all pretty limiting, and I don't think that's what we want.

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