From d1d37d04fc1e8c025772571222704544d88a83ab Mon Sep 17 00:00:00 2001 From: Jonas Zohren <jonas.zohren@tu-dortmund.de> Date: Sat, 23 May 2020 00:49:09 +0200 Subject: [PATCH] Add template data to config.yml --- config.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.yml b/config.yml index 9203f71..28512e7 100644 --- a/config.yml +++ b/config.yml @@ -1,3 +1,19 @@ +templates: + transcript: | + --- + {{{yamlMetadata}}} + --- + + {{{topics}}} + + --- + end: "hh:mm" + --- + topic: | + # {{{title}}} { start="hh:mm" {{#origin}}origin="{{{origin}}}" {{/origin}}} + + {{{content}}} + # Plugins are run in this order, passing their resulting transcript_data # on as the input for the next plugin. Plugins editing lists will mostly # append to the list. -- GitLab