Django CodeMirror 6
Project description
Django CodeMirror 6 is an Apache2 licensed Django application to support CodeMirror 6.
Features
Pre-compiled bundles for Code Mirror 6
Tested on Python 3.7, 3.8, 3.9, 3.10
Tested on Django 3.2 LTS and Django 4.0
Tested on Linux, Mac, and Windows
Quickstart
Installing Django CodeMirror 6 is simple with pip:
$ pip install django-codemirror6
Change settings.py like:
INSTALLED_APPS += ['django_codemirror6']
In the template:
{% load static %}
...
<script src="{% static 'cm6/cm6-all-yjs.min.js' %}"></script>
Bundles are named as:
cm6[-language][-yjs][.min].js
[-language] is optional and any of cpp, css, html, java, javascript, json, markdown, php, python, rust, sql, xml, or the special “all”
[-yjs] is optional for real-time sharing/collaboration
[.min] is optional for minified sources
Examples:
cm6.js is a text editor with no specific language support and no yjs
cm6-python.min.js is a minified text editor with Python language support
cm6-all-yjs.min.js is a minified text editor with everything
See the demo for a Code Mirror 6 example configuration.
Reference and Indices
Django CodeMirror 6 License
Copyright 2022-2023 Grant Jenks
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
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 django-codemirror6-1.0.0.tar.gz
.
File metadata
- Download URL: django-codemirror6-1.0.0.tar.gz
- Upload date:
- Size: 15.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf1219d1eb4960c30595dba7634efe393f9d88f77624d8d2f0f42a626fb1556 |
|
MD5 | e10b1de3b6e7c5f26c7bb837478edbb7 |
|
BLAKE2b-256 | 12ceac54342f0661f5946cb5544862ec723246213478433909b19a57ba415c43 |
File details
Details for the file django_codemirror6-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_codemirror6-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02099a6f006f95d6ec8c734aa59c8f30f0905cd12a665141490cf9a9d1b9b442 |
|
MD5 | ff8c9eed20e6ca9d2929ec0d1d3a8a14 |
|
BLAKE2b-256 | 2f3195a2d07562d33b3ed2540cbf0980ccbfff1875109f28a419aabd62644236 |