From 1ff89f2d04f169d09823f19282ec7e54f6462a49 Mon Sep 17 00:00:00 2001 From: Mostafa Zeinivand Date: Fri, 12 Jan 2024 17:13:28 +0000 Subject: [PATCH 1/5] GITBOOK-17: change request with no subject merged in GitBook --- docs/README.md | 4 +--- docs/getting-started/support-us.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 92f4f88..85057bc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,11 +7,9 @@ The **Nova Ckeditor** package combines the power of Laravel Nova with the advanced features of **CKEditor 5**, a modern and versatile text editor. It aims to bring CKEditor 5 integration to Laravel Nova, providing you with an enhanced content creation experience within your Laravel applications.\ With "Nova Ckeditor," you can seamlessly integrate CKEditor 5 into Laravel Nova and unlock advanced text editing capabilities within your Laravel applications. Whether you're building a blog, a content management system, or any other application that requires rich text editing, "Nova Ckeditor" provides the tools and features you need for a seamless content creation experience. -
-
-
+[![Donate](https://mostafaznv.github.io/donate/donate.svg)](https://mostafaznv.github.io/donate) diff --git a/docs/getting-started/support-us.md b/docs/getting-started/support-us.md index 259e4f3..d0be6a2 100644 --- a/docs/getting-started/support-us.md +++ b/docs/getting-started/support-us.md @@ -6,7 +6,7 @@ I believe in open source software and its power to change the world for the bett Your contribution, no matter how small, is deeply appreciated. -Thank you for your support! +Thank you for your support From b78a31f90791f5e57b786196196eaf40b7c2e428 Mon Sep 17 00:00:00 2001 From: mostafaznv Date: Fri, 1 Mar 2024 00:54:56 +0330 Subject: [PATCH 2/5] feat: update editor data in source-editing mode #113 --- resources/js/fields/editor-field.vue | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/js/fields/editor-field.vue b/resources/js/fields/editor-field.vue index 4254862..ae268f8 100755 --- a/resources/js/fields/editor-field.vue +++ b/resources/js/fields/editor-field.vue @@ -1,6 +1,7 @@