Status: Placeholder for future implementation
Load external .excalidrawlib files from https://libraries.excalidraw.com or custom sources.
Will document how to use:
importLibrary(url) - Load library from URLloadSceneOrLibraryFromBlob() - Load from filemergeLibraryItems() - Combine libraries# Future workflow.yaml structure
libraries:
- url: 'https://libraries.excalidraw.com/libraries/...'
filter: ['aws', 'cloud']
- path: '{project-root}/_data/custom-library.excalidrawlib'
This will be developed when agents need to leverage the extensive library ecosystem available at https://libraries.excalidraw.com.
Hundreds of pre-built component libraries exist for:
Future: Users will be able to configure favorite libraries in their BMAD config for automatic loading.