Giter Site home page Giter Site logo

Comments (8)

Waxolunist avatar Waxolunist commented on July 29, 2024

This relates to #66

from wysihtml.

diegoleme avatar diegoleme commented on July 29, 2024

Only in chrome for me.

from wysihtml.

Waxolunist avatar Waxolunist commented on July 29, 2024

When commenting out lines 12471 and 12472 https://github.com/Edicy/wysihtml5/blob/master/dist/wysihtml5x.js#L12471 it works.

I got the solution from here: tiff/wysihtml5#497

I don't know what these lines are doing, so I am not making a pull request atm, as long as I don't understand the consequences. But if somebody does, this is a possible solution.

from wysihtml.

Waxolunist avatar Waxolunist commented on July 29, 2024

The solution is to set the option useLineBreaks to false.
So this can be closed.

from wysihtml.

kasoban avatar kasoban commented on July 29, 2024

But changing useLineBreaks really changes the editor behaviour in regard to inserted content, is that really the intended solution?

from wysihtml.

Waxolunist avatar Waxolunist commented on July 29, 2024

Ok, I haven't tested pasting. For normal typing it helps to get it right.

from wysihtml.

kasoban avatar kasoban commented on July 29, 2024

With 'inserted' I didn't mean pasting, but the generated content while typing, When I have useLineBreaks set to true I get unenclosed text nodes separated by <br> tags on Enter presses.
When I have useLineBreaks set to false my text nodes get wrapped in <p> tags (might be Browser dependent), which is quite a different story, especially in regard to CSS.

from wysihtml.

Waxolunist avatar Waxolunist commented on July 29, 2024

Actually I like the behaviour with useLineBreaks set to false.
Enter wraps it into p-Tags.
Shift+Enter inserts br-Tags.

That's exactly like for instance the Confluence Editor behaves.

from wysihtml.

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.