Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockquote selection on multiple lines #2340

Closed
bologer opened this issue Oct 4, 2018 · 3 comments
Closed

Blockquote selection on multiple lines #2340

bologer opened this issue Oct 4, 2018 · 3 comments

Comments

@bologer
Copy link

bologer commented Oct 4, 2018

Let's say I have this in editor:

<p>test</p>
<p>test2</p>
<p>tes3</p>

Once I select all and make it as quote, it will create three separate quotes.

Isn't is supposed to be only once quote in this case?

@Oryss
Copy link

Oryss commented Jun 29, 2019

I have the same issue, I'm trying to make a "reply" button

Even using :

editor.clipboard.dangerouslyPasteHTML(0,` '<blockquote>' + quotedContent + '</blockquote>');

Creates 1 blockquote node for each line, which makes no sense

I've tried

editor.insertText(0, quotedContent, {
     'blockquote': true,
});

Same result

image

@leventdeniz
Copy link

See my comment here #1056 (comment)

@quill-bot
Copy link

Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants