A plugin for Federated Wiki that aggregates computations across multiple wiki pages and compares results against stored rollups. Current stable version is 0.4.0, released under the federated wiki project. It requires Node.js >=20 and is part of the wiki-plugin ecosystem. Unlike general rollup tools, this is specific to Federated Wiki's distributed computation model.
npm install wiki-plugin-rollupVerified import paths — ran on the pinned version, not inferred.
Shows basic usage: import plugin, create config with pages and formula, call rollup method.
Use import syntax or upgrade Node.js >=20. For CommonJS, use dynamic import: const plugin = await import('wiki-plugin-rollup');None
Ensure pages contain expected computation data before calling rollup.
Switch to import syntax or use dynamic import: const plugin = await import('wiki-plugin-rollup');No dependency data recorded yet.