Releases: al6o/foundryvtt
Release list
Albo's Simple Scene Notes v1.5.0
Simple colored pins with notes on scenes. Adds a Scene Notes tool to the left-hand controls bar.
🆕 What's new in 1.5.0
- 8 new pin icons (now 96 in total): cave entrance, village, windmill, water well, signpost, tombstone, torch, and danger sign — filling common map markers for settlements, landmarks, travel and hazards.
✨ Highlights
- Colored pins in any color (8 presets + free color picker) with an optional caption under the pin.
- 96 fantasy icons from game-icons.net, each recolored to the pin's color (or use the classic marker).
- Detailed descriptions — click a pin from any layer to read its note; supports document links (
@UUID[...]). - Per-pin visibility — everyone or author & GM only (hidden pins show semi-transparent to the author and GM).
- Drag to reposition — available to the pin's author and the GM while the notes tool is active.
- No GM required — players place, edit and delete their own pins even with no GM online; pins live in the author's own User flags.
- GM tools — edit/delete any pin, plus "Delete all pins" to clear a scene.
📥 Installation
In Foundry: Add-on Modules → Install Module, paste this into the Manifest URL field:
https://raw.githubusercontent.com/al6o/foundryvtt/main/modules/albo-simple-scene-notes/module.json
Or install the attached albo-simple-scene-notes.zip manually into Data/modules/albo-simple-scene-notes.
✅ Compatibility
Foundry VTT v12 – v14 (verified on v14). No system dependencies — works with any game system.
🙏 Credits
Pin icons from game-icons.net, licensed under CC BY 3.0; per-icon authors are listed in the bundled assets/CREDITS.md. Module code is MIT-licensed.
Albo's Image Viewer v1.0.0
Turns images posted in chat into a shared board: a click opens the picture in a separate scalable window that everyone can draw over — in real time.
✨ Highlights
- Click to open — clicking an image in chat opens it in a separate draggable, resizable window.
- Zoom & pan — mouse wheel (zoom to cursor),
+/−buttons and keys, fit-to-window and actual-size; pan by dragging in Pan mode, middle mouse button, orShift+ drag. - Collaborative drawing — brush with color and width picker, plus an eraser. Strokes are broadcast while drawing, so others see the line appear immediately.
- Independent layers — hide your own and other people's drawings separately. Visibility is local: it changes only your view.
- Undo —
Ctrl+Zor the button removes your last stroke. - Persistent — drawings are saved in the world and reload when the image is reopened, including for players who join later.
📥 Installation
In Foundry: Add-on Modules → Install Module, paste this into the Manifest URL field:
https://raw.githubusercontent.com/al6o/foundryvtt/main/modules/albo-image-viewer/module.json
Or install the attached albo-image-viewer.zip manually into Data/modules/albo-image-viewer.
⚙️ Settings
| Setting | Scope | Description |
|---|---|---|
| Who can draw | World | All players / trusted & GM / GM only. Everyone can always view and zoom. |
| Open chat images in the viewer | Client | Turn off to keep Foundry's default image popup. |
✅ Compatibility
Foundry VTT v12 – v14 (verified on v14).
📦 For developers
game.modules.get("albo-image-viewer").api.open("path/to/image.webp", "Title");Licensed under MIT.