Tags give the ability to mark specific points in history as being important
-
v1.4.0
ceab3b0a · ·release v1.4.0 - If there is a file with custom functions existing by the path: $XDG_CONFIG_HOME/gotmpl2text/functions.yaml - this file is parsed and functions are exposed to the rendering engine. - If environment variable GOTMPL_PRELOAD is set it's parsed for comma separated files and these files are preloaded and concatenated with template (at the beginning of the template). This is just syntax sugar because the same could have been achieved by `cat` like: `cat helpers.tmpl defaults.tmpl main.tmpl | gotmpl2text` - Added debug mode as well to see what and how is happening with preloads and custom functions.