DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:bpmnio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:bpmnio [2016-02-24 22:19] Jaap de Haanplugin:bpmnio [2019-01-13 11:14] Jaap de Haan
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Renders BPML xml using the bpmn.io toolkit+description: Renders BPMN 2.0 xml using the bpmn.io toolkit
 author     : Jaap de Haan  author     : Jaap de Haan 
 email      : jaap.dehaan@color-of-code.de  email      : jaap.dehaan@color-of-code.de 
-type       :  +type       : Syntax, Action 
-lastupdate : 2016-02-24 +lastupdate : 2019-01-13 
-compatible : Detritus+compatible : Detritus, Elenor Of Tsort, Frusterick Manners, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
-similar    : +similar    : rigrr
 tags       : diagram, bpmn, bpmnio tags       : diagram, bpmn, bpmnio
  
-downloadurl: http://github.com/jdehaan/dokuwiki-plugin-bpmnio/zipball/master +downloadurl: https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/zipball/master 
-bugtracker : http://github.com/jdehaan/dokuwiki-plugin-bpmnio/issues +bugtracker : https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/issues 
-sourcerepo : http://github.com/jdehaan/dokuwiki-plugin-bpmnio/+sourcerepo : https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/
 donationurl:  donationurl: 
  
-screenshot_img : +screenshot_img : https://raw.githubusercontent.com/jdehaan/dokuwiki-plugin-bpmnio/master/bpmnio.png
 ---- ----
  
Line 25: Line 25:
 The plugin has no external dependencies. It comes bundled with a minimized version of the bpmn.io javascript libraries. The plugin has no external dependencies. It comes bundled with a minimized version of the bpmn.io javascript libraries.
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually
 + 
 +In order to create the diagrams there is a free [[https://bpmn.io/desktop/|Chrome app]] that runs locally. 
 +Alternatively the app [[https://camunda.org/download/modeler/|Camunda Modeler]] can be download for free.
  
 ===== Features ===== ===== Features =====
  
-  * Full BPMN 2.0 support (thanks to the [[https://bpmn.io/getting-started/|bpmn.io]] toolkit)+  * Full BPMN 2.0 support (thanks to the [[https://bpmn.io/getting-started/|bpmn.io toolkit]])
   * Rendering the diagrams from embedded XML fully implemented   * Rendering the diagrams from embedded XML fully implemented
 +
 ===== Syntax ===== ===== Syntax =====
  
Line 36: Line 40:
  
 <code> <code>
- <bpmnio> +<bpmnio> 
-     BPMN XML goes here.... +    BPMN XML goes here.... 
- </bpmnio>+</bpmnio>
 </code> </code>
  
   * The xml from the bpmn.io editor should be pasted between the tags    * The xml from the bpmn.io editor should be pasted between the tags 
      
- 
 === Change Log === === Change Log ===
  
Line 54: Line 57:
   * Support saving edited diagrams back to dokuwiki media   * Support saving edited diagrams back to dokuwiki media
  
 +===== FAQ =====
  
-===== Bug reports and feature requests =====+==== Will bpmnio work with PDF export plugins like dw2pdf? ====
  
-Please refer to the [[https://github.com/jdehaan/dokuwiki-plugin-bpmnio/issues|issue tracker]] for reporting issues.+AnswerUnfortunately, noBpmnio renders all diagrams on the client-side (in your browser) using Javascript. The [[plugin:dw2pdf|DW2PDF Plugin]] creates PDFs on the server-side, where Javascript, and thus bpmnio, is unavailable. So any server-side export like that will contain the raw XML code, not the rendered diagrams.
  
 +You can however export a PDF with the rendered diagrams from your browser by “printing to PDF.” This functionality is built in on OS X and Linux (look for “file” and “PDF” options in your print dialog), and you can add third-party “PDF printer” software to Windows. 
 +
 +===== Bug reports and feature requests =====
  
 +Please refer to the [[https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/issues|issue tracker]] for reporting issues.
  
plugin/bpmnio.txt · Last modified: 2023-04-16 16:53 by 46.142.75.239

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki