You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: