red-chimp
red-chimp copied to clipboard
Modular newsletter template for Kirby CMS
it you wrap the [template codes](https://github.com/bugsysop/red-chimp/tree/master/site/templates) in a snippet each you could use [its return param](https://getkirby.com/docs/cheatsheet/helpers/snippet) to either print the result directly like you do now or [trigger a download](https://getkirby.com/docs/toolkit/api/str/download)....
great work. just an idea... you could use [more pre-built templates](http://pulp.glitchpack.com) to extend your current building blocks.
to make it the [blueprints defining the blocks](https://github.com/bugsysop/red-chimp/blob/master/site/blueprints/letter.yml) more readable you could use [global field definitions](https://getkirby.com/docs/panel/blueprints/global-field-definitions). but i do not know if they work with the builder.
i really do like the idea of you repo but installation is a bit messy. some things i can think of - create a real kirby 2.3 plugin using [the...