# devrel-tinymce-webinar-sep-25 **Repository Path**: mirrors_tinymce/devrel-tinymce-webinar-sep-25 ## Basic Information - **Project Name**: devrel-tinymce-webinar-sep-25 - **Description**: Better Together: Building Collaborative Content Experiences with TinyMCE Webinar Code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-01 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Better Together: Building Collaborative Content Experiences with TinyMCE ![Webinar Thumbnail](webinar.jpeg) This repository contains the code for the four premium plugin demonstrations during the [Better Together: Building Collaborative Content Experiences with TinyMCE webinar](https://app.zuddl.com/tinycloud/p/a/event/2a972314-78dc-443a-9203-596557912461) on 24 September 2025. All the examples use vanilla JavaScript to make it easier to understand and execute. _Keep in mind that this code may not work with upcoming versions, and can be used, but comes without guarantees._ ## Requirements To run the demos, use a static HTTP server like [http-server](https://github.com/http-party/http-server). ## Demos ### Comments This demo demonstrates the [Comments plugin](https://www.tiny.cloud/tinymce/features/comments/). To run it: ```shell cd comments http-server ``` More information on how to use this plugin in the [TinyMCE documentation](https://www.tiny.cloud/docs/tinymce/latest/introduction-to-tiny-comments/). ### Mentions This demo demonstrates the [Mentions plugin](https://www.tiny.cloud/tinymce/features/mentions/). To run it: ```shell cd mentions http-server ``` More information on how to use this plugin in the [TinyMCE documentation](https://www.tiny.cloud/docs/tinymce/latest/mentions/). ### Revision History This demo demonstrates the [Revision History plugin](https://www.tiny.cloud/tinymce/features/revision-history/). To run it: ```shell cd revision-history http-server ``` More information on how to use this plugin in the [TinyMCE documentation](https://www.tiny.cloud/docs/tinymce/latest/revisionhistory/). ### Suggested Edits This demo demonstrates the [Suggested Edits plugin](https://www.tiny.cloud/tinymce/features/suggested-edits//). To run it: ```shell cd suggested-edits http-server ``` More information on how to use this plugin in the [TinyMCE documentation](https://www.tiny.cloud/docs/tinymce/latest/suggestededits/).