WDIO Obsidian Service
    Preparing search index...

    Type Alias DownloadedPluginEntry

    type DownloadedPluginEntry = {
        enabled: boolean;
        path: string;
        id: string;
        originalType: "local" | "github" | "community";
    }
    Index

    Properties

    enabled: boolean

    If the plugin is enabled

    path: string

    Path on disk to the downloaded plugin.

    id: string

    Id of the plugin

    originalType: "local" | "github" | "community"

    Type of the plugin entry before downloading