sphinxcontrib-drawio icon indicating copy to clipboard operation
sphinxcontrib-drawio copied to clipboard

Sphinx extension for including draw.io files.

Results 21 sphinxcontrib-drawio issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I would like to export certain layers to an SVG. draw.io supports layers, and draw.io CLI allows to specify the...

feature-request

I've a drawio file in an "sphinx" md file. ` \```{drawio-figure} drawio/my_graph.drawio :alt: My graph :align: center My graph \``` ` On default this graph is tranformed as a svg...

feature-request

It doesn't seem the extension converts drawio files one at a time, even when Sphinx is run in parallel mode. I thought adding `"parallel_write_safe": True` might help, but that doesn't...

feature-request

**Describe the bug** ``` {drawio-image} drawio/test.drawio :format: pdf ``` Does not output any file. All other formats are producing files. **To Reproduce** ``` {drawio-image} drawio/test.drawio :format: pdf ``` then `make...

bug
documentation

There is no way to make sure that macos/windows pathing still works upon changes.

using ".. drawio-figure:: test.drawio" directive results in the following error (windows, whitespace in pathname) DrawIO Error: draw.io ("C:\Users\AB1234\OneDrive - ABC\repo\needs\docs\utils\draw.io-21.1.2-windows-no-installer.exe" --export --crop --page-index 0 --scale 1.0 --format png --output C...

bug

Different version of draw.io will report produce different image size. Signed-off-by: Schspa Shi

https://github.com/modelmat/sphinxcontrib-drawio/blob/712bb0a4c855d4be5fbde05ecba241829b0c1448/tests/test_options.py#L96-L98 This is probably not a good idea.

bug