> 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 -~----------~----~----~----~------~----~------~--~---

