Socket
Book a DemoInstallSign in
Socket

bpmn-js-embedded-comments

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpmn-js-embedded-comments

A simple comments extension for bpmn-js

latest
Source
npmnpm
Version
0.7.0
Version published
Weekly downloads
795
25.39%
Maintainers
9
Weekly downloads
 
Created
Source

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.

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

Keywords

bpmn-js

FAQs

Package last updated on 07 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts