github zsviczian/obsidian-excalidraw-plugin 1.5.20
Excalidraw 1.5.20

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

Fixed

  • #376 : text alignment of stick notes in markdown embeds got lost. Not any more
  • I changed the ScriptEngine suggester limit to 20. This will improve speed in the case of large datasets.
  • Jumping text (#4630)
  • The popover context menu displays partially offscreen (#4631)

New

  • Updated Chinese translation (PR #379, thank you @tswwe)

  • #350 Filename settings for embed drawings. Added new setting, toggle button: Name of the new inserted drawing starts with the name of the note.
    image

  • #373 New setting to specify if embedded drawing should be created in the Excalidraw folder or the attachments folder specified in Obsidian settings
    image

  • New ExcalidrawAutomate functions

//Open a file in a new workspace leaf or reuse an existing adjacent leaf depending on Excalidraw Plugin Settings
openFileInNewOrAdjacentLeaf (file:TFile):WorkspaceLeaf;

//measure text size based on current style settings
measureText(text:string):{ width: number, height: number };

//returns true if plugin version is >= than required
verifyMinimumPluginVersion(requiredVersion: string):boolean; 

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

NewReleases is sending notifications on new releases.