Select lines in a note, combine into paragraph? #1364
Unanswered
LorenAmelang
asked this question in
Ideas
Replies: 1 comment 3 replies
-
Are you talking about removing formatting from the copied text? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often paste a paragraph of text copied from a pdf, or a text file with line breaks, into a note, and get separate lines with the larger paragraph spacing. Frustrating when they are much shorter than the note width, and even worse when they are a bit too wide and each one wraps. Sometimes I'd like to keep the breaks and just narrow the spacing, which I could do by manually deleting each
<p>
and adding a<br>
- if I had the patience. Sometimes I'd like to just delete all of the<p>
breaks and make a continuous paragraph.Is there some way to select a group of lines and delete all the
<p>
breaks (ensuring a space remains between each one)? Or replace them with<br>
breaks? Could there be?Beta Was this translation helpful? Give feedback.
All reactions