Trilium Backend API
    Preparing search index...
    next: <T extends AnyNode>(
        this: Cheerio<T>,
        selector?: AcceptedFilters<Element>,
    ) => Cheerio<Element>

    Gets the next sibling of each selected element, optionally filtered by a selector.

    Type Declaration

    $('.apple').next().hasClass('orange');
    //=> true