Andy Everitt

Results 44 comments of Andy Everitt

For details on how this feature works: - The frontmatter for the template is maintained separately from the contents of the template by adding a new field to `RunningConfig` called...

Btw I think there is a fundamental issue with the config system in Templater. When you have nested calls such as a `tp.file.create_new()` inside a template included with `tp.file.include()`, the...

I've fixed the config issue by creating a new instance of the modules in `functions_object` each time the `Templater.parse_template()` is called. Before a singleton was used for each `InternalModule` which...

@Zachatoo have you had a chance to review this?