excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

Missing option to load multiple libraries #143

Open ofirdagan opened 5 months ago

ofirdagan commented 5 months ago

Hey, I might be using this feature the wrong way so sorry in advance if this issue is not really an issue.

My use case: I want to preload several libraries from the community in my workspace.

What's I've tried: When I'm clicking on "add to excalidraw" from the marketplace it does open vscode but it doesn't do anything.

My workaround: I'm downloading the .excalidrawlib file and loading it using excalidraw.workspaceLibraryPath setting

My problem: it seems that it only support one lib. Ideally it would accept a path to a folder and it'll load all of the .excalidrawlib files in it.

ams0 commented 1 week ago

Have the same problem, you can merge multiple libraries under "libraryItems": [] and they show as a single library; would be nice to have the plugin merge multiple files at runtime.