github zsviczian/obsidian-excalidraw-plugin 1.9.14
Excalidraw 1.9.14

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

Fixed

  • Dynamic Styling: Excalidraw Plugin Settings/Display/Dynamic Styling did not handle theme changes correctly.
  • Section References: Section Headings that contained a dot (e.g. #2022.01.01) (or other special characters) did not work when focusing markdown embeds to a section. #1262
  • PNG Export: When using images from the web (i.e. based on URL and not a file from your Vault), embedding the Excalidraw file into a markdown document as PNG, or exporting as PNG failed. This is because due to browser cross-origin restrictions, Excalidraw is unable to access the image. In such cases, a placeholder will be included in the export, but the export will not fail, as until now.

New in ExcalidrawAutomate

  • getActiveEmbeddableViewOrEditor will return the active editor and file in case of a markdown document or the active leaf.view for other files (e.g. PDF, MP4 player, Kanban, Canvas, etc) of the currently active embedded object. This function can be used by plugins to check if an editor is available and obtain the view or editor to perform their actions. Example: package.json, Checking for EA, and Running the function
public getActiveEmbeddableViewOrEditor (view?:ExcalidrawView): {view:any}|{file:TFile, editor:Editor}|null;

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

NewReleases is sending notifications on new releases.