Re: Using markdown within admin interface

2011-03-04 Thread Mike Ramirez
On Wednesday, February 23, 2011 06:36:46 am Jonas Geiregat wrote: > Hello, > > I love markdown for writing content on websites. I use it almost all the > time when I'm working with django. > > The only issue I hate is that the default django admin interface gives you > a standard textfield. There

Re: Using markdown within admin interface

2011-02-23 Thread Mike Ramirez
On Wednesday, February 23, 2011 07:10:58 am Tom Evans wrote: > On Wed, Feb 23, 2011 at 2:48 PM, Mike Ramirez wrote: > > tried tinymce[1]? Here is the best (IMO) way to do it.[2] Others have > > editted the admin templates to intregrate tinymce into the admin, but I > > think this is counter-produc

Re: Using markdown within admin interface

2011-02-23 Thread Michel Thadeu Sabchuk
Hi, > I love markdown for writing content on websites. I use it almost all the > time when I'm working with django. I like markdown too. I found an wysiwym editor for it: http://code.google.com/p/wmd/ It is pretty simple to attach it on the admin interface. Regards, Michel Sabchuk Brasil --

Re: Using markdown within admin interface

2011-02-23 Thread Tom Evans
On Wed, Feb 23, 2011 at 2:48 PM, Mike Ramirez wrote: > tried tinymce[1]? Here is the best (IMO) way to do it.[2] Others have > editted the admin templates to intregrate tinymce into the admin, but I > think this is counter-productive. > > Also this exists: http://code.google.com/p/django-tinymce/

Re: Using markdown within admin interface

2011-02-23 Thread Mike Ramirez
On Wednesday, February 23, 2011 06:36:46 am Jonas Geiregat wrote: > Hello, > > I love markdown for writing content on websites. I use it almost all the > time when I'm working with django. > > The only issue I hate is that the default django admin interface gives you > a standard textfield. There

Using markdown within admin interface

2011-02-23 Thread Jonas Geiregat
Hello, I love markdown for writing content on websites. I use it almost all the time when I'm working with django. The only issue I hate is that the default django admin interface gives you a standard textfield. There's nothing wrong with that but when you're pasting some code on let's say a