{ "name": "compendium-browser", "title": "Compendium Browser", "description": "

Easily browse and filter spells, feats, items, and npcs loaded from compendia!

Verified with Foundry 9 and 10 only

Compendium Browser is faster and better-behaved; it no longer loads all the compendia into memory on start-up (which sometimes hung servers because of memory or CPU requirements). Instead, it filters and loads on-demand, as well as giving you a Module Setting to control how many rows are loaded at a time.
Changes in 0.7.0: Supports Foundry 0.8+ only; faster searches using Foundry 0.8 queries!", "version": "0.8.1", "author": "Spetzel#0103", "authors": [ { "name": "Spetzel#0103", "url": "https://github.com/spetzel2020" }, { "name": "ZoltanDM", "url": "https://github.com/ZoltanTheDM" }, { "name": "Felix#6196" }, { "name": "DrVeoj#4863", "url": "https://github.com/joevaughan" } ], "systems": ["dnd5e"], "scripts": ["./compendium-browser.js"], "styles": ["./compendium-browser.css"], "packs": [], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ja", "name": "Japanese", "path": "lang/ja.json" }, { "lang": "fr", "name": "French (FRANCE)", "path": "lang/fr.json" }, { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" }, { "lang": "es", "name": "Español", "path": "lang/es.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" } ], "url": "https://github.com/League-of-Foundry-Developers/compendium-browser", "manifest": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json", "download": "https://github.com/League-of-Foundry-Developers/compendium-browser/releases/download/v0.8.1/compendium-browser.zip", "minimumCoreVersion": "0.9.266", "compatibleCoreVersion": "10", "allowBugReporter": true, "bugs": "https://github.com/League-of-Foundry-Developers/compendium-browser/issues", "readme": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/README.md", "changelog": "https://github.com/League-of-Foundry-Developers/compendium-browser/blob/master/Patchnotes.md" }