crossnote
    Preparing search index...

    Interface Note

    interface Note {
        config: NoteConfig;
        filePath: string;
        mentions: Mentions;
        notebookPath: URI;
        title: string;
    }
    Index

    Properties

    config: NoteConfig

    Note config.

    filePath: string

    Relative path to the note file from the notebook.

    mentions: Mentions

    mentioned note file path

    notebookPath: URI

    Absolute path to the notebook.

    title: string

    Note title.