Releases: zsviczian/obsidian-excalidraw-plugin
MVP Alpha 2 Test Release
Warning
This is a pre-release using the latest unreleased Excalidraw 0.7.0 package. Based on my testing experience, this is stable, but not production-ready until Excalidraw 0.7.0 is officially released.
Fixes
Excalidraw 0.7.0 fixes two bugs that affected the usability of Excalidraw in Obsidian, namely:
- The keyboard event propagation issue that impacted other workspace leaves in Obsidian. See bugs #11 and #12.
- The issue with placing library items outside view.
The positioning of the drawing is also fixed. Drawings should now always appear centered within the workspace canvas when opening.
Breaking change
Excalidraw 0.7.0 also introduces a breaking change in how client-side stencil libraries are handled. As a consequence items in your stencil library (But not the drawings saved in your vault!) will be lost. You will need to add library items again.
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
test release to fix keyboard event propagation bug
Warning
This is a test version using the unreleased Excalidraw 0.7.0 package. This version breaks the library due to a breaking change between Excalidra 0.6.0 and 0.7.0. Your library items within Excalidraw will potentially be permanently lost!!! Your Obsidian vault will not be impacted.
fixes #12 and #11
Fixes
Fixes the keyboard even propagation impacting other workspace leaves in Obsidian.
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
MVP alpha 1
Release notes
New features
- resize embedded image using the [[image.excalidraw|100]] or [[image.excalidraw|100x100]] format. Resolves issue #4
Fixes
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
Install to iPad
Use "Filebrowser" app which can show hidden folders. Create a folder in .obsidian and copy in the 3 files from this repository. And it works, Though there is a reported issue to resolve which will be solved with the next Obsidian release.
pre-mvp alpha
Release notes
Supports transclusion.
Use command palette: Excalidraw: insert link to .excalidraw file into markdown document
Check project page for full list of features and demo video
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
pre-mvp alpha
Release notes:
Key change: now integrated into Obsidian file Explorer.
Transclusion is next!
It works but I haven't yet gotten around to solving transclusion into .md files.
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
Initial very very very alpha release
Release notes:
It works but I haven't yet gotten around to solving transclusion into .md files.
To Install:
Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
MVP Alpha 3
Addressed feedback:
obsidianmd/obsidian-releases#258
MVP Alpha 2
Addressed feedback on code.
obsidianmd/obsidian-releases#258
Obsidian Excalidraw Plugin MVP release
This is the initial release of the Obsidian-Excalidraw Plugin.