compendium-browser/README.md

21 lines
830 B
Markdown
Raw Normal View History

2019-12-29 16:51:32 +00:00
# Compendium Browser
2023-11-08 03:03:55 +00:00
2023-11-12 05:21:04 +00:00
Tired of scrolling compendia? Easily browse and filter for spells, feats, items, and actors using Compendium Browser.
2019-12-29 16:51:32 +00:00
![example](preview.jpg)
## Details
2023-11-08 03:03:55 +00:00
2023-11-12 05:21:04 +00:00
Only the Gamemaster has access to the Settings, where they can enable or disable player access to specific tabs.
2019-12-29 17:02:51 +00:00
2023-11-12 05:21:04 +00:00
### Adding your own filters
You can add your own filter to by calling `game.compendiumBrowser.addSpellFilter`, `game.compendiumBrowser.addNpcFilter`, `game.compendiumBrowser.addFeatFilter`, and `game.compendiumBrowser.addItemFilter`. This does support any data that the spell or npc has, including flags.
2019-12-29 17:02:51 +00:00
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.