Datalayer VS Code Extension - v0.0.4
    Preparing search index...
    • Function

      Main Lexical editor component with VS Code theme integration. Provides a rich text editing experience with support for various formatting options, lists, links, and markdown shortcuts. Includes an optional toolbar for visual formatting.

      LexicalEditor

      Parameters

      • props: LexicalEditorProps

        Component properties

      Returns Element

      The rendered Lexical editor

      <LexicalEditor
      initialContent={savedContent}
      onSave={(content) => saveToFile(content)}
      onContentChange={(content) => setDirtyState(true)}
      showToolbar={true}
      />