Map Extender
Docs Gallery

Documentation

Plugins are plain JavaScript that run against a small, documented API β€” no build step, no framework. These four guides cover the whole surface: what the API can do, how to write a plugin by hand, how to have an AI write one for you, and how to publish your own list of plugins for other people to add.

New here? Start with the API reference

The other three guides all assume you know what plugin.mapHook and a settings schema (a form your plugin can expose for the user to configure) are. The API reference explains both, plus everything else a plugin can do β€” that's the natural first stop even if you plan to have an AI write the code for you.