github zsviczian/obsidian-excalidraw-plugin 1.3.9
Excalidraw 1.3.9

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

Fixed

  • minor bug-fix: when you CTRL+clicked a tag in the drawing, it threw an error if the drawing was not full screen.

New Feature

  • ExcalidrawAutomate create function
    • now returns the filepath of the created file
    • properly processes the frontmatter of the template file (fixed)
    • you can now specify frontmatter to be used as a parameter
    create (
      params?: {
        filename?: string, 
        foldername?:string, 
        templatePath?:string, 
        onNewPane?: boolean,
        frontmatterKeys?:{
          "excalidraw-plugin"?: "raw"|"parsed",
          "excalidraw-link-prefix"?: string,
          "excalidraw-link-brackets"?: boolean,
          "excalidraw-url-prefix"?: string
        }
      }
    ):Promise<string>;

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

NewReleases is sending notifications on new releases.