nhsuk / wagtail-smartquotes

Smartquotes for the wagtail editor
0 stars 3 forks source link

wagtail-smartquotes

A tiny javascript snippet to convert "straight punctuation" into “curly punctuation” in your wagtail page editor.

Why do I need smartquotes?

http://smartquotesforsmartpeople.com/

Punctuation replacements

Installation

Install via pip

pip install git+https://github.com/nhsuk/wagtail-smartquotes@0.1.0

This package is a pre-release. When fully released it will be published to PyPI.

Add to your INSTALLED_APPS

INSTALLED_APPS = [
  ...

  'wagtailsmartquotes',

  ...
]

That's it!