This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
plugin:bpmnio [2016-05-17 21:29] Jaap de Haan |
plugin:bpmnio [2019-01-13 11:14] (current) Jaap de Haan |
||
---|---|---|---|
Line 6: | Line 6: | ||
email : jaap.dehaan@color-of-code.de | email : jaap.dehaan@color-of-code.de | ||
type : Syntax, Action | type : Syntax, Action | ||
- | lastupdate : 2016-05-17 | + | lastupdate : 2019-01-13 |
- | compatible : Detritus | + | compatible : Detritus, Elenor Of Tsort, Frusterick Manners, Greebo |
depends : | depends : | ||
conflicts : | conflicts : | ||
Line 13: | Line 13: | ||
tags : diagram, bpmn, bpmnio | tags : diagram, bpmn, bpmnio | ||
- | downloadurl: https://github.com/jdehaan/dokuwiki-plugin-bpmnio/zipball/master | + | downloadurl: https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/zipball/master |
- | bugtracker : https://github.com/jdehaan/dokuwiki-plugin-bpmnio/issues | + | bugtracker : https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/issues |
- | sourcerepo : https://github.com/jdehaan/dokuwiki-plugin-bpmnio/ | + | sourcerepo : https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/ |
donationurl: | donationurl: | ||
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. | 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 ===== | ||
Line 55: | Line 56: | ||
* Support loading from dokuwiki media | * Support loading from dokuwiki media | ||
* Support saving edited diagrams back to dokuwiki media | * Support saving edited diagrams back to dokuwiki media | ||
+ | |||
+ | ===== FAQ ===== | ||
+ | |||
+ | ==== Will bpmnio work with PDF export plugins like dw2pdf? ==== | ||
+ | |||
+ | Answer: Unfortunately, no. Bpmnio 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 ===== | ===== Bug reports and feature requests ===== | ||
- | Please refer to the [[https://github.com/jdehaan/dokuwiki-plugin-bpmnio/issues|issue tracker]] for reporting issues. | + | Please refer to the [[https://github.com/Color-Of-Code/dokuwiki-plugin-bpmnio/issues|issue tracker]] for reporting issues. |