ParseTemplateParams
Parameters for parseTemplate.
Import:
import type { ParseTemplateParams } from 'obsidian-dev-utils/obsidian/templater';Signature:
export interface ParseTemplateParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The Obsidian app instance. |
| targetPathOrFile | PathOrFile | The file the template is rendered FOR. It is what tp.file.* resolves to inside the template, and what TemplaterActiveFileProvider reports for the duration of the call. |
| templatePathOrFile | PathOrFile | The template file to render. |
Links to this page: