> The text I want to display isn’t plain text on 1 row (the only possible > option, as far as I can see). For example:
You absolutely *can* use data with multiple lines within a CSV file. Here's an example: --------------------- "title","text","tags","myfield" "TiddlerA","this is one line","tag1 tag2","foobar" "TiddlerB","this is Four lines With a blank","tag3 tag4","mumble" "TiddlerC","This is one line also","tag5","gronk" --------------------- Note that CSV fields are delimited by double-quotes. Although quoting is not required for *all* fields, it is *REQUIRED* for any field values that contain commas, newlines, or double-quotes as literal characters. If you paste the above example into CreateTiddlersFromCSV it will create 3 tiddlers: TiddlerA, TiddlerB, and TiddlerC with the corresponding title, text and tags, as well as a custom field named "myfield", which will have values of "foobar", "mumble" and "gronk", respectively. Also note that CreateTiddlersFromCSV only accepts input that is either pasted from the clipboard, entered by hand, or stored in a tiddler as text (most likely copy/pasted previously). However, you can conveniently load tiddlers *directly from a CSV file on your drive*, by using http://www.TiddlyTools.com/#ImportTiddlersPlugin which can read CSV-formatted files and automatically processes and presents them as a list of tiddlers for you to select and import. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios ---- TiddlyTools needs YOUR financial support... Help ME to continue to help YOU... make a generous donation today: http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

