Register

Journal Resolver Exporter

An Add-on Module for Foundry Virtual Tabletop

Author: Brian Project: Source Foundry Versions 13 to 14 (Verified 14) Last Updated 1 day, 16 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

UPDATED:  Now supports v14. 

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

    1 day, 16 hours ago
    Foundry Version 13 - 14 (Verified 14) Manifest URL Read Notes
  2. Version 1.0

    1 month, 2 weeks ago
    Foundry Version 13+ (Verified 13) Manifest URL Read Notes