github zsviczian/obsidian-excalidraw-plugin 1.5.16
Excalidraw 1.5.16

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

Fixed

  • Issues with saving settings
  • Script Engine did not handle folder name errors well, causing it to crash and not restart. I added more thorough error-checking logic to the script engine
  • #4533 prefer spreadsheet data over the image

New Feature

  • #347: I added a parameter to ea.addElementsToView to specify whether new elements created with EA should be added at the back or the front of already existing elements in the View. Default is to add elements to the back.
    async addElementsToView(
      repositionToCursor: boolean = false,
      save: boolean = true,
      newElementsOnTop: boolean = false
    ): Promise<boolean>

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

NewReleases is sending notifications on new releases.