github zsviczian/obsidian-excalidraw-plugin 1.9.0
Excalidraw 1.9.0

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

Thumbnail - 1 9 0 (Custom)

New

  • embed PDF

New in ExcalidrawAutomate

  • onFileCreateHook: if set this hook is called whenever a new drawing is created using Excalidraw command palette menu actions. If the excalidraw file is created using Templater or other means, the trigger will not fire. #1124
  onFileCreateHook: (data: {
    ea: ExcalidrawAutomate;
    excalidrawFile: TFile; //the file being created
    view: ExcalidrawView;
  }) => Promise<void>;

Fixed

  • Embedded images, markdowns, PDFs will load one by one, not in one go after a long wait
  • minor styling improvement to dynamic styling

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

NewReleases is sending notifications on new releases.