joedixon / nova-translation

53 stars 17 forks source link

(SUGGESTION) Rich text editing #9

Open adrienne opened 5 years ago

adrienne commented 5 years ago

@joedixon --

So, first of all, I love this package. Most of the other packages to handle translation-related stuff are storing long blocks of crap as JSON in database columns and i hate that.

However, I'm running into a limitation: Some of my translation strings are rich text, and some of them are long. Editing with the little inline editor is pretty tricky, and definitely not useful for my client. Basically, what I'd like is to be able to toggle a rich text editor for some strings. (Nova already provides Trix.)

Here are some possible ways I've thought of to do this:

Also, especially with the rich text editor, in-column string editing is a little squished. Perhaps consider popping up a modal for the editor instead?

joedixon commented 5 years ago

Thanks for you kind words.

I like this idea, but I'm a little strapped for time at the moment. Would you be interested in submitting a PR for this?