Make draw.io support for offline mode.
planned
B
Boris Lipin
It would be great to be able to set URL for internal draw.io clone inside YAML config.
Current draw.io module (editor-modal-drawio.vue) contains hardcoded link to embed.diagrams.net.
This module not works in offline mode (and stucks after I push "insert diagram" button)
B
Boris Lipin
@enis
I implemented this feature in https://github.com/requarks/wiki/pull/5873
Looks like it is good enough for internal use, and you may build wiki.js from sources, if you want.
You need to use additional web-server for drawio files hosting (as described in pull-request).
Wiki.js already renders diagrams offline and access to embed.diagrams.net is required only for creating/editing.
So, even if wiki.js maintainer implements this feature differently, it's shouldn't affect any of your generated diagrams.
Nicolas Giard
Merged in a post:
Offline Draw.io
e
enis
Hi! I installed wiki.js on the computer without internet. how can i install draw.io without connecting to network
Nicolas Giard
planned