Is there a way to paste text without separation into blocks?

I’d like to paste text with a lot of line breaks but all into one block. Currently if I try and paste text that has line breaks, each paragraph gets converted into its own block

3 Likes

Multiline text does paste into a single block on Logseq 0.7.5 on Mac and Android. Not sure about Windows.

1 Like

here’s a trick. Create a block quote ``````, paste into it, then remove the quotes

4 Likes

I’ve had the best luck using quote blocks.

#+BEGIN_QUOTE

My quote

#+END_QUOTE
2 Likes

Hi,

I need the opposite behaviour… I want to paste multi-line text, and that every line becomes a block… but no luck!

3 Likes

any idea how to reverse that (i.e. past text with each line as a separate block)?

1 Like

Regarding multi-block pastes have you tried the plugin paste-more? It usually does a good job of breaking things up into separate blocks for me.

1 Like

As far as my testing with Logseq 0.8.2 I find Cmd V will paste separate blocks for each text line, and Cmd Shift V pastes all text lines into single block on Mac

2 Likes

This is what I was looking for. Thanks!

Also it removed any links and metadata so it was text only. That’s what I was looking for anyways.