> Hi, is there an easy way to import a list - a title and the text -
> with a specified tag? I have 48, and I can format it pretty much
> however, or can write a reg-ex inside the importer.
Try this:
http://www.TiddlyTools.com/#SplitTiddler
To prepare your data:
* Create a single tiddler containing the entire set of 48 items.
* Separate each item by a TW "horizontal rule" (HR)
* The first line of each item is the 'target' tiddler title
* The remaining lines in the item are the tiddler's content
For example, create [[SourceTiddler]], containing:
This is Title One
this is the content
for the first tiddler
----
This is Title Two
this is the content
for the second tiddler
----
This is Title Three
this is the content
for the third tiddler
Then, using the HTML form provided by [[SplitTiddler]], enter the name
of your 'source tiddler' and the tags for the 'target' tiddlers (space-
separated, bracketed as needed), and press the "split tiddler" button:
a new tiddler will be created and displayed for each item in the
source tiddler. Note: this might take a little while depending upon
your document's overall performance characteristics (e.g., total # of
tiddlers, overhead from compute-intensive macros, etc.)
QED.
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios