Hi Rich,

Glad to help. A good next step would be to macro-ify the remaining markup 
for each topic in a hangout.

Add a tiddler called "$:/.rich/macros/topic" with the "$:/tags/Macro" tag 
and the following content:

\define topic(description, time, minSec)
<<yt "$time$" "$minSec$">> ''---'' $description$
\end

\define topiclink(description, time, minSec)
<<yt "$time$" "$minSec$">> ''---'' [[$description$|$(hangoutprefix)$ - 
$description$]]
\end

with a linefeed at the end of the content, as before.

Then each of your hangout tiddlers can start with something like this:

\define hangoutprefix() TwHo#73
\define youtubeid() EU-H0xhga08

and can contain things like this:

<<topic "Q & A Start" "00:01:25" "001m25s">>
<<topiclink "Eric Discusses how he creates the Wiki Way" "02:08:08" 
"128m08s">>

The "topic" macro simply states the description. The "topiclink" macro 
turns the description into a link to a tiddler with that same name but 
prefixed with "TwHo#73" or whatever.

— æ

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to