From 5be14193777cb9ff2ce61a029ebce4087e78180b Mon Sep 17 00:00:00 2001 From: Romain Lamothe Date: Thu, 19 Oct 2023 22:42:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1babdfd..617c32f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **vue-document-editor** is a rich-text editor built on top of [Vue.js](https://vuejs.org/), using the native [*contenteditable*](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content) browser implementation and some JavaScript trickery to spread content over paper-sized pages. It is mainly designed to allow **targeted modifications** to pre-formatted documents using HTML or **interactive templates**. -###### :speech_balloon: This package does not intend to replace a proper document editor with full functionality. If you're looking for a powerful word processor, check out [CKEditor for Vue.js](https://github.com/ckeditor/ckeditor5-vue). +###### :speech_balloon: This package does not intend to replace a proper document editor with full functionality. If you're looking for a powerful word processor, check out [CKEditor for Vue.js](https://github.com/ckeditor/ckeditor5-vue) or [Collabora Online Development Edition](https://collaboraonline.github.io/). ## Features ### :rocket: [See live demo](https://motla.github.io/vue-document-editor/) @@ -142,4 +142,4 @@ For the list of props, data and styling variables: **:blue_book: read the [API]( - `npm run build` compiles and minifies production files and demo ## Licensing -Copyright (c) 2020 Romain Lamothe, [MIT License](LICENSE) \ No newline at end of file +Copyright (c) 2020 Romain Lamothe, [MIT License](LICENSE)