Open ofirdagan opened 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
.excalidrawlib
excalidraw.workspaceLibraryPath
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.
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.
"libraryItems": []
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 usingexcalidraw.workspaceLibraryPath
settingMy 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.