From 5559c4cc2e473c1926ceaa25d92d08ae9a34fc06 Mon Sep 17 00:00:00 2001 From: panr Date: Tue, 3 Mar 2020 14:54:17 +0100 Subject: [PATCH 1/2] Add info that plugin is installed in all build by default --- docs/features/text-transformation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/text-transformation.md b/docs/features/text-transformation.md index 4270c31..243e6af 100644 --- a/docs/features/text-transformation.md +++ b/docs/features/text-transformation.md @@ -171,6 +171,9 @@ ClassicEditor Read more about {@link builds/guides/integration/installing-plugins installing plugins}. +The plugin is installed in all {@link builds/guides/overview#available-builds builds} by dafault. + + ## Contribute The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-typing. From d458643fe46f31599f9257121cdb05272faaf473 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Wed, 11 Mar 2020 16:08:33 +0100 Subject: [PATCH 2/2] Docs: Used an info box in the installation section of the guide to inform developers about the availability. --- docs/features/text-transformation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/features/text-transformation.md b/docs/features/text-transformation.md index 243e6af..63e25f3 100644 --- a/docs/features/text-transformation.md +++ b/docs/features/text-transformation.md @@ -148,6 +148,10 @@ You can test the custom rules defined above in the demo: ## Installation + + This feature is enabled by default in all builds. The installation instructions are for developers interested in building their own, custom rich text editor. + + To add this feature to your rich-text editor, install the [`@ckeditor/ckeditor5-typing`](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing) package: ```bash @@ -171,9 +175,6 @@ ClassicEditor Read more about {@link builds/guides/integration/installing-plugins installing plugins}. -The plugin is installed in all {@link builds/guides/overview#available-builds builds} by dafault. - - ## Contribute The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-typing.