Resurrecting an old thread, yet again...I have the same challenge (a 
spreadsheet file where each line becomes a tiddler, with separate column 
for title, text, tags, etc.. I need to help students import a large number 
of tiddlers (5 to 200 or more) that they create through spreadsheet 
manipulation. In TWClassic on tiddlyspace, we use the Tiddlytools plugin 
http://tiddlytools.com/#CreateTiddlersFromCSV 
<(http://tiddlytools.com/#CreateTiddlersFromCSV>. 

As I contemplate moving classes from TWClassic to TW5, I need to replicate 
that functionality, for non-technical users. The responses above reference 
scripts etc. that are beyond my expertise, and certainly that of my 
students.

How do to this in TW5. Maybe I just don't know how to run the load-file 
command?

Thanks!

//steve.


On Saturday, November 9, 2013 at 4:56:36 PM UTC-5, Arkady Grudzinsky wrote:
>
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c312fe30-8b06-4ff3-ba58-3459a272cce4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to