Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.17 KB

readme.md

File metadata and controls

27 lines (19 loc) · 1.17 KB

MapTool Notebook add-in library

This project is inspired by the excellent notebook library by Rod Takehara.

The project is mainly used as a learning point for myself. The purpose is to polish and modernize the code to use javascript and the new add-in library functionality in MapTool.

Unlike the original library, this add-on keeps all notebooks in the data store, and thus avoid the need for tokens to represent each notebook.

Access to notebooks is handled through an overlay, which presents the available notebooks to each player.

How to build

A VS Code task is included which will build a .mtlib in the release folder.

How to Contribute

Undecided as of yet.

Changelog

Unreleased

  • Configuration of library.
  • Access to notebooks can be controlled by author. (GM will always have access).
  • Show list of available notebooks.
  • #1
  • #2
  • #3
  • #4
  • more to come ..