Giter Site home page Giter Site logo

Comments (3)

Artem-Schander avatar Artem-Schander commented on May 24, 2024

Hi @bharath6365
thanks for raising this issue. I'll look into it in a few hours.

from quill-paste-smart.

Artem-Schander avatar Artem-Schander commented on May 24, 2024

Hi @bharath6365
It took a bit longer but I'm on a good way to get a decent solution.

The thing is, this tool behaves correctly. The tags you're pasting (in this case div) are not allowed and so they are getting stripped. Only allowed tags remain (in this case span). So block type tags are gone and inline ones are still there .. results in one line.

However I think you're not wrong assuming this is an issue, since I would also expect rows (block elements) stay rows.
The solution I'm now working on, would be a substitution.
So the Idea is to replace all not allowed block elements with a p tag (assuming it is allowed). I think I will also replace (as long as not allowed) all heading tags with a b/strong wrapped with p.

This will be available in the upcoming minor release. Should not take that long.

from quill-paste-smart.

Artem-Schander avatar Artem-Schander commented on May 24, 2024

Hi @bharath6365,

I've added the setting substituteBlockElements to the latest release. It is enabled by default. Just update the package and you're good.

Feel free to reopen this issue if you feel like it :)

from quill-paste-smart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.