JSPM

bpmn-js-embedded-comments

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 659
  • Score
    100M100P100Q105172F
  • License MIT

A simple comments extension for bpmn-js

Package Exports

  • bpmn-js-embedded-comments

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bpmn-js-embedded-comments) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Comments for bpmn-js

This project adds the ability create comments on elements to bpmn-js.

An integration of the plug-in into a bpmn-js powered process diagram viewer may look like this:

A screenshot of a comments integration

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