red-chimp icon indicating copy to clipboard operation
red-chimp copied to clipboard

Modular newsletter template for Kirby CMS

Results 4 red-chimp issues
Sort by recently updated
recently updated
newest added

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)....

enhancement

great work. just an idea... you could use [more pre-built templates](http://pulp.glitchpack.com) to extend your current building blocks.

enhancement

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.

enhancement

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...