Re: [mezzanine-users] Simplifying rich text

2017-06-03 Thread Melvyn Sopacua
On Saturday 03 June 2017 09:51:12 Ryne Everett wrote: > > 2) Implement the approach to RichTextField and global editor > > configuration from django- ckeditor, but leave TinyMCE as default. > > Introducing as little incompatibilities as possible would be the > > hard part. > > Sounds like #2 is

Re: [mezzanine-users] Simplifying rich text

2017-06-03 Thread Melvyn Sopacua
On Saturday 03 June 2017 07:40:55 Ken Bolton wrote: > Check out https://github.com/stephenmcd/mezzanine/issues/588 for the > reason. > > TL;DR: Write it as an app, e.g. `mezzanine-ckeditor`; share it with > us. My main concern is not with the editor of choice, but with the RichTextField and

Re: [mezzanine-users] Simplifying rich text

2017-06-03 Thread Ryne Everett
> 2) Implement the approach to RichTextField and global editor configuration > from django- > ckeditor, but leave TinyMCE as default. Introducing as little > incompatibilities as possible > would be the hard part. Sounds like #2 is the approach for improving the core project, though creating a

Re: [mezzanine-users] Simplifying rich text

2017-06-03 Thread Ken Bolton
Hi Melvyn, Check out https://github.com/stephenmcd/mezzanine/issues/588 for the reason. TL;DR: Write it as an app, e.g. `mezzanine-ckeditor`; share it with us. -ken -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this

Re: [mezzanine-users] Simplifying rich text

2017-06-03 Thread Melvyn Sopacua
On Friday 02 June 2017 20:03:20 Ryne Everett wrote: > The direction this discussion goes hinges on whether ckeditor is a > preferable editor to tinymce or if django-ckeditor just has a more > powerful RichTextField implementation than Mezzanine. Yes, that is why I said, if we take the approach

Re: [mezzanine-users] Simplifying rich text

2017-06-02 Thread Ryne Everett
The direction this discussion goes hinges on whether ckeditor is a preferable editor to tinymce or if django-ckeditor just has a more powerful RichTextField implementation than Mezzanine. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To

[mezzanine-users] Simplifying rich text

2017-06-02 Thread Melvyn Sopacua
Hello, I opted today to install django-ckeditor for a single field in the project. This is overkill, but in line with the field requirements, It is an "answer to a FAQ" model field. So I only want to provide inline markup, including links, excluding images. Source editing is allowed for the