I have a text file where each line is a list item. I would like to import this file in my TW5 and create a separate tiddler for each line. I also would like to specify tags and some fields for each tiddler.
.tid files do not allow multiple tiddlers in one file. I thought, HTML would work with something like this <div title="Tiddler 1" tags="task" start="201311080800" priority="5">Tiddler 1 text</div> <div title="Tiddler 2" tags="task" start="201311080800" priority="6">Tiddler 2 text</div> etc. But it did not work. I get one tiddler with type="text/html" with file name as a title and this HTML code inside. I could, of course, create a Perl or an awk script to produce one .tid file per line, but it seems like too much effort. Any suggestions? -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

