jakob1111 / dokuwiki-plugin-flowcharts

Add flowcharts and diagrams to Dokuwiki with an incredibly simple syntax
GNU General Public License v2.0
7 stars 8 forks source link

bundle .js for local retrieval #5

Closed cultcom closed 5 years ago

cultcom commented 5 years ago

We do not allow .js to be loaded from external resources for our internal documentation.

So this plugin should include the mermaid .js sources so that they are loaded from the same host as the dokuwiki itself.

jakob1111 commented 5 years ago

I changed the plugin accordingly. Thanks!

cultcom commented 5 years ago

unfortunately the path is wrong now. change it to : 'src' => DOKU_BASE."lib/plugins/flowcharts/mermaid.min.js");