I found out how to embed a youtube video in a modal:

1. Put the embed code which Youtube provides in a tiddler called, say, 
"FooVideo1".

2. In another tiddler post this code
<$button message="tm-modal" param="FooVideo1">1. Introduction</$button>

*Problem 1: How to get "1. Introduction" to display as a link not a button?*

*Problem 2: How to call all FooVideos with a list filter where clicking a 
link (of the caption) opens it in the tm-modal? *

Something like:

<$list filter="[tag[FooVideo]sort[title]]"/>
<$link message="tm-modal" param="current">{{!!caption}}</$link>
</$list>

Or should that be:

<$list filter="[tag[FooVideo]sort[title]]"/>
<$link>
<$action-sendmessage message="tm-modal" param=<currentTiddler>{{!!caption}}
</$link>
</$list>

Thank you so much for any help.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/607e9141-4630-4b7c-801b-285a31ffa52bn%40googlegroups.com.

Reply via email to