bpmn-js-embedded-comments

esm Styles
A simple comments extension for bpmn-js
Keywords
bpmn-jsbpmn-js-plugin
INSTALL
Type:
<script src=" https://cdn.jsdelivr.net/npm/bpmn-js-embedded-comments@0.7.0/dist/index.min.js "></script>
<link href=" https://cdn.jsdelivr.net/npm/bpmn-js-embedded-comments@0.7.0/assets/comments.min.css " rel="stylesheet">
No default CSS file set by the package author so the URL is guessed. You can always browse all package files to use another one.
bpmn-js-embedded-comments
An extension for bpmn-js that allows you to comment on a BPMN 2.0 diagram.
Stores the comments within the BPMN 2.0 XML file.
How comments are stored
Comments are read, added and written to an elements <bpmn:documentation textFormat="text/x-comments" />
tag.
The format for comments is assumed to be
author:comment;
;other-author:other comment
canbe multiline, too
License
MIT