1.4.2 • Published 6 months ago

@payload-bites/fullscreen-editor v1.4.2

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Fullscreen editor

Provides a fullscreen mode for the lexical rich text editor.

https://github.com/user-attachments/assets/22ba5cf7-6cb2-4695-8dbf-f06b37c77b66

Quick start

  1. Install the plugin:
pnpm add @payload-bites/fullscreen-editor
  1. Add the feature to your lexical editor in payload.config.ts:
// ...
import { FullscreenEditorFeature } from "@payload-bites/fullscreen-editor";

export default buildConfig({
  // ...
  editor: lexicalEditor({
    features: ({ defaultFeatures }) => [
      ...defaultFeatures,
      // ...
      FixedToolbarFeature(), // optional
      FullscreenEditorFeature(),
    ],
  }),
});

Roadmap

  • Focus trap around editor in fullscreen mode.
  • Translations.
1.4.2

6 months ago

1.4.1

6 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago