vscode-extension-bpmn-editor

0.27.0 • Public • Published

BPMN Editor

vs-code-support github-ci

Create and edit BPMN and BPMN2 files.

Features

  • Create and edit BPMN (.bpmn) and BPMN2 (.bpmn2) files.
  • Native keyboard shortcuts (Press shift+/ to display available combinations).
  • Export diagram to SVG (use the SVG icon on the top-right corner).

Editing a new BPMN file

alt

Settings

Setting Description Default value
kogito.bpmn.runOnSave Execute a command on each save operation of the BPMN file empty
kogito.bpmn.svgFilenameTemplate Filename template to be used when generating SVG files ${fileBasenameNoExtension}-svg.svg
kogito.bpmn.svgFilePath Where to save generated SVG files ${fileDirname}

The kogito.bpmn.svgFilenameTemplate and kogito.bpmn.svgFilePath settings accept the following variables as tokens:

Variable Example
${workspaceFolder} /home/your-username/your-project
${fileDirname} /home/your-username/your-project/folder
${fileExtname} .ext
${fileBasename} file.ext
${fileBasenameNoExtension} file

Readme

Keywords

none

Package Sidebar

Install

npm i vscode-extension-bpmn-editor

Weekly Downloads

0

Version

0.27.0

License

Apache-2.0

Unpacked Size

35.3 MB

Total Files

504

Last publish

Collaborators

  • tiagobemto
  • kie-tools-bot