Skip to content

Releases: zsviczian/obsidian-excalidraw-plugin

MVP Alpha 2 Test Release

23 Apr 19:12
Compare
Choose a tag to compare
Pre-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.
image

To Install:

Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
image

test release to fix keyboard event propagation bug

22 Apr 06:14
Compare
Choose a tag to compare

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.
image

MVP alpha 1

20 Apr 18:47
Compare
Choose a tag to compare
MVP alpha 1 Pre-release
Pre-release

Release notes

New features

  • resize embedded image using the [[image.excalidraw|100]] or [[image.excalidraw|100x100]] format. Resolves issue #4

Fixes

  • dark mode #7
  • application icon #6
  • application description #5

To Install:

Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-excalidraw-plugin/ folder.
image

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

20 Apr 08:00
Compare
Choose a tag to compare
pre-mvp alpha Pre-release
Pre-release

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.
image

pre-mvp alpha

19 Apr 17:39
Compare
Choose a tag to compare
pre-mvp alpha Pre-release
Pre-release

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.
image

Initial very very very alpha release

18 Apr 21:29
Compare
Choose a tag to compare
Pre-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

21 Apr 07:38
a4f747d
Compare
Choose a tag to compare

MVP Alpha 2

21 Apr 05:49
Compare
Choose a tag to compare

Addressed feedback on code.
obsidianmd/obsidian-releases#258

Obsidian Excalidraw Plugin MVP release

20 Apr 19:50
Compare
Choose a tag to compare

This is the initial release of the Obsidian-Excalidraw Plugin.