Re: rich text editor

2013-07-18 Thread Andre Terra
You're welcome! We're here to help. Glad to be of service. Cheers, AT On Thu, Jul 18, 2013 at 3:59 PM, Kakar Arunachal Service < kakararunachalserv...@gmail.com> wrote: > Thank you so much!!! I will try it for sure! Thanks again! > > > On Fri, Jul 19, 2013 at 12:15 AM, Andre Terra wrote: > >> I

Re: rich text editor

2013-07-18 Thread Kakar Arunachal Service
Thank you so much!!! I will try it for sure! Thanks again! On Fri, Jul 19, 2013 at 12:15 AM, Andre Terra wrote: > It seems you are asking two completely unrelated questions: > 1. to allow users to add some form of tags into their code for richer > submissions. > 2. to have a different css for e

Re: rich text editor

2013-07-18 Thread Andre Terra
It seems you are asking two completely unrelated questions: 1. to allow users to add some form of tags into their code for richer submissions. 2. to have a different css for each user One possible answer to #1 is BBCode, as I described. Question #2 is something altogether. Do you want each user me

Re: rich text editor

2013-07-18 Thread Kakar Arunachal Service
Thanks a lot! Was waiting for an answer. Just one more question though, I didnt understood much in the link you gave me. Its that, suppose I included it where users can post, will each post require another css, or something else. Please explain. Liked "Impossible is nothing™" On Thu, Jul 18, 201

Re: rich text editor

2013-07-18 Thread Andre Terra
Impossible is nothing™, but I don't see the benefits of combining rich text with social networking. Things like BBCode[0] usually offer a better trade-off between flexibility/usability/maintenance. Based on a quick google search, it seems there are solutions tailored for use with Django [1][2] [0]

Re: Rich text editor in Admin tool

2008-04-04 Thread Jared Dobson
Yeap, A google search returned these two howtos: Using Dojo's Rich Text Editor: http://code.djangoproject.com/wiki/AddDojoEditor And using tinymce. :-) http://www.dehora.net/journal/2006/05/using_tinymce_in_djangos_admin.html Good luck. :-) Thanks, Jared On Fri, Apr 4, 2008 at 9:00 AM, bcurtu

Re: Rich text editor

2007-03-02 Thread leland
i agree - tiny_mce is SUPER easy to implement. also - check out your line: js = 'media/js/admin/AddRichTextEditing.js' view the source on your admin page and look at the src attribute of the

Re: Rich text editor

2007-03-02 Thread Kenneth Gonsalves
On 02-Mar-07, at 6:51 PM, Alessandro Ronchi wrote: > Is there some other better editor? try tiny_mce - well documented in django wiki and mailing list -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You recei

Re: Rich text editor with code snippets

2006-07-28 Thread tomass
Thanks. Added in the extra Tiny MCE options (like the full screen one), and it works pretty well just using the tags. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Rich text editor with code snippets

2006-07-26 Thread [EMAIL PROTECTED]
Maybe one of these might help: http://lazutkin.com/blog/2005/aug/26/using_tinymce_djangos_admin/ http://code.djangoproject.com/wiki/AddWYSIWYGEditor http://www.socialistsoftware.com/post/django-and-tinymce/ Chris --~--~-~--~~~---~--~~ You received this message b

Re: Rich Text Editor for BBCOde?

2006-06-02 Thread Joseph Heck
It's not a full implementation, but it's pretty useful:http://svn.zilbo.com/svn/django/magic-removal/common/text/bbcode.pyer... it's moved since I last pulled it: http://svn.zyons.python-hosting.com/trunk/zilbo/common/text/bbcode.py(please note this isn't mine - it's just something I spotted while

Re: Rich Text Editor for BBCOde?

2006-06-02 Thread Jeroen Ruigrok van der Werven
On 6/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does anyone know of a "fancy" rich text editor component which > generates BBCode instead of HTML (or is customizable so that it can be > tailored to generate BBCode)? Maybe even one for which there is a > Django integration "Howto"? No, s

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread Jan Claeys
Op do, 01-06-2006 te 11:05 +, schreef [EMAIL PROTECTED]: > Does anyone know of a "fancy" rich text editor component which > generates BBCode instead of HTML (or is customizable so that it can be > tailored to generate BBCode)? Maybe even one for which there is a > Django integration "Howto"?

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread [EMAIL PROTECTED]
Scott Anderson wrote: > You're going to have to filter on the server side no matter what the browser > editor produces. ie. if you want to allow someone to post a link, you'll > still have to filter the href of the link posted via BBCode or someone can > just bypass the editor and post the cod

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread Scott Anderson
On Thu, 2006-06-01 at 11:43 +, [EMAIL PROTECTED] wrote: > > All this may sound a bit (very?) paranoid for a small community portal > site. The large number of comment spamming, SPAM and exploits against > phpBB sites, etc. show that some people just don't play fair. You don't > really want th

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread [EMAIL PROTECTED]
Todd O'Bryan wrote: > Is it not sufficient to just look for

Re: Rich Text Editor for BBCOde?

2006-06-01 Thread Todd O'Bryan
On Jun 1, 2006, at 7:05 AM, [EMAIL PROTECTED] wrote: > > I like the Django integration for the various rich text editors, and I > want to give my users the ability to post styled text -- i just don't > want to open the floodgates for all kinds of embedded HTML, with all > the potential exploitable