Metadata-Version: 2.4
Name: collective.markdownplus
Version: 0.0.1
Summary: Markdown editor widget for Plone rich text fields
Home-page: https://github.com/collective/collective.markdownplus
Author: collective
Author-email: collective@plone.org
License: MIT
Project-URL: PyPI, https://pypi.org/project/collective.markdownplus
Project-URL: Source, https://github.com/collective/collective.markdownplus
Project-URL: Issue Tracker, https://github.com/collective/collective.markdownplus/issues
Project-URL: Changelog, https://github.com/collective/collective.markdownplus/CHANGES.md
Keywords: Plone markdown richtext mockup
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: 6.2
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: Plone>=6.1
Requires-Dist: Markdown
Requires-Dist: Pygments
Requires-Dist: mdx-linkify
Requires-Dist: pymdown-extensions
Requires-Dist: lxml
Requires-Dist: plone.app.registry
Requires-Dist: plone.app.z3cform
Requires-Dist: plone.app.textfield
Requires-Dist: z3c.form
Requires-Dist: zope.component
Requires-Dist: zope.interface
Requires-Dist: zope.schema
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: pytest-plone; extra == "test"
Requires-Dist: zope.publisher; extra == "test"
Requires-Dist: zope.schema; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# collective.markdownplus

Plone 6 classic UI add-on that introduces a markdown-focused rich text editor
for fields configured with the MIME type `text/markdown`.


# Changelog

<!-- towncrier release notes start -->

## 0.0.1 (2026-04-03)


### New features

- Initial MVP scaffold.
