Imbricate File System Origin

GitHub: imbricate/imbricate-origin-file-system

Supported Sandbox Feature

import { createPage } from "origin:page"

Input:

With any terminal shell, run the following command.

{
    readonly collection: string;
    readonly title: string;

    readonly content?: string;
}

Output:

With any terminal shell, run the following command.

{
    readonly title: string;
    readonly identifier: string;
}

import { searchPages } from "origin:page"

Input:

With any terminal shell, run the following command.

{
    readonly collection: string;
    readonly keyword: string;

    readonly exact?: boolean;
}

Output:

With any terminal shell, run the following command.

{
    readonly results: ImbricatePageSearchResult[];
}