Hey,
I’m trying to use Templater to create a template that can also generate a base. Unfortunately, my attempt to create the base via:
await tp.file.create_new(tp.file.find_tfile("landingpage/landing-base-template"), title + '-base.base', false, app.vault.getAbstractFileByPath("_data_/bases"));
failed because the file extension is not set to .base, but rather .base is written in the file name.
Does anyone have any idea how I can create a base with Templater?