Register

Journal Fronts

An Add-on Module for Foundry Virtual Tabletop

Author: Gus77 Project: Source Foundry Versions 14+ (Verified 14) Last Updated 2 weeks, 3 days ago

ko-fi

Foundry v14 Github All Releases GitHub Release

Journal Fronts

Create Adventure Fronts and Campaign Fronts right inside Foundry Journal Entries. The idea comes from Dungeon World, but the module itself is system-agnostic — it doesn't touch any system's rules, so you can bring the concept of Fronts into any game to keep your world moving with its own agenda, even when the players aren't looking.

image

What you get

image


Requirements


Installation

Use this manifest in Foundry (Add-on Modules → Install Module):

https://github.com/mordachai/fronts/releases/latest/download/module.json

Using it


API

Other modules/macros can drive Fronts through game.journalFronts:

game.journalFronts.open();               // open the editor for a new, blank Front
game.journalFronts.edit(journalId);      // open the editor for an existing Front
game.journalFronts.view(journalId);      // open the read-only view for a Front
game.journalFronts.import(files);        // import Fronts from a FileList/File[] (.json, .md, .pdf)

journalId is the id of the JournalEntry backing the Front. import() returns a Promise resolving to { imported, skipped }.

Categories

Available Versions

  1. Version 1.2.0

    2 weeks, 3 days ago
    Foundry Version 14+ (Verified 14) Manifest URL
  2. Version 0.2.0

    2 weeks, 6 days ago
    Foundry Version 14+ (Verified 14) Manifest URL