Skip to content

ThemeManifest

Unofficial

Manifest metadata for an installed theme.

Import:

import type { ThemeManifest } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ThemeManifest

Properties

PropertyTypeDescription
authorstringName of the author of the theme.
authorUrl?stringURL to the author's website.
dirstringStorage location of the theme relative to the vault root.
fundingUrl?stringURL for funding the author.
minAppVersionstringMinimum Obsidian version compatible with the theme.
namestringName of the theme.
version'0.0.0' | stringVersion of the theme.

Links to this page: