pomdtr / vscode-markdown-kroki

Adds Kroki support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=pomdtr.markdown-kroki
MIT License
23 stars 7 forks source link

vscode - markdown - excalidraw - preview : amount of objects or chars issue ? #3

Closed sylvainle closed 1 year ago

sylvainle commented 1 year ago

Windows 11 + vscode 1.75.1 + markdow kroki extension v1.0.7 Remote - SSH on wsl2 + Ubuntu 22.04.1 LTS

Hi,

In vscode, preview seems to be limited regarding the amount of objects or chars.

Difference between the two excalidraw diagrams is only two circles but the problem appear with others kind of objects.

See md file and snapshot.

Regards

test.md Capture d'écran 2023-03-03 102608

pomdtr commented 1 year ago

Yes there is a limit in the payload size you can send to kroki.

For your usecase (embedding Excalidraw diagrams in markdown document), you should probably take a look at my Excalidraw extension. It allows you to edit your diagrams as pngs images directly !

sylvainle commented 1 year ago

Ok, thanks you, I understand