Text Plugin for django CMS using Martor for Markdown-enabled text-editing.
Project description
djangocms-mdeditor
djangocms-mdeditor is a ready-for-use addon for django CMS text editor using Martor as markdown-enabled text editor. The addon provides simple text editing using markdown, or the WYSIWYG-style setup provided by Martor (supports Bootstrap and Semantic-UI).
Requirements
djangocms-mdeditor
is only tested with the following requirements.
Django>=3.2
Martor>=1.6.4
django-cms>=3.9
Installation
djangocms-mdeditor
is available directly from PyPi.
- Install the package into your project via e.g.
pip install djangocms-mdeditor
. - Add
djangocms-mdeditor
and its requirementmartor
to yourINSTALLED_APPS
, similar to:
# settings.py
INSTALLED_APPS = [
...
'djangocms-mdeditor',
'martor',
]
- To be able to use the editors preview-function and more, you need to add the following to your
urls.py
.
Be sure to place it before thecms.urls
-include:
urlpatterns = [
...
re_path(r'martor/', include('martor.urls')),
re_path(r'^', include('cms.urls')),
]
- Perform a database migration with
python manage.py migrate djangocms-mdeditor
. - If you don't have automatic static-collection configured for deployments, then remember to perform a
python manage.py collectstatic
.
Usage / Settings
For extra settings regarding the editor - please see the Martor project.
Changelog
The release history / changelog is listed in the CHANGES.md
-file.
CHANGES
Contributing
This is an open-source project. We'll be delighted to receive your feedback in the form of bug reports, bug fixes and new features in the form of issues and pull requests. These can be contributed on the projects GitHub-page.
- Fork the repository on GitHub.
- Make a new branch from the
main
-branch (git checkout -b feature/fooBar
). - And commit your changes to it (
git commit -am 'Add some fooBar'
). - WIP (install dev-requirements with pipenv and run tests)
- Create a Pull Request with your contribution.
WIP - contribution guidelines / code-of-conduct?
Contributors
The djangocms-mdeditor project was started and developed by Danni Randeris in 2021.
Distributed under the MIT license. See LICENSE
for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangocms-mdeditor-0.1.0.tar.gz
.
File metadata
- Download URL: djangocms-mdeditor-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d722757c83f6f9b5c94f97b531f2c5a4f73745baf874a33b86332402144d4fe |
|
MD5 | c469e89660a6eddff39f065795bfaa5e |
|
BLAKE2b-256 | e9b7aa8c04917e694f87b1acfaced04631268b3b6e4b7bef69f8fc701c4941cb |
File details
Details for the file djangocms_mdeditor-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: djangocms_mdeditor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edb26d9086f8a2d6f863c0c75c78858f0dc4424498d89f4a8ba4fc7e93f6f9a4 |
|
MD5 | 568fe2150b09da369e1282baeb43dcaf |
|
BLAKE2b-256 | 546c79c6422e2ff1847c55338b6c63514d84388afe69a7ea944edfd46da9d139 |