Skip to content

PluginManifest

Official

Metadata about a Community plugin.

Import:

import type { PluginManifest } from 'obsidian';

Signature:

export interface PluginManifest

Properties

PropertyTypeDescription
authorstringThe author's name.
authorUrl?stringA URL to the author's website.
descriptionstringA description of the plugin.
dir?stringobsidian#Vault path to the plugin folder in the config directory.
fundingUrl?stringURL for funding the author.
idstringThe plugin ID.
isDesktopOnly?booleanWhether the plugin can be used only on desktop.
minAppVersionstringThe minimum required Obsidian version to run this plugin.
namestringThe display name.
versionstringThe current version, using https://semver.org/ Semantic Versioning.

Links to this page: