| Latest version | 1.0.1 |
|---|---|
| Minimum Core | 13 |
| Compatible Core | 14 |
| Last updated | 3 months ago |
| Created | 3 months ago |
| Authors | |
| Languages |
Deutsch English |
| Systems | All systems |
| Project source | Project URL |
Sephral's Image Paste & Drop lets you paste images from the clipboard with Ctrl+V or drag and drop image content into Foundry and decide what should happen next.
Questions, feedback, and module support are welcome on Discord.
If the embedded preview is not available in your GitHub view, please check the media folder.
SIPD currently uses two storage layers:
worlds/<world-id>/sephrals-image-paste-drop/...sephrals-image-paste-dropThe module writes image files only when the selected action needs a stable Foundry file path.
worlds/<world-id>/sephrals-image-paste-drop/clipboard-images/YYYY/MM/Upload directory action: worlds/<world-id>/sephrals-image-paste-drop/<chosen-directory>/worlds/<world-id>/sephrals-image-paste-drop/clipboard-images/scenes/<scene-id>/background.<ext>worlds/<world-id>/sephrals-image-paste-drop/clipboard-images/scenes/<scene-id>/foreground.<ext>Share image: worlds/<world-id>/sephrals-image-paste-drop/clipboard-images/shared/shared-<user-id>.<ext>Other persistent actions such as creating a new scene, tile, or journal entry also upload a file and then reference that file from the created Foundry document.
For non-deterministic persistent uploads, SIPD names the stored file by a SHA-256 hash of the image content. That avoids filename collisions when several dropped or pasted files share the same original filename, and it reuses the same world file path when the content is identical.
Preview only does not write a persistent file unless the image is also shared to players. In preview mode the module uses a temporary browser object URL instead.
The module stores UI and workflow preferences as client scoped settings. These include:
Client side cleanup is still limited by Foundry because the browser side file tools provide browse, create, and upload, but no reliable delete operation.
The current mitigation strategy is:
Share imageBy default only the GM can use SIPD.
The GM can enable a restricted player mode in the SIPD settings.
In restricted player mode, non GM users can open the import flow but are limited to Preview only. They cannot create scenes, tiles, journal entries, uploads, or player facing broadcasts through SIPD.
The Foundry settings sidebar exposes the SIPD options directly on the standard module settings page.
It lets each user configure:
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: sephrals-image-paste-drop or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.