Trevixal API
    Preparing search index...

    Interface SaveDocumentOptions

    @trevixal/extension-workspace. A document store with folders, templates, recents and favorites; a tab strip that switches the editor between documents and autosaves; a workspace sidebar; and a split view with a live preview or a mirrored second editor.

    interface SaveDocumentOptions {
        title?: string;
    }
    Index
    title?: string

    Update the title alongside the body (the autosaver tracks the first heading).