Register

Sephral's Image Paste & Drop

An Add-on Module for Foundry Virtual Tabletop

Author: Sephral Project: Source Foundry Versions 13 to 14 (Verified 14) Last Updated 2 weeks, 5 days ago

Sephral's Image Paste & Drop

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.

Discord

Join Discord

Questions, feedback, and module support are welcome on Discord.

Demo

SCBR demo

If the embedded preview is not available in your GitHub view, please check the media folder.

Current behavior

Storage strategy

SIPD currently uses two storage layers:

Persistent file paths

The module writes image files only when the selected action needs a stable Foundry file path.

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.

Client settings

The module stores UI and workflow preferences as client scoped settings. These include:

Current limitations

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:

Access model

By 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.

Settings

The Foundry settings sidebar exposes the SIPD options directly on the standard module settings page.

It lets each user configure:

Notes

Categories

Available Versions

  1. Version 1.0.1

    2 weeks, 5 days ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes
  2. Version 1.0.0

    3 weeks, 3 days ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes