PluginManifest
Metadata about a Community plugin.
See
https://docs.obsidian.md/Reference/Manifest
Properties
author
author:
string
The author’s name.
authorUrl?
optional
authorUrl:string
A URL to the author’s website.
description
description:
string
A description of the plugin.
dir?
optional
dir:string
Vault path to the plugin folder in the config directory.
fundingUrl?
optional
fundingUrl:string
URL for funding the author
id
id:
string
The plugin ID.
isDesktopOnly?
optional
isDesktopOnly:boolean
Whether the plugin can be used only on desktop.
minAppVersion
minAppVersion:
string
The minimum required Obsidian version to run this plugin.
name
name:
string
The display name.
version
version:
string
The current version, using Semantic Versioning.