Metadata-Version: 2.4
Name: draftail-text-utils
Version: 0.3.1
Summary: Extends Draftail's text customization
Keywords: draftail,font family,font size,highlight,rich text,text alignment,text color,wagtail
Author: baldwinboy
License-Expression: BSD-3-Clause
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 6.0
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 6
Classifier: Framework :: Wagtail :: 7
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: django>=5.1
Requires-Dist: wagtail>=7.3.2
Requires-Dist: cssutils>=2.15.0
Requires-Dist: wagtail-traverse>=1.0.1
Requires-Python: >=3.13
Project-URL: Changelog, https://github.com/baldwinboy/draftail_text_utils/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/baldwinboy/draftail_text_utils/tree/main/docs
Project-URL: Homepage, https://github.com/baldwinboy/draftail_text_utils
Project-URL: Issues, https://github.com/baldwinboy/draftail_text_utils/issues
Project-URL: Repository, https://github.com/baldwinboy/draftail_text_utils
Description-Content-Type: text/markdown

# Draftail Text Utils

Extends Draftail's text customization. Includes:
- Styled Links (preserve colour, highlight, and size in links, with tooltip Edit/Remove)
- Text Color (with optional palettes)
- Highlight Color
- Font Family
- Font Size
- Text Alignment

## Links

- [Documentation](https://github.com/baldwinboy/draftail_text_utils/blob/main/docs/README.md)
- [Changelog](https://github.com/baldwinboy/draftail_text_utils/blob/main/CHANGELOG.md)
- [Contributing](https://github.com/baldwinboy/draftail_text_utils/blob/main/CONTRIBUTING.md)
- [Discussions](https://github.com/baldwinboy/draftail_text_utils/discussions)
- [Security](https://github.com/baldwinboy/draftail_text_utils/security)

## Supported versions

This package supports Wagtail 7.0 and up, and all [compatible versions of Python and Django](https://docs.wagtail.org/en/stable/releases/upgrading.html#compatible-django-python-versions).

## Installation

Pick the command for your preferred package installer:

```bash
uv add draftail-text-utils
poetry add draftail-text-utils
pip install draftail-text-utils
```
