Metadata-Version: 2.1
Name: wagtailmdx
Version: 0.1.1
Summary: Ads MDXEditor as widget to wagtail
Author-email: Julius Nowakowski <julino.development@online.de>
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django >=5
Requires-Dist: wagtail >5.2

# wagtailmdx
wagtailmdx adds the [MDXEditor](https://github.com/mdx-editor/editor) as widget and textfield intended for use with an MarkdownX frontend including custom components.
In order to enable MDX components, you have to provide your own and include the jsx definition. Refer to the Git documentation for further reference. You are free to use the editor for ordinary md.

## Quick start
- Include "wagtailmdx" in yout INSTALLED_APPS
- Add an `MDXField()` to your pages
