showoff
showoff copied to clipboard
Implement a plugin system
Post refactor, I'd like to implement a plugin system. The things I want for the MVP are:
- [ ] implement a hook to add custom parsing extensions for the v2 parser
- [ ] implement front end renderer plugins (js), can be paired with parsing extension
- [ ] javascript utility extension, e.g. add transitions or add slide effects, etc