Skip to content

ThemeManifest

Defined in: src/obsidian/internals/ThemeManifest.d.ts:2

Properties

author

author: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:6

Name of the author of the theme


authorUrl?

optional authorUrl: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:10

URL to the author’s website


dir

dir: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:14

Storage location of the theme relative to the vault root


fundingUrl?

optional fundingUrl: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:18

URL for funding the author


minAppVersion

minAppVersion: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:22

Minimum Obsidian version compatible with the theme


name

name: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:26

Name of the theme


version

version: string

Defined in: src/obsidian/internals/ThemeManifest.d.ts:32

Version of the theme

Remark

Defaults to ‘0.0.0’ if no theme manifest was provided in the repository