hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Make page in drawio project selectable in markdown #333

Closed olischloesser closed 1 year ago

olischloesser commented 1 year ago

When inserting the drawio only the current page is shown. If the file has multiple pages there is no way to select that when the picture is imported.

Context: To avoid having a lot of files containing pictures in the documentation, I put similar things in one file with different pages.

richelin commented 1 year ago

@olischloesser I just ran into that issue myself today, although I did not have any luck making the .drawio.svg appear in markdown. I'm not sure if the fact I started with .drawio then renamed it to .drawio.svg is what caused my image not to appear in my documentation. (markdown and sphinx).

I fixed it in my sphinx documentation by installing the sphinxcontrib-drawio extension. This extension allow you to select the page to display. Hope that helps.

hediet commented 1 year ago

Unfortunately, this is not possible.