github zsviczian/obsidian-excalidraw-plugin 1.7.7
Excalidraw 1.7.7

latest releases: 2.15.3, 2.15.3-beta-2, 2.15.3-beta-1...
3 years ago

⚠⚠⚠ Only install this version if you have Obsidian 0.15.4 or later.⚠⚠⚠

New

  • Optimized for Obsidian 0.15.4
  • On a desktop, you can now use the META key when clicking on a link and it will open the link in a new popout Window.
  • (#685) Markdown embeds will now display correctly in Excalidraw even if they include photos and recursive markdown embeds. Unfortunately due to the limitations of Safari the inversion of colors on iPads in dark mode will not work well.
2022-07-04.22-22-28.mp4

Fixed

  • (#683) Copy/Paste Markdown embeds to create another instance of the embed, thus you can reference different sections of the document in your drawing (something I broke in 1.7.6)
  • (#684) Transclusions incorrectly did not pick up subsections of a section. To understand this change, imagine for example the following document:
# A
abc
# B
xyz
## b1
123
## b2
456
# C

When you transclude ![[document#B]] you expect the following result

B
xyz

b1
123

b2
456

Until this fix you only got

B
xyz

Don't miss a new obsidian-excalidraw-plugin release

NewReleases is sending notifications on new releases.