Register

Journal Resolver Exporter

An Add-on Module for Foundry Virtual Tabletop

Author: Brian Project: Source Foundry Versions 13+ (Verified 13) Last Updated 2ย days, 15ย hours ago

This package contains art, text, or software code produced using generative AI.

Not the strongest Java developer here, so  ChatGPT came in clutch for helping with code and debugging!

FVTT Journal Exporter (Module)

Foundry Version License

A companion module for Foundry Virtual Tabletop that exports Journals (single or folders) into a structured ZIP format compatible with the FVTT Journal โ†’ PDF Desktop App. This allows Game Masters to convert their in-game lore, handouts, and campaign notes into polished, printable PDFs with a clickable table of contents, bookmarks, and preserved formatting.


โœจ Features


๐Ÿงฉ Compatibility


๐Ÿ“ฅ Installation

  1. Open Foundry VTT.
  2. Go to Add-on Modules.
  3. Click Install Module.
  4. Paste the module manifest URL.
  5. Click Install.
  6. Enable the module in your World.

Method 2 โ€” Manual Install

  1. Download the module ZIP.
  2. Extract into your Foundry Data/modules/ directory.
  3. Restart Foundry.
  4. Enable the module in your World.

๐Ÿš€ How to Use

Export a Single Journal

  1. Open the Journal Tab.
  2. Open the Journal.
  3. Select image In the upper right corner of the journal window.
  4. A .zip file will be created and automatically downloaded to your downloads folder.

Export a Folder of Journals

  1. CLick the button in the top of the journals tab. image

  2. Select Export Folder for PDF App. image

  3. Click Export. Download will start automatically and the downloaded ZIP will be in your downloads folder.

  4. The module generates a structured ZIP containing:

    • manifest.json
    • /journals/ directory with journal data

๐Ÿ–ฅ Using With the Desktop App

Get the App HERE

  1. Launch the FVTT Journal โ†’ PDF desktop application.
  2. Select the exported ZIP file.
  3. Configure options if desired.
  4. Click Generate PDF.

Thatโ€™s it โ€” your Foundry journals become a fully formatted PDF.


๐Ÿ“ Output Structure

Single Journal Export:

journal.zip
โ””โ”€โ”€ journal.json

Folder Export:

journals.zip
โ”œโ”€โ”€ manifest.json
โ””โ”€โ”€ journals/
    โ”œโ”€โ”€ journal1.json
    โ”œโ”€โ”€ journal2.json
    โ””โ”€โ”€ ...

๐Ÿ”’ Permissions


๐Ÿง  Design Goals


๐Ÿž Troubleshooting

Export option not appearing?

Desktop app wonโ€™t load the ZIP?


๐Ÿ”ฎ Roadmap

Planned or possible future enhancements:


โค๏ธ Credits

Created for the Foundry VTT community to bridge the gap between in-game content and printable campaign materials.


๐Ÿ“œ License

This project is licensed under the Apache License 2.0 โ€” see the LICENSE file for details.


โ˜• Support

If you find this useful, consider supporting development or sharing feedback with the community!

Categories

Available Versions

  1. Version 1.0

    2ย days, 15ย hours ago
    Foundry Version 13+ (Verified 13) Manifest URL Read Notes