pai
    Preparing search index...

    Function addMemory

    • Saves a note as a markdown file with the title, time and tags at the top.

      Parameters

      • env: Env
      • space: string
      • text: string
      • opts: { now?: Date; tags?: string[]; title?: string } = {}

      Returns MemoryNote

      CliError when the text is empty or the space name is not valid.