Skip to content

ThemeManifest

Unofficial

Manifest metadata for an installed theme.

Import:

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

Signature:

export interface ThemeManifest

Properties

Property Type Description
author string Name of the author of the theme.
authorUrl? string URL to the author's website.
dir string Storage location of the theme relative to the vault root.
fundingUrl? string URL for funding the author.
minAppVersion string Minimum Obsidian version compatible with the theme.
name string Name of the theme.
version '0.0.0' | string Version of the theme.

Links to this page: