xorcery / TableEditor

11 stars 8 forks source link

Add simple editor in text field #5

Open AmalieWowern opened 9 years ago

AmalieWowern commented 9 years ago

It would be awesome if there was a simple editor in the text field, then the user can create links and format the text

But awesome package

kgiszewski commented 9 years ago

Thx. I agree :) Right now we're asking our editors to use HTML anchor tags (which is a terrible solution). We could switch these to richtext editors but that would require a significant amount of effort along with the number of resources needed to have so many (RTE's) on a single page.

The other option is to create a modal box which handles the formatting there (as a single RTE) and maybe leaves the raw markup in the textarea below when done editing a box.

Do you have any ideas?

AmalieWowern commented 9 years ago

I defintly think one RTE would be the solution. The simplicity of the table editor would be gone if every box had its own editor

Maybe with a RTE header that works in all the boxes