Vvveb icon indicating copy to clipboard operation
Vvveb copied to clipboard

Improvise experience while creating the Lists in Editor

Open maheshwaricharu opened this issue 1 year ago • 5 comments

Hi @givanz We are using the editor to create Lists for our pages. However while copying the text from text editor in vvveb editor various line breaks/div are introduced. Please advice us if we can bypass that using some settings or we can use the experience with enter and backspace keys to remove the spaces faster as already happening in another component on your website too, https://demo.vvveb.com/admin/index.php?module=content/post&post_id=16&type=page image

Would appreciate your support, in improvising the experience of the editor using some settings.

maheshwaricharu avatar Nov 19 '24 13:11 maheshwaricharu

@givanz i am also facing this problem. Please provide some guidelines how to fix this?

developer-mobilise avatar Nov 21 '24 06:11 developer-mobilise

@givanz please suggest if there is a provision in editor to incorporate above feature?

maheshwaricharu avatar Nov 24 '24 18:11 maheshwaricharu

Hi

Can you please provide some sample html with the wrong code?

I createad a list in the text editor https://demo.vvveb.com/admin/index.php?module=content/post&post_id=16&type=page and the output is clean.

<ul>
<li>a</li>
<li>b</li>
<li>c</li>
</ul>

Do you paste the list from a text processor like Word?

list-tiny

givanz avatar Nov 26 '24 13:11 givanz

Hi @givanz Yes, line breaks and div are introduced while copying the text from text editors like Notepad/Word/Etc. I have two workarounds with me:

  • Either copy paste work fine
  • Or Can I remove those spaces using enter/backspace keys as happening in tinyMce Editor (already used here https://demo.vvveb.com/admin/index.php?module=content/post&post_id=16&type=page)?

Please suggest what best we can do to fix the same?

maheshwaricharu avatar Nov 27 '24 06:11 maheshwaricharu

Hi

I included tinymce paste from word plugin in the latest.zip update https://github.com/pangaeatech/tinymce-paste-from-word-plugin this should fix broken html from text editors.

Changed files inside /public/js/libs

givanz avatar Nov 29 '24 17:11 givanz