diff --git a/ea-scripts/Fit Text to Path.md b/ea-scripts/Fit Text to Path.md index 8ae1cc7..7389685 100644 --- a/ea-scripts/Fit Text to Path.md +++ b/ea-scripts/Fit Text to Path.md @@ -1,7 +1,7 @@ /* ![](https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/images/text-arch.jpg) -This script allows you to fit a text element along a selected path (line, arrow, freedraw, ellipse, rectangle, or diamond) in Excalidraw. You can select either a path or a text element, or both: +This script allows you to fit a text element along a selected path: line, arrow, freedraw, ellipse, rectangle, or diamond. You can select either a path or a text element, or both: - If only a path is selected, you will be prompted to provide the text. - If only a text element is selected and it was previously fitted to a path, the script will use the original path if it is still present in the scene. @@ -9,7 +9,7 @@ This script allows you to fit a text element along a selected path (line, arrow, If the path is a perfect circle, you will be prompted to choose whether to fit the text above or below the circle. -After fitting, the text will no longer be editable as a standard text element or function as a markdown link. Emojis are not supported. +After fitting, the text will no longer be editable as a standard text element, but you'll be able to edit it with this script. Text on path cannot function as a markdown link. Emojis are not supported. ```javascript */ diff --git a/ea-scripts/index-new.md b/ea-scripts/index-new.md index 81bbb9d..a5efc42 100644 --- a/ea-scripts/index-new.md +++ b/ea-scripts/index-new.md @@ -612,7 +612,7 @@ https://raw.githubusercontent.com/zsviczian/obsidian-excalidraw-plugin/master/ea - If both a text and a path are selected, the script will fit the text to the selected path.

If the path is a perfect circle, you will be prompted to choose whether to fit the text above or below the circle.

After fitting, the text will no longer be editable as a standard text element or function as a markdown link. Emojis are not supported.
- + ## Toggle Grid ```excalidraw-script-install diff --git a/images/scripts-text-aura.jpg b/images/scripts-text-aura.jpg new file mode 100644 index 0000000..3189be2 Binary files /dev/null and b/images/scripts-text-aura.jpg differ diff --git a/images/scripts-text-to-path.jpg b/images/scripts-text-to-path.jpg index 3189be2..e4ad2d5 100644 Binary files a/images/scripts-text-to-path.jpg and b/images/scripts-text-to-path.jpg differ diff --git a/images/text-arch.jpg b/images/text-arch.jpg deleted file mode 100644 index e4ad2d5..0000000 Binary files a/images/text-arch.jpg and /dev/null differ