On Jan 24, 10:23 am, Brian Neal <[email protected]> wrote: > On Jan 24, 9:44 am, Gath <[email protected]> wrote: > > > Guys > > > Where can i get a wiki formatting widget for django? > > > I have enough notes fields in my models and i would want a nice wiki > > widget for entering data! > > > Paul > > I'm using the markItUp! javascript editor to enter Markdown syntax, it > is very nice and it can also be configured to do wiki syntax: > > http://markitup.jaysalvat.com/home/ > > Best, > BN
Of course you'll need some software on the server side that translates the wiki markup to HTML. I'm not familiar with that part. But there is great Textile and Markdown support in Django. See: http://docs.djangoproject.com/en/dev/ref/contrib/#markup Best, BN --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

