My favorite is FCKeditor. Its formatting of source code is really
clean and semantic. I have come to hate TinyMCE because it jumbles
source code and uses too many tags at times. Try it out, you may like
it a lot.

On Apr 19, 6:28 pm, Peter Rowell <[EMAIL PROTECTED]> wrote:
> > <a href="{% link 'home' %}"></a>
> > gets butchered to
> > <a href="{%%20link%20'home'%20%}"></a>
>
> Just did a quick check with TinyMCE:
> Blank textarea, into HTML mode, entered your text, update, save-and-
> continue-editing, HTML mode.
> The only thing it did was wrap everything in <p></p>,  but I think
> that's a configurable behavior. I.e.,
>
> <a href="{% link 'home' %}"></a> ==>> <p><a href="{% link 'home' %}"></
> a></p>
>
>   HTH,
>   Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to