Actually, I asked quite the opposite, not how to embed linebreaks, but how to eliminate them. I guess I introduced lots of confusion mentioning multiline content in tables. Let's say I have content:
This needs to be displayed /% COMMENT HERE %/ on one line. Wiki engine displays it as one line (without comment). But when editing, I'd like see something like this: This needs to be displayed /%%/ /% COMMENT HERE %/ /%%/ on one line. But I can't. Because that would introduce 4 linebreaks. Isn't there a special character sequence for escaping newlines? On Oct 16, 6:05 pm, Eric Shulman <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > Is there any escape newline character(s) in TiddlyWiki? How do I > > escape newlines? Googled for it, but found nothing. > > See > http://www.TiddlyTools.com/#CoreTweaks > The very last tweak in the tiddler is: > (no ticket) backslash-quoting for embedding newlines in 'line-mode' > formats > > The tweak automatically converts any newlines that are preceded by "\ > \" (note: TWO backslashes) into <br>'s before passing the source to > the TW core's wikify() engine for further processing. > > Just install [[CoreTweaks]] in your document and you will then be able > to use "\\" to embed literal linebreaks in tables (and other "line- > mode" formats as well). > > enjoy, > -e > Eric Shulman > TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

