diff --git a/packages/svelte-lexical/src/routes/examples/+page.svelte b/packages/svelte-lexical/src/routes/examples/+page.svelte index 0fc750f..f36ff17 100644 --- a/packages/svelte-lexical/src/routes/examples/+page.svelte +++ b/packages/svelte-lexical/src/routes/examples/+page.svelte @@ -20,7 +20,13 @@
Plain text Editor with history plugin.
++ It also has the Action bar (bottom right corner with import/export + and other actions). +
+Rich text Editor with the following plugins:
++ It also adds toolbar color pickers for text color and text + background. +
+ Rich text Editor with links support using LinkPlugin, AutoLinkPlugin + and FloatingLinkEditorPlugin. +
+It also includes all plugins from the previous example.
+ Rich text Editor with support for Code Blocks. It also includes all + plugins from the previous example. +
++ When the focus is inside a Code Block, the toolbar shows dropdown + for language selection and hides rich text formatting options. +
The font size drop down is replaced with font size entry control.
diff --git a/packages/svelte-lexical/src/routes/examples/Composer3RichTextAdv.svelte b/packages/svelte-lexical/src/routes/examples/Composer3RichTextAdv.svelte index 8fc845a..fa014ba 100644 --- a/packages/svelte-lexical/src/routes/examples/Composer3RichTextAdv.svelte +++ b/packages/svelte-lexical/src/routes/examples/Composer3RichTextAdv.svelte @@ -80,7 +80,7 @@