On Saturday, December 14, 2019 at 7:13:56 AM UTC-8, Chuck R. wrote: > > Sometimes when I copy part of an abstract from a web page into a tiddler > there will be embedded carriage returns or line feeds. So I paste the text > into a liste item (prefixed with '# ') and where there is a CRLF the text > breaks out of the list item to form a new paragraph. Is there a way in > the TW5 editor to select text and remove CRLF from that text so all text > from a list item will be in that list item? Or do I have to paste the text > into a text editor, join the lines, and paste it back into TW5? >
You don't need to remove the carriage returns or line feeds! There's a little trick that keeps the content from "falling out" of the bullet (* or #) syntax: https://tiddlywiki.com/#Hard%20Linebreaks%20in%20WikiText Summary: If you enclose the pasted content between *tripled* quotes ("""), the line breaks will not be parsed, and they will remain as literal linebreaks For example: #first item #"""second item this is test that has newlines in it some are just one CR or LF and some are doubled, or have more, like this.""" # third item enjoy, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c6b4a092-9317-4999-b252-8cc74788b2e3%40googlegroups.com.

