compendium-browser/README.md

28 lines
1.6 KiB
Markdown
Raw Normal View History

2019-12-29 16:51:32 +00:00
# Compendium Browser
2023-11-08 03:03:55 +00:00
Tired of scrolling compendia? Easily browse and filter for spells, feats, items, and NPCs using Compendium Browser.
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.
2019-12-29 16:51:32 +00:00
## Installation
2023-11-08 03:03:55 +00:00
2021-02-17 22:17:51 +00:00
1. Go to the Add-on Modules tab in Foundry Setup
2021-06-13 03:13:35 +00:00
2. Click Install Module and search for **Compendium Browser** OR paste this link: `https://github.com/League-of-Foundry-Developers/compendium-browser/releases/latest/download/module.json`
2021-02-17 22:17:51 +00:00
3. Open your world and go to Settings>Manage Modules and enable Compendium Browser
2019-12-29 16:51:32 +00:00
![example](preview.jpg)
## Details
2023-11-08 03:03:55 +00:00
Only the Gamemaster has access to the Settings, where they can enable or disable player access to the spell or npc-browser. It is **highly** recommended to disable any compendia that do not contain spell or should not be used in the NPC Browser. .
2019-12-29 17:02:51 +00:00
This application enables anyone to add their own custom spell or npc filters via the api. After initialization the app can be found under game.compendiumBrowser where either addSpellFilter or addNpcFilter can be used to add a filter. This does support any data that the spell or npc has, including flags.
2019-12-29 16:51:32 +00:00
## License
2023-11-08 03:03:55 +00:00
2023-11-09 17:14:29 +00:00
This project is a fork of Compendium Browser by [Felix Müller](https://github.com/syl3r86).
## Community Contribution
2019-12-29 16:51:32 +00:00
2023-11-09 17:14:29 +00:00
See the [CONTRIBUTING](/CONTRIBUTING.md) file for information about how you can help this project.