mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
upload image
This commit is contained in:
BIN
images/scripts-convert-freedraw-to-line.jpg
Normal file
BIN
images/scripts-convert-freedraw-to-line.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 57 KiB |
@@ -55,13 +55,13 @@ export const EXCALIDRAW_AUTOMATE_INFO = [
|
||||
},
|
||||
{
|
||||
field: "style.roughness",
|
||||
desc: "[number]",
|
||||
desc: "[number]\n\n0:Architect\n1:Artist\n2:Cartoonist",
|
||||
after: "",
|
||||
alt: true,
|
||||
},
|
||||
{
|
||||
field: "style.opacity",
|
||||
desc: "[number]",
|
||||
desc: "[number]\n\n100: Fully opaque\n0: Fully transparent",
|
||||
after: "",
|
||||
alt: true,
|
||||
},
|
||||
@@ -143,6 +143,12 @@ export const EXCALIDRAW_AUTOMATE_INFO = [
|
||||
after: "",
|
||||
alt: true,
|
||||
},
|
||||
{
|
||||
field: "getElement",
|
||||
desc: "getElement(id: string): ExcalidrawElement;\n\nGet single element from ExcalidrawAutomate elementsDict",
|
||||
after: "",
|
||||
alt: true,
|
||||
},
|
||||
{
|
||||
field: "create",
|
||||
desc: 'create(params?: {\n filename?: string;\n foldername?: string;\n templatePath?: string;\n onNewPane?: boolean;\n frontmatterKeys?: {\n "excalidraw-plugin"?: "raw" | "parsed";\n "excalidraw-link-prefix"?: string;\n "excalidraw-link-brackets"?: boolean;\n "excalidraw-url-prefix"?: string;\n };\n}): Promise<string>;\n\nCreate a drawing and save it to filename.\nIf filename is null: default filename as defined in Excalidraw settings.\nIf folder is null: default folder as defined in Excalidraw settings\n',
|
||||
|
||||
Reference in New Issue
Block a user