Is your feature request related to a problem? Please describe.
Currently there isn't a nice clean way to inject methods or objects with plugins for usage in the template.
Describe the solution you'd like
Some way to inject methods for usage.
Additional context
Carrying over discussion from Gitter, we could allow modification of prototype (I don't think that works), allowing injecting into this of template, or use some scoping tricks with dynamic closures to handle this (still thinking about it).
Is your feature request related to a problem? Please describe.
Currently there isn't a nice clean way to inject methods or objects with plugins for usage in the template.
Describe the solution you'd like
Some way to inject methods for usage.
Additional context
Carrying over discussion from Gitter, we could allow modification of prototype (I don't think that works), allowing injecting into
thisof template, or use some scoping tricks with dynamic closures to handle this (still thinking about it).