PluginManifest interface
Metadata about a Community plugin.
Signature:
export interface PluginManifest
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
author | string | The authorโs name. | |
authorUrl? | string | (Optional) A URL to the authorโs website. | |
description | string | A description of the plugin. | |
dir? | string | (Optional) Vault path to the plugin folder in the config directory. | |
id | string | The plugin ID. | |
isDesktopOnly? | boolean | (Optional) Whether the plugin can be used only on desktop. | |
minAppVersion | string | The minimum required Obsidian version to run this plugin. | |
name | string | The display name. | |
version | string | The current version, using . |