I appreciate that when I paste multi-line text from the clipboard, Dynalist creates a separate item for each text line.
But sometimes I really want that multi-line text to be a single item and not a note.
Examples:
Additional information to an item that semantically does not warrant to create a separate item, but also is not a note.
An important multiline code block that I donāt want to hide away in a note.
I know I can manually start a new line using [Ctrl]+[Shift]+[Enter], but pasting text as multiple items and then manually āstitchingā them back together into a single item gets tedious fast!
My suggestions:
A keyboard shortcut that pastes text as mulit-line text with soft line breaks. (E.g. [Ctrl]+[Alt]+[Shift]+[v]).
Or whenever pasting text, interpret the ASCII control character āVertical Tabā (0x0B) as soft line break, like e.g. Microsoft Word does.
Interesting QoL request. Seems like a niche use case though, have you thought of writing a keyboard macro or something? Not saying you should, just curious.
Funny you should ask ā¦ in fact I did write an AutoHotkey macro that pastes the clipboard content line by line, ending each line with a soft line break by sending the [Ctrl]+[Shift]+[Enter] shortcut.
But that shortcut for the soft line break, does not work 100% reliably on my two systems. Sometimes it is ignored and requires me to press it again. But it does not happen consistently.
E.g. (this works quite frequently)
Create a new item.
Press the [a] key to type an āaā.
Press the [Ctrl]+[Shift]+[Enter] shortcut to insert a soft line break. => Nothing happens; the cursor stays in the same line as the āaā.
Press the [Ctrl]+[Shift]+[Enter] shortcut again, and now the cursor jumps to the next line.
Basically browser only renders the newline when thereās an existing newline at the end.
Weāve investigated this issue before, and itās a browser behavior that we need to do extra work to work around, not because we did something wrong. Itās quite some work, and to properly fix it, we need to backfill everyoneās existing content too.
Hi, Iām struggling to paste multiline text in the single bullet. I basically want to paste this in a single bullet.
āfiles.associationsā: {
"*.txt": ājsonā
}
I tried entering spaces first and then entring the code but it failed.
then I tried pasting it first and then decorating it with code. which should by default removes the bullets and make it in a single bullet but it is not happening either.
Iām using latest chrome browser on Win 7 as of now.
I also find that this would be useful. It happens to me quite often to have to stitch together copy-pasted content that gets distributed over many nodes.
A bit off topic: @Erica@Shida Did you improve the pasting recently?
I remember that pasting content into Dyanlist sometimes was a pain, but now everything stays in place and even formats like the original text.
Select your pasted text again and cut it to the clipboard (Ctrl+A, Ctrl+X).
Now paste your text into a list item directly. It will create a multi-line list item, not multiple list items.
Tested with Firefox 76.0. I have no idea how this workaround works. Because when I cut the text from the Dynalist note, paste it to an external text editor, cut it from there and then paste it to a Dynalist list item, the workaround does not work.
Skip the part with the text editor, i.e. cut from the note and directly paste as an item.
Copying from the note preserves the soft line breaks (in the clipboardās āHTML Formatā). Pasting and re-copying in a text editor strips this HTML format, thus converting all soft line breaks to ordinary āhardā ones. (This could be used to reverse the effect - converting multi-line text to individual items.)