Obsidian is implementing some exciting, but significant changes to how windows are managed. I need to make some heavy/invasive changes to Excalidraw to adapt. The next version of the Excalidraw Plugin will require Obsidian 0.15.1 or newer. If you are not signed up for Obsidian Insider Builds, you will need to wait a few weeks until the new Obsidian version will be made public.
Fix
- Error saving when the attachments folder exists but with a different letter case (i.e. Attachments instead of attachments) 658. I added more error tolerance. As a general rule, however, I recommend treating file paths as case-sensitive as some platforms like iOS or LINUX have case-sensitive filenames, and synchronizing your Vault to these platforms will cause you headaches in the future.
- Text detached from the container if you immediately clicked the text-align buttons while editing the text in the container for the very first time. #657.
- Can't add text to the second container if the first container has text and the second container is centered around the first one. #5300