You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ImageEditor/1.0.0/ImageEditor.js
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ The <strong>Image Editor</strong> allows you to select any handout that contains
82
82
<li>The Image Editor cannot be used to edit its own handout.</li>
83
83
<li>Only images in the <strong>notes</strong> field of a handout are visible to the editor. Images in gmnotes are not shown.</li>
84
84
<li>Style changes are written directly to the handout HTML. Always keep a backup of important handout content.</li>
85
+
<li><strong>Large handouts:</strong> If the referenced handout contains a very large amount of content (many images, long text), keep it <strong>closed</strong> while making edits in the Image Editor. Having both handouts open simultaneously while saving changes can cause the browser to become unresponsive.</li>
85
86
</ul>
86
87
`;
87
88
@@ -110,6 +111,8 @@ The <strong>Image Editor</strong> allows you to select any handout that contains
Copy file name to clipboardExpand all lines: ImageEditor/ImageEditor.js
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ The <strong>Image Editor</strong> allows you to select any handout that contains
82
82
<li>The Image Editor cannot be used to edit its own handout.</li>
83
83
<li>Only images in the <strong>notes</strong> field of a handout are visible to the editor. Images in gmnotes are not shown.</li>
84
84
<li>Style changes are written directly to the handout HTML. Always keep a backup of important handout content.</li>
85
+
<li><strong>Large handouts:</strong> If the referenced handout contains a very large amount of content (many images, long text), keep it <strong>closed</strong> while making edits in the Image Editor. Having both handouts open simultaneously while saving changes can cause the browser to become unresponsive.</li>
85
86
</ul>
86
87
`;
87
88
@@ -110,6 +111,8 @@ The <strong>Image Editor</strong> allows you to select any handout that contains
"description": "Provides a graphical interface for editing images inside Roll20 handouts, including layout, styling, and attributes without manual HTML editing.",
0 commit comments