Hi Jeremy (or anyone),

The standalone to Node.js drag and drop method worked well (very slick 
interface for selecting tiddlers to import), but whereas a link to a video 
clip would play the clip in a new browser tab, the link is now inactive. 
Sample link = 
file:///C:/Users/Bob/Videos/Advanced%20Surface%20Repair%20Techniques.mp4#t=0:01:01,0:01:23.

Any thoughts on how to fix the links?

Another small issue is that the original dates displayed on the tiddler, 
all get replaced with today's date.

Extra info. the links are created by the following macros in a tiddler 
tagged $:/tags/Macro:

\define vid(start, end , path, file)
<a href="$path$$file$#t=$start$,$end$" class="tc-tiddlylink-external" 
target="_blank">$start$ ˃ $end$</a>
\end

\define videolink(start:'0:00:00', end:"Finish")
<$macrocall $name="vid" start="$start$" end="$end$" path={{!!path}} 
file={{!!file}} />
\end

<!--
Macro to define a link to a specific section of a video file such as an mp4 
file
The link will open the video file in a new browser tab
If used, the start and end arguments must be in the format h:mm:ss e.g. 
0:02:16
-->

Thanks and regards, Bob

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ed3e1b29-44b3-426a-98ad-75f1578fd24c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to