-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(template): implement html and markdown templating for reflections (
#105) * feat(template): implement html templating for reflections Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * use tera one_off for rendering template from user Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * convert ReflectionSummary to PaceReflection to wrap tera::Context Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * feat(time): make duration human readable for templating Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * more templating Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * feat(templating): add first templates for html and markdown Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * fix config Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * fix config Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> * replace lazy_static with once_cell Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --------- Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
- Loading branch information
Showing
16 changed files
with
470 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.