public
Description: adds markdown wysiwym widget for textareas in djangos admin interface.
Homepage: http://www.sjaekel.com/
Clone URL: git://github.com/stephrdev/django-admin-wmdeditor.git
name age message
file AUTHORS Sun Nov 02 06:58:10 -0800 2008 added AUTHORS, INSTALL and README [stephrdev]
file INSTALL Sun Nov 02 06:58:10 -0800 2008 added AUTHORS, INSTALL and README [stephrdev]
file LICENSE Sun Nov 02 07:16:24 -0800 2008 added license info [stephrdev]
file README.rst Sun Nov 02 07:16:24 -0800 2008 added license info [stephrdev]
directory admin_wmdeditor/ Sat Nov 22 18:49:27 -0800 2008 removed extraneous leading / [paltman]
directory demo_project/ Sat Nov 08 01:55:06 -0800 2008 added link to admin-wmdeditor media [stephrdev]
README.rst

django-admin-wmdeditor

django-admin-wmdeditor adds a markdown wysiwym editor to your textareas in djangos admin interface.

Quick installation instruction

  1. Link admin_wmdeditor/media/admin-wmdeditor in your MEDIA_ROOT as admin-wmdeditor or define WMDEDITOR_MEDIA_PREFIX and make sure, the needed files are available using the given prefix.
  2. Import WmdEditorModelAdmin from admin_wmdeditor and use this class instead admin.ModelAdmin
  3. Define wmdeditor_fields as a tuple of fields where you want to use the markdown wysiwym editor
  4. Thats it. Have fun!

Example project

This package provides a demo project, to show the usage of django-admin-wmdeditor.

  1. Go to django-admin-wmdeditor/demo_project/
  2. $ ./manage.py syncdb and create a superuser
  3. $ ./manage.py runserver and point your browser to http://127.0.0.1:8000/admin/
  4. Test the markdown wysiwym editor using the MyModel stuff.

License

The application is licensed under the New BSD License. See the LICENSE File for details. The WMD Editor (Copyright by Attacklab 2007-2008) is available at http://www.wmd-editor.com/