# bpmn-js-embedded-comments **Repository Path**: mirrors_bpmn-io/bpmn-js-embedded-comments ## Basic Information - **Project Name**: bpmn-js-embedded-comments - **Description**: Simple comments for bpmn-js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bpmn-js-embedded-comments An extension for [bpmn-js](https://github.com/bpmn-io/bpmn-js) that allows you to comment on a BPMN 2.0 diagram. Stores the comments within the BPMN 2.0 XML file. ![A screenshot of a comments integration](https://raw.githubusercontent.com/bpmn-io/bpmn-js-embedded-comments/master/docs/screenshot.png) ## How comments are stored Comments are read, added and written to an elements `` tag. The format for comments is assumed to be ``` author:comment; ;other-author:other comment canbe multiline, too ``` ## License MIT