Hi Måns
>
> If I drag a single videofile on to TW5 it gives me a tiddler titled:
> "Untitled" with an absolute file link to the video.
> If I drag multiple videofiles on to TW5 it gives me a tiddler titled:
> "Untitled" with absolute file links to the videos.
>
What browser and OS are you using? Do you get the same behaviour on all the
browsers you can try? When you say "absolute file links", do you mean that
you see the full local path of the video file?
> Can I somehow have multiple tiddlers generates instead? - one pr.
> videofile? - maybe even with relative links and/or with titles matching
> the file titles?. I'd love to have an option to import files as tiddlers
> with titles based on file titles and relative links in the text area! -
> (*not* embedded binary data...)
>
Firstly, I haven't added the necessary file extension info, but the plan is
for embedded video files to work in the same way as embedded images:
Transcluding a tiddler containing a video would render an HTML5 video
player.
Secondly, the plan is to support external images/videos/attachments, which
are left on the server/filesystem and referenced through an <img> or
<video> tag. Such images/videos/attachments would only have their metadata
embedded in the TW file.
> Another question:
>
> If I want to show local video files (relative links from the same folder
> as the TW5 file) - do I need video.js?
>
No, you should just be able to write HTML video tags in your wikitext.
> If I do - how do I make it active in the loaded document? ( <script insert
> somewhere ...> ?)
>
Integrating video.js would be done by wrapping it into a plugin and adding
a TW5 widget that invokes it. There's several examples of plugins that wrap
external libraries in the TW5 repo (eg d3 and codemirror).
>
> @Jeremy - Do you have any plans how to treat video files ("html5 wise") -
> based on mime types (only for embedded data?) or could we have some sort of
> "TaggedTemplateTweak" where a tag (video - mp4, flv etc) would make the
> tiddler render a video file in a html 5 video player?
>
See answers above.
>
> Last question - only slightly related to the above:
>
> Every year at this time I usually import all my students data from a csv
> file into a classic TW. I've made templates which show different views,
> tables and lists based on the non default fields I specified in the csv
> file.
>
> I'd like to check out TW5's capabilities by importing lots of data from
> csv-files... Is there any chance I can use Eric's
> http://tiddlytools.com/#CreateTiddlersFromCSV (html-form) for this kind
> of job?
>
Classic plugins won't work in TW5.
The most flexible way to do things like this is to process your CSV files
into .tid files, and then build them into a TW file using the node.js
edition of TW5. It is my intention to directly support the import of CSV
data in the future.
>
> Sorry if I ask too much at this early stage of development -
>
It's great, questions like this really help build understanding.
Best wishes
Jeremy
>
> Cheers Måns Mårtensson
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--
Jeremy Ruston
mailto:[email protected]
--
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.
For more options, visit https://groups.google.com/groups/opt_out.