Skip to content

grouser/django-pygments-wysiwyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

With this template filter you can highlighter syntax using your favorite WYSIWYG editor on Django.

Dependencies:

  • Django >= 1.2
  • pygments

How To:

This templatefilter is based on django_pygments but is done to use it when you has written something with a WYSIWYG editor.

You have to copy the templatetag folder in some app folder of your Django project. After that, you can use your template filter like that:

{{ your_text|highlighter }}

Any question, send me an email to [email protected]

Thanks!

About

Filtertag to use pygments when you use a WYSIWYG editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages