Trevixal API
    Preparing search index...

    @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.

    • Wrap localStorage / sessionStorage. The prefix keeps Trevixal's entries apart from the host page's, and is stripped again by keys() so callers never see it.

      Parameters

      • storage: Storage
      • prefix: string = 'trevixal:'

      Returns KeyValueStorage