.. include:: /Includes.rst.txt

.. _start:

===================
RTE CKEditor Image
===================

:Extension key:
   rte_ckeditor_image

:Package name:
   netresearch/rte-ckeditor-image

:Version:
   |release|

:Language:
   en

:Author:
   Netresearch DTT GmbH

:License:
   This document is published under the
   `Creative Commons BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`__
   license.

:Rendered:
   |today|

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch.

----

..  card-grid::
    :columns: 1
    :columns-md: 2
    :gap: 4
    :class: pb-4
    :card-height: 100

    ..  card:: 📘 Introduction

        The RTE CKEditor Image extension provides comprehensive image handling
        capabilities for TYPO3's CKEditor Rich Text Editor with full FAL integration.

        ..  card-footer:: :ref:`Read more <introduction>`
            :button-style: btn btn-primary stretched-link

    ..  card:: ⚡ Quick Start

        Get up and running quickly with installation instructions and
        basic configuration examples.

        ..  card-footer:: :ref:`Read more <quick-start>`
            :button-style: btn btn-primary stretched-link

    ..  card:: ⚠️ Core Removal Notice

        **Important:** TYPO3 intentionally removed RTE image handling in v10.
        Understand the design decision before using this extension.

        ..  card-footer:: :ref:`Read more <core-removal>`
            :button-style: btn btn-warning stretched-link

    ..  card:: ⚙️ Configuration

        Learn how to configure custom image styles, processing options,
        and frontend rendering setup.

        ..  card-footer:: :ref:`Read more <integration-configuration>`
            :button-style: btn btn-primary stretched-link

    ..  card:: 🏗️ Architecture

        Understand the extension's architecture, design patterns,
        and how components interact.

        ..  card-footer:: :ref:`Read more <architecture-index>`
            :button-style: btn btn-primary stretched-link

    ..  card:: 🔧 Developer API

        Explore the PHP and JavaScript APIs for extending and
        customizing the extension.

        ..  card-footer:: :ref:`Read more <api-documentation>`
            :button-style: btn btn-primary stretched-link

    ..  card:: 🐛 Troubleshooting

        Find solutions to common issues and learn debugging techniques.

        ..  card-footer:: :ref:`Read more <troubleshooting-index>`
            :button-style: btn btn-primary stretched-link

    ..  card:: 🤝 Contributing

        Help improve this extension through code contributions,
        documentation, or translations.

        ..  card-footer:: :ref:`Read more <contributing>`
            :button-style: btn btn-primary stretched-link


.. _license:

License
=======

This extension is licensed under `AGPL-3.0-or-later <https://www.gnu.org/licenses/agpl-3.0.html>`__.


.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: Getting Started

   Introduction/Index
   Introduction/CoreRemoval
   Contributing/Index

.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: User Documentation

   Integration/Index
   Examples/Index
   Troubleshooting/Index

.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: Architecture & Design

   Architecture/Index

.. toctree::
   :hidden:
   :maxdepth: 2
   :caption: Developer Documentation

   API/Index
   CKEditor/Index
   Developer/Index
   Developer/Adr/Index

.. Convention-named redirect stubs (Installation/Configuration/Usage)
   point readers searching for the canonical TYPO3 docs section names
   at the actual content under Integration/, Examples/, and Architecture/.

.. toctree::
   :hidden:

   Installation/Index
   Configuration/Index
   Usage/Index
