django-ckeditors


Namedjango-ckeditors JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryCKEditors for Django.
upload_time2024-04-10 21:49:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD-3-Clause
keywords ckeditor ckeditors django
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
Django CKEditors
================

|

.. image:: https://readthedocs.org/projects/django-ckeditors/badge/?version=latest
    :target: https://django-ckeditors.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-ckeditors%2Fmain%2Fpyproject.toml&query=project.dependencies&logo=Django&label=Versions&labelColor=%23092E20
   :alt: Django Version Badge
   :target: https://docs.djangoproject.com/en/4.2/
.. image:: https://www.repostatus.org/badges/latest/wip.svg
   :alt: Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.
   :target: https://www.repostatus.org/#wip

|

    **CKEditor 5 Integration for Django >= 2.0**

    Vendored from this excellent project: https://github.com/hvlads/django-ckeditor-5


What is django-ckeditors
------------------------

django-ckeditors: A Powerful and Versatile Rich Text Editor for Your Django Projects

* Seamlessly integrate the renowned CKEditor 5 into your Django website.
* Provide your users with a modern and intuitive content creation experience.
* Includes features like text formatting, image uploads, tables, code blocks, and more.
* Highly customizable to fit your project's exact needs.

"django-ckeditor-5 provides a strong foundation, and I'm building upon it with customizations that align perfectly with my project's needs."

|

See the Quickstart: `here <https://django-ckeditors.readthedocs.io/en/latest/how-to/quickstart.html>`__

|

Ideal For:

    * Blogs
    * Content Management Systems (CMS)
    * Websites requiring advanced text editing features

**Includes the following CKEditor 5 plugins:**

* **Text Formatting**
    * **Basic:**
        * Bold
        * Italic
        * Underline
        * Strikethrough
        * Superscript
        * Subscript
        * Code
    * **Paragraph and Structure:**
        * BlockQuote
        * Heading
        * Paragraph
        * Alignment

    * **Lists:**
        * List
        * TodoList
        * ListProperties

    * **Advanced:**
        * Highlight
        * Indent
        * IndentBlock


* **Images and Media**
    * **Core:**
        * Image
        * ImageCaption
        * ImageStyle
        * ImageToolbar
        * ImageResize
        * ImageInsert
        * LinkImage

    * **Upload:**
        * UploadAdapter
        * SimpleUploadAdapter

    * **Embedding:**
        * MediaEmbed
        * HtmlEmbed

* **Other**
    * **Link:**
        * Link

    * **Table:**
        * Table
        * TableToolbar
        * TableCaption
        * TableProperties
        * TableCellProperties

    * **Style:**
        * Font
        * Style
        * HorizontalLine

    * **Editing Tools:**
        * CodeBlock
        * Autoformat
        * PasteFromOffice
        * RemoveFormat
        * SourceEditing
        * GeneralHtmlSupport

    * **Word Processing Features**
        * WordCount
        * Mention

|

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-ckeditors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "CKEditor, CKEditors, Django",
    "author": null,
    "author_email": "Vladislav Khoboko <vladislah@gmail.com>, Mark Sevelj <mark.sevelj@dunwright.com.au>",
    "download_url": "https://files.pythonhosted.org/packages/9d/54/6415950a5a5aa9662fd60bb6a3a381e9bf50a98175bfac88d3da2fb7e2d8/django-ckeditors-0.0.5.tar.gz",
    "platform": null,
    "description": "================\nDjango CKEditors\n================\n\n|\n\n.. image:: https://readthedocs.org/projects/django-ckeditors/badge/?version=latest\n    :target: https://django-ckeditors.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. image:: https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FimAsparky%2Fdjango-ckeditors%2Fmain%2Fpyproject.toml&query=project.dependencies&logo=Django&label=Versions&labelColor=%23092E20\n   :alt: Django Version Badge\n   :target: https://docs.djangoproject.com/en/4.2/\n.. image:: https://www.repostatus.org/badges/latest/wip.svg\n   :alt: Project Status: WIP \u2013 Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.\n   :target: https://www.repostatus.org/#wip\n\n|\n\n    **CKEditor 5 Integration for Django >= 2.0**\n\n    Vendored from this excellent project: https://github.com/hvlads/django-ckeditor-5\n\n\nWhat is django-ckeditors\n------------------------\n\ndjango-ckeditors: A Powerful and Versatile Rich Text Editor for Your Django Projects\n\n* Seamlessly integrate the renowned CKEditor 5 into your Django website.\n* Provide your users with a modern and intuitive content creation experience.\n* Includes features like text formatting, image uploads, tables, code blocks, and more.\n* Highly customizable to fit your project's exact needs.\n\n\"django-ckeditor-5 provides a strong foundation, and I'm building upon it with customizations that align perfectly with my project's needs.\"\n\n|\n\nSee the Quickstart: `here <https://django-ckeditors.readthedocs.io/en/latest/how-to/quickstart.html>`__\n\n|\n\nIdeal For:\n\n    * Blogs\n    * Content Management Systems (CMS)\n    * Websites requiring advanced text editing features\n\n**Includes the following CKEditor 5 plugins:**\n\n* **Text Formatting**\n    * **Basic:**\n        * Bold\n        * Italic\n        * Underline\n        * Strikethrough\n        * Superscript\n        * Subscript\n        * Code\n    * **Paragraph and Structure:**\n        * BlockQuote\n        * Heading\n        * Paragraph\n        * Alignment\n\n    * **Lists:**\n        * List\n        * TodoList\n        * ListProperties\n\n    * **Advanced:**\n        * Highlight\n        * Indent\n        * IndentBlock\n\n\n* **Images and Media**\n    * **Core:**\n        * Image\n        * ImageCaption\n        * ImageStyle\n        * ImageToolbar\n        * ImageResize\n        * ImageInsert\n        * LinkImage\n\n    * **Upload:**\n        * UploadAdapter\n        * SimpleUploadAdapter\n\n    * **Embedding:**\n        * MediaEmbed\n        * HtmlEmbed\n\n* **Other**\n    * **Link:**\n        * Link\n\n    * **Table:**\n        * Table\n        * TableToolbar\n        * TableCaption\n        * TableProperties\n        * TableCellProperties\n\n    * **Style:**\n        * Font\n        * Style\n        * HorizontalLine\n\n    * **Editing Tools:**\n        * CodeBlock\n        * Autoformat\n        * PasteFromOffice\n        * RemoveFormat\n        * SourceEditing\n        * GeneralHtmlSupport\n\n    * **Word Processing Features**\n        * WordCount\n        * Mention\n\n|\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "CKEditors for Django.",
    "version": "0.0.5",
    "project_urls": {
        "homepage": "https://pypi.org/project/django-ckeditors/",
        "repository": "https://github.com/imAsparky/django-ckeditors.git"
    },
    "split_keywords": [
        "ckeditor",
        " ckeditors",
        " django"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68f3be0dc46e7e6fa63708f06f044f80aaeaf72a311f0cebf3c5344a1d864f2a",
                "md5": "53664e6c5a8773f115eaf5e7fa3c2aaa",
                "sha256": "cda7a6fcdc95410c9426fb3cb86131c83cb3131cfe5570d54137584bb5e3228d"
            },
            "downloads": -1,
            "filename": "django_ckeditors-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53664e6c5a8773f115eaf5e7fa3c2aaa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2091277,
            "upload_time": "2024-04-10T21:49:49",
            "upload_time_iso_8601": "2024-04-10T21:49:49.221521Z",
            "url": "https://files.pythonhosted.org/packages/68/f3/be0dc46e7e6fa63708f06f044f80aaeaf72a311f0cebf3c5344a1d864f2a/django_ckeditors-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d546415950a5a5aa9662fd60bb6a3a381e9bf50a98175bfac88d3da2fb7e2d8",
                "md5": "80ccdee954b688c2649f5adbe50500c6",
                "sha256": "0080e83fb1dc5413dc85dd4ce3178573ca0056922c0a6a1f3c34fed78cb6e731"
            },
            "downloads": -1,
            "filename": "django-ckeditors-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "80ccdee954b688c2649f5adbe50500c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2054730,
            "upload_time": "2024-04-10T21:49:51",
            "upload_time_iso_8601": "2024-04-10T21:49:51.780478Z",
            "url": "https://files.pythonhosted.org/packages/9d/54/6415950a5a5aa9662fd60bb6a3a381e9bf50a98175bfac88d3da2fb7e2d8/django-ckeditors-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 21:49:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imAsparky",
    "github_project": "django-ckeditors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-ckeditors"
}
        
Elapsed time: 0.28548s