Skip to content

TemplaterUnavailabilityReason

Why Templater’s internal API could not be handed over.

Import:

import type { TemplaterUnavailabilityReason } from 'obsidian-dev-utils/obsidian/templater';

Signature:

export enum TemplaterUnavailabilityReason

Members:

MemberValueDescription
NotLoaded'notLoaded'Templater is not installed, or is installed but disabled. Obsidian’s getPlugin cannot tell the two apart — it returns nothing either way.
ShapeChanged'shapeChanged'Templater is loaded, but does not expose the internals this library calls — it is too old, too new, or has been reshaped.

Links to this page: