WDIO Obsidian Service
    Preparing search index...

    Type Alias DownloadedThemeEntry

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

    Properties

    enabled: boolean

    If the theme is enabled

    path: string

    Path on disk to the downloaded theme.

    name: string

    Name of the theme

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

    Type of the theme entry before downloading