obsidian-portfolio
    Preparing search index...

    a note to be used in the Graph page.

    type NoteType = {
        link?: string;
        links: string[];
        path: string;
        tags: string[];
    }
    Index

    Properties

    Properties

    link?: string
    links: string[]
    path: string
    tags: string[]