From 62f4c3a77b7fe32508348d4ee340339f745a4fb7 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Wed, 3 Jun 2026 12:21:31 +0200 Subject: [PATCH] [DOCS] Add README section for editors Introduce a dedicated editor guidance section before the integration docs. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9904a45..0d9e221 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ This extension provides visual editing features for content elements in TYPO3 CM - [Example Commit](https://github.com/TYPO3/typo3/commit/a99a339634b7caed123576b6ca2bb49dfb5d8cbf) How to integrate `f:render.contentArea` - [Slack Channel](https://typo3.slack.com/archives/C0ALHJR23U4) ask questions +## For editors + +- 🔗 **Opening editable links:** when editable text is inside a link, left click starts editing the text. To open the link instead, use the middle mouse button or Ctrl/Cmd + click. +- 💾 **Saving changes:** use the save button. Autosave is available only when enabled, and the UI says to switch to a workspace if autosave is disabled. +- 🔦 **Finding editable areas:** use Spotlight to highlight editable text, rich text, images, and content elements. +- 👻 **Showing empty fields:** use "show empty" when editable but currently empty fields are hard to see. +- ↔️ **Moving content:** drag content elements by their handle. Hold Ctrl while dropping to copy instead of moving. + ## Template Integration `visual_editor` uses ViewHelpers in Fluid templates to mark the areas that should be editable.