From 63dec602d6d4f9ee953088b2151eda1594a895a6 Mon Sep 17 00:00:00 2001 From: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:14:30 -0700 Subject: [PATCH 1/4] Update ui-library-quickstart-composites/README.md Co-authored-by: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com> --- ui-library-quickstart-composites/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-library-quickstart-composites/README.md b/ui-library-quickstart-composites/README.md index b20e5975..4dfd4eec 100644 --- a/ui-library-quickstart-composites/README.md +++ b/ui-library-quickstart-composites/README.md @@ -35,7 +35,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, the chat composite is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `app.tsx` file. - Change the value for `richTextEditorEnabled` to true. From e9c038b7a38b951b2cfb95a6cd9bf8753cade637 Mon Sep 17 00:00:00 2001 From: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:14:38 -0700 Subject: [PATCH 2/4] Update ui-library-quickstart-teams-interop-meeting-chat/README.md Co-authored-by: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com> --- ui-library-quickstart-teams-interop-meeting-chat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-library-quickstart-teams-interop-meeting-chat/README.md b/ui-library-quickstart-teams-interop-meeting-chat/README.md index e960fc60..d8921ee4 100644 --- a/ui-library-quickstart-teams-interop-meeting-chat/README.md +++ b/ui-library-quickstart-teams-interop-meeting-chat/README.md @@ -53,7 +53,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `App.tsx` file. - Change the value for `richTextEditorEnabled` to true. From 62acc6dbb099da6e12f6615cd25e926819ea1d5f Mon Sep 17 00:00:00 2001 From: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:15:05 -0700 Subject: [PATCH 3/4] Update ui-library-quickstart-ui-components/README.md Co-authored-by: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com> --- ui-library-quickstart-ui-components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-library-quickstart-ui-components/README.md b/ui-library-quickstart-ui-components/README.md index d95e00ea..56e6b59a 100644 --- a/ui-library-quickstart-ui-components/README.md +++ b/ui-library-quickstart-ui-components/README.md @@ -28,7 +28,7 @@ Feel free to style the components to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `ChatComponents.tsx` file. - Change the value for `richTextEditorEnabled` to true. From 4ef537fa853fb7f05fc7a8bdfff4517306ff3c7b Mon Sep 17 00:00:00 2001 From: Leah Xia <107075081+Leah-Xia-Microsoft@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:15:12 -0700 Subject: [PATCH 4/4] Update ui-library-starting-with-chat-stateful/README.md Co-authored-by: vhuseinova-msft <98852890+vhuseinova-msft@users.noreply.github.com> --- ui-library-starting-with-chat-stateful/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-library-starting-with-chat-stateful/README.md b/ui-library-starting-with-chat-stateful/README.md index 9753e640..8327ed28 100644 --- a/ui-library-starting-with-chat-stateful/README.md +++ b/ui-library-starting-with-chat-stateful/README.md @@ -31,7 +31,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `ChatComponentsStateful.tsx` file. - Change the value for `richTextEditorEnabled` to true.