Re: is there a WYSIWYG for Django

2020-02-08 Thread john
Thanks - that was very helpful - but of course so were the personal 
suggestions.

Johnf

On 2/8/20 4:42 PM, Jason wrote:
Anytime you have a question of "is there something in django that will 
do X?", check out https://djangopackages.org/


For example, there is a pretty good up to date WYSIWYG category with 
possible options


https://djangopackages.org/grids/g/wysiwyg/

--
You received this message because you are subscribed to the Google 
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to django-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c8429460-83c6-4176-b917-d0bbf70981db%40googlegroups.com 
.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/73c9d2da-66e2-a7e1-e611-208af72b8c0d%40jfcomputer.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread Jason
Anytime you have a question of "is there something in django that will do 
X?", check out https://djangopackages.org/

For example, there is a pretty good up to date WYSIWYG category with 
possible options

https://djangopackages.org/grids/g/wysiwyg/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c8429460-83c6-4176-b917-d0bbf70981db%40googlegroups.com.


is there a WYSIWYG for Django

2020-02-08 Thread Desmond Nyamador
Hi I suggest you try out Django summernote. Easy to setup for your admin and 
frontend 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e5028222-8a6b-41a9-a547-b686ea1b513b%40googlegroups.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread Bill Freeman
That's the plan.  It's what I though you meant by WYSIWYG.  Fiber is nice
because they don't have to understand a back end interface; you just edit
from the page that you want to change, edit a particular element of it,
which client's have an easier time with.  But there still has to be
something that lets you edit HTML straightforwardly, and that needs to run
in the browser for responsiveness.

On Sat, Feb 8, 2020 at 11:52 AM johnf  wrote:

> Thanks Fiber looks better.  But you did say you use mostly TinyMCE.  I can
> develop the site (it's just as straight forward with some pictures, menu
> and a few pages) then hand that over to the owners to maintain using
> TinyMCE??  What about mobile etc...?
>
> Johnf
>
> On 2/8/20 8:36 AM, Bill Freeman wrote:
>
> I have used Django Fiber:   http://ridethepony.org/
> And several other CMS.  I mostly used TinyMCE.
> The world may have moved on.
>
> On Sat, Feb 8, 2020 at 11:02 AM johnf  wrote:
>
>> Thanks that is a start.  I would also like something that will help with
>> design of the pages/views.
>>
>> Johnf
>>
>> On 2/8/20 7:51 AM, Andrew C. wrote:
>>
>> Try Quill.js. If you google Quill.js and Quill.js Django, I believe
>> you'll find the Django package that goes along with that text editor.
>> Really, you only need the Quill.js code for your template. WYSIWYG is
>> just a user typing in HTML without realizing it. Just save the HTML
>> (because the rest is escaped while the user is typing).
>>
>> It's also useful if you escape all instances of a script tag in case
>> someone inputs an unescaped . Your server wouldn't be
>> destroyed necessarily, but there could be some XSS that you want to
>> avoid.
>>
>> On 2/8/20, john   wrote:
>>
>> Hi,
>>
>> I realize that Django does not have a frontend but is there a
>> tool/package that works well for WYSIWYG a simple website?
>>
>> Johnf
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web 
>> visithttps://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAB%2BAj0tdqykbk5YyXkx_Axo-3MuyM%3DS_86qJWpzXan%2B-whfNfg%40mail.gmail.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d194dd78-88e0-eb32-f2bf-035c6a740e1a%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB%2BAj0sUwL5Opor_JWf1rFMuPGwDSHEFAPc2vRfEwCxPtY0czA%40mail.gmail.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread johnf
Thanks Fiber looks better.  But you did say you use mostly TinyMCE.  I 
can develop the site (it's just as straight forward with some pictures, 
menu and a few pages) then hand that over to the owners to maintain 
using TinyMCE??  What about mobile etc...?


Johnf

On 2/8/20 8:36 AM, Bill Freeman wrote:

I have used Django Fiber: http://ridethepony.org/
And several other CMS.  I mostly used TinyMCE.
The world may have moved on.

On Sat, Feb 8, 2020 at 11:02 AM johnf > wrote:


Thanks that is a start.  I would also like something that will
help with design of the pages/views.

Johnf

On 2/8/20 7:51 AM, Andrew C. wrote:

Try Quill.js. If you google Quill.js and Quill.js Django, I believe
you'll find the Django package that goes along with that text editor.
Really, you only need the Quill.js code for your template. WYSIWYG is
just a user typing in HTML without realizing it. Just save the HTML
(because the rest is escaped while the user is typing).

It's also useful if you escape all instances of a script tag in case
someone inputs an unescaped . Your server wouldn't be
destroyed necessarily, but there could be some XSS that you want to
avoid.

On 2/8/20, john    wrote:

Hi,

I realize that Django does not have a frontend but is there a
tool/package that works well for WYSIWYG a simple website?

Johnf

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email todjango-users+unsubscr...@googlegroups.com  
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.



-- 
You received this message because you are subscribed to the Google

Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to django-users+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com

.

--
You received this message because you are subscribed to the Google 
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to django-users+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB%2BAj0tdqykbk5YyXkx_Axo-3MuyM%3DS_86qJWpzXan%2B-whfNfg%40mail.gmail.com 
.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d194dd78-88e0-eb32-f2bf-035c6a740e1a%40gmail.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread Bill Freeman
I have used Django Fiber:   http://ridethepony.org/
And several other CMS.  I mostly used TinyMCE.
The world may have moved on.

On Sat, Feb 8, 2020 at 11:02 AM johnf  wrote:

> Thanks that is a start.  I would also like something that will help with
> design of the pages/views.
>
> Johnf
>
> On 2/8/20 7:51 AM, Andrew C. wrote:
>
> Try Quill.js. If you google Quill.js and Quill.js Django, I believe
> you'll find the Django package that goes along with that text editor.
> Really, you only need the Quill.js code for your template. WYSIWYG is
> just a user typing in HTML without realizing it. Just save the HTML
> (because the rest is escaped while the user is typing).
>
> It's also useful if you escape all instances of a script tag in case
> someone inputs an unescaped . Your server wouldn't be
> destroyed necessarily, but there could be some XSS that you want to
> avoid.
>
> On 2/8/20, john   wrote:
>
> Hi,
>
> I realize that Django does not have a frontend but is there a
> tool/package that works well for WYSIWYG a simple website?
>
> Johnf
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web 
> visithttps://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAB%2BAj0tdqykbk5YyXkx_Axo-3MuyM%3DS_86qJWpzXan%2B-whfNfg%40mail.gmail.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread johnf
Thanks that is a start.  I would also like something that will help with 
design of the pages/views.


Johnf

On 2/8/20 7:51 AM, Andrew C. wrote:

Try Quill.js. If you google Quill.js and Quill.js Django, I believe
you'll find the Django package that goes along with that text editor.
Really, you only need the Quill.js code for your template. WYSIWYG is
just a user typing in HTML without realizing it. Just save the HTML
(because the rest is escaped while the user is typing).

It's also useful if you escape all instances of a script tag in case
someone inputs an unescaped . Your server wouldn't be
destroyed necessarily, but there could be some XSS that you want to
avoid.

On 2/8/20, john  wrote:

Hi,

I realize that Django does not have a frontend but is there a
tool/package that works well for WYSIWYG a simple website?

Johnf

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.



--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2cdcf4aa-07db-446e-8597-585b5c571639%40gmail.com.


Re: is there a WYSIWYG for Django

2020-02-08 Thread Andrew C.
Try Quill.js. If you google Quill.js and Quill.js Django, I believe
you'll find the Django package that goes along with that text editor.
Really, you only need the Quill.js code for your template. WYSIWYG is
just a user typing in HTML without realizing it. Just save the HTML
(because the rest is escaped while the user is typing).

It's also useful if you escape all instances of a script tag in case
someone inputs an unescaped . Your server wouldn't be
destroyed necessarily, but there could be some XSS that you want to
avoid.

On 2/8/20, john  wrote:
> Hi,
>
> I realize that Django does not have a frontend but is there a
> tool/package that works well for WYSIWYG a simple website?
>
> Johnf
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJVmkNnMhBbrjG-stwWor91zRKJyhXL9PfSds7CiPYV-E4hEvA%40mail.gmail.com.


is there a WYSIWYG for Django

2020-02-08 Thread john

Hi,

I realize that Django does not have a frontend but is there a 
tool/package that works well for WYSIWYG a simple website?


Johnf

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/da5f5c36-0bca-4a47-d91d-5c67b657c7a5%40jfcomputer.com.