Installation
Shadow Atlas is still going through the review process for the Obsidian community plugin store. Until then, the plugin is installed manually from a GitHub release.
Requirements
Section titled “Requirements”- Obsidian 1.8.7 or newer.
- Desktop Obsidian (Windows, macOS, Linux) — the plugin starts a local Node server and does not run on Obsidian Mobile.
- A screen for the game table: a table TV, a projector, a second monitor or your players’ tablets — each with a modern browser on the same local network. A second monitor on the same machine works without a network too (
http://localhost:<port>). - For building from source: Node.js 18 or newer and Git.
Installing from a release
Section titled “Installing from a release”- Open the repositories on GitHub.
- Download the plugin’s release archive.
- Extract it into
<Vault>/.obsidian/plugins/cow-shadow-atlas/. The archive containsmain.js,manifest.json,styles.css, thelocales/folder and thewww/folder with the table view. - In Obsidian, go to Settings → Community plugins, turn off Restricted mode if it is on, and enable Chronicle of Whispers - Shadow Atlas.
Firewall
Section titled “Firewall”For devices on your LAN — a table TV, tablets, another computer — to connect, inbound traffic on the chosen port (default range 8000–8099, see Server) must be allowed for Obsidian. A second monitor on the same machine does not need this.
From source
Section titled “From source”The plugin bundles the Map Viewer engine from a sibling folder. Build instructions, folder layout and the MAPVIEWER_SRC override are documented under Development / API.
Next step
Section titled “Next step”Continue with Getting started to create your first map.