Dan Selman
Dan Selman
**Feature Description** Ability to configure templates used for sent emails. **Describe the solution you'd like** Control of colors, text, fonts, logos etc to conform to brand style, including the ability...
Today, when you call `Template.parse` with some text the JSON returned includes a generated UUID. **Describe the solution you'd like** Allow the caller to pass an id into `parse` which...
Many contracts included numbers, which are also spelled out in words. IANAL so I can't speak to *why* this is important, but it is commonplace. I have seen several contracts...
It would be useful for template developers to be able to include custom resources within their templates. This would also allow vendors to create tools to add vendor-specific metadata to...
Add support for signed template archives. References: https://docs.oracle.com/javase/tutorial/deployment/jar/signindex.html https://medium.com/ios-os-x-development/ios-code-signing-provisioning-in-a-nutshell-d5b247760bef
It would be very useful to be able to create clause templates that can represent signature blocks. This would allow a user (end-user or vendor product) to render a CiceroMark...
The template specification must be extended to support locale-specific template grammar text. This would allow a template developer to create a single template that had legal text in multiple natural...
E.g. a template parameter that was something like [{product.name}]

Need to prove out the localization support for templates. This will require some development effort to update the Template.fromDirectory/to/fromArchive methods to support the localized template grammar files.