Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide way to easily initialize plugins #64

Open
robertpainsi opened this issue Jan 8, 2024 · 0 comments
Open

Provide way to easily initialize plugins #64

robertpainsi opened this issue Jan 8, 2024 · 0 comments

Comments

@robertpainsi
Copy link
Owner

robertpainsi commented Jan 8, 2024

It should be easy to add plugins like

  • load and save the current filtering to hash
  • no results info (toggle)
  • custom plugins
  • and many others

to the library, like plug and play. Just add the plugin during initializing filtering.js and everything else should work out of the box and automatically.

For now the first implementation will be experimental until enough data and differing use cases are gathered to provide a powerful but also flexible plugin system. In the future this should also be the preferred way to add functionality and will replace the current sub-classing and method overwriting approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant