frc461 / website-2024

Backend for new team website
0 stars 0 forks source link

Editor JS Features #37

Open ez500 opened 1 week ago

ez500 commented 1 week ago

Some things about the editor seem missing:

Gerseneck commented 1 week ago

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.