A module to easily browse and filter spells, features and actors from compendiums.
 
 
 
Go to file
Matt Smith f0ba2f54d7 Proof of concept for filter component 2024-04-04 20:06:48 -05:00
.github Add dev tools 2023-11-09 14:14:29 -03:00
.husky Add dev tools 2023-11-09 14:14:29 -03:00
src Proof of concept for filter component 2024-04-04 20:06:48 -05:00
.editorconfig Add dev tools 2023-11-09 14:14:29 -03:00
.eslintignore linting 2024-03-30 18:44:59 -03:00
.eslintrc.cjs Linting 2023-11-09 14:29:24 -03:00
.gitattributes Update .gitattributes 2020-04-30 19:08:20 +02:00
.gitignore Remove compiled files 2024-03-30 09:59:07 -05:00
.gulp.json Add dev tools 2023-11-09 14:14:29 -03:00
.nvmrc Add dev tools 2023-11-09 14:14:29 -03:00
.prettierignore Add dev tools 2023-11-09 14:14:29 -03:00
.prettierrc.cjs Add dev tools 2023-11-09 14:14:29 -03:00
CHANGELOG.md Update CHANGELOG.md 2023-11-09 14:59:23 -03:00
CONTRIBUTING.md Add dev tools 2023-11-09 14:14:29 -03:00
README.md Update README.md 2023-11-12 02:21:04 -03:00
gulpfile.mjs Filter progress 2024-03-29 21:40:53 -05:00
package-lock.json Add sass 2024-04-01 20:01:13 -03:00
package.json Add sass 2024-04-01 20:01:13 -03:00
preview.jpg Add files via upload 2019-12-29 17:54:57 +01:00
rollup.config.mjs Add dev tools 2023-11-09 14:14:29 -03:00
vite.config.mjs linting 2024-03-30 18:44:59 -03:00
vite.config.prod.mjs linting 2024-03-30 18:44:59 -03:00

README.md

Compendium Browser

Tired of scrolling compendia? Easily browse and filter for spells, feats, items, and actors using Compendium Browser.

example

Details

Only the Gamemaster has access to the Settings, where they can enable or disable player access to specific tabs.

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.

License

This project is a fork of Compendium Browser by Felix Müller.

Community Contribution

See the CONTRIBUTING file for information about how you can help this project.