> implementing a kind of Eric's MinibrowserList - a HR-separated list
> of all bookmarks. All bookmark tagged tiddlers shall be collected by
> Udo's ForEachPlugin
> I want to use Eric's MinibrowserPlugin (
http://tiddlytools.com/
> #MiniBrowserPlugin) to realize a kind of web site player to scroll all
> bookmark tiddlers. Including BookmarkList in MinibrowserList by
> <<tiddler BookmarkList>> does not work.
> Any ideas?
I like this concept... so much so, that I've just updated
MiniBrowserPlugin and added a new inline script, BookmarkList, to auto-
generate a 'favorites' list for all the 'bookmark' tiddlers on
TiddlyTools.
First, get the update (v1.3.0) here:
http://www.TiddlyTools.com/#MiniBrowserPlugin
which now supports wikifying content from favorites lists so that
forEachTiddler or inline script output can be used to generate lists
on-the-fly.
Next, install this inline script
http://www.TiddlyTools.com/#BookmarkList
which contains the forEachTiddler or inline script that generates the
actual HR-separated list of bookmarks from individual tiddlers tagged
as "bookmark". Of course, you can always write your own script, or
use <<forEachTiddler>> (as you described previously) to generate the
list content.
Then, simply write the following:
<<miniBrowser BookmarkList>>
and the generated BookmarkList output will be used to populate the
'favorites' list in the MiniBrowser droplist.
enjoy,
-e