diff --git a/README.md b/README.md index 8b26de0..68e6fc3 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,36 @@ draw.io integration in phorge ============================= Installation ============ 1) Extract the content of this repository into /src/extensions 2) /bin/arc liberate 3) /bin/storage upgrade 4) CD to /src/extensions/drawio/data 5) git clone https://github.com/jgraph/drawio.git 6) Diagrams application is available under "More Applications" in Phorge. You may add it to your navigator menu via "Edit Menu" You may need to set the following rule in your httpd.conf for your Phorge's VirtualHost: Header set Content-Security-Policy "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:; style-src 'self' 'unsafe-inline';" Usage ===== -When you start the Diagrams application, you will see the embedded version of [https://app.diagrams.net/](draw.io). +When you start the Diagrams application, you will see the embedded version of [draw.io](https://app.diagrams.net/). You can reference the diagrams in your wiki pages or maniphest tasks by means of the DIAG token. E.g. {DIAG123} When you doubleclick on a diagram, the editor will open the corresponding diagram in new browser tab. You can create diagrams with multiple pages, but only the first one will be visualized. When you modify an existing diagram, a new version will be created. You can select older versions in the editor by means of the dropdown in the topright corner. If you don't see a dropdown, your diagram has only 1 version. Extra info ========== -[https://github.com/jgraph/drawio-integration] +https://github.com/jgraph/drawio-integration +#diagrams_extension