How do I paste as 1 item (rather than a new item for every new line in the paste)

I assume its possible.

I tried a backtick at the start and end but it didn’t work

Also weird: if you type things with shift-enter new lines into one item, copy it, then paste it into dynalist, it changes the new lines into spaces

1 Like

Enter note mode, then paste.

It should be possible to do if you’re using some kind of text expander (like Keyboard Maestro) - add 
 at the end of lines, wrap it in opml tags like this:

<opml>
  <body>
	<outline text="your content&#10;in multiple lines&#10;oh yeah"/>
  </body>
</opml>

and paste it with some shortcut

1 Like

yep, it works

settings for Keyboard Maestro

2 Likes