Tobias Andersen
Tobias Andersen
We should look into supporting e.g: - Styled Components - Emotion - Sass
Currently when developing, we have one build for the preview, but we also build html templates of all templates (so that you can view them separately using ${template}.html). The builds...
The JSON editor for passing data to the templates is terrible to use. We should create more user friendly input fields and possibly even get rid of the JSON editor.
Currently it's a bit hard developing responsive templates inside the preview (because we scale them using transforms to fit inside the preview). We should probably wrap them in iframes instead.
Currently we read in each template and wrap it with our own Caspar component, which adds the data and state to its props, along with a new life cycle method...
Currently you can only have one reference image per template. We should allow more, and probably statically assign them to the template.
It would be nice having an option to easily toggle a safe area.
It should be possible to put on more than one template at a time in the preview. This is useful when e.g. aligning templates.
When you've added a few graphics, it takes forever to compile them. I suspect the config I created is really stupid and always re-compiles **everything**. We should probably also only...
Thanks for making this great plugin! Can I make it insert the path relative to my current file? Perhaps easier to explain with an example. Let's say I have the...