Hi TwWizards (& @Eric)
I'm using listboxPlugin to select a cookievalue to be inserted and
redered as images.
The SystemSettings tiddler is used to save the cookievalue between
sessions.
I use a hr-seperated list with labels to choose from and corresponding
image paths - like this:
[[images]] ([[billeder]])
Cat=http://www.xxx/cat1.jpg
----
Cat2=http://xxxx/14_cat.jpg
----
Cat3=http://xxxx/cat4.jpg
Listbox=
<<select =txtLogo rows:1 width:7 "rightimage"autoSave allowOther
allowMultiple allowEdit *images>>
I made a template in a tiddler called [[Logo]]:
!template2
<<image $1 width:128 height:128 preserveAspectRatio:yes>>
I insert the imageURLs like this:
<<tiddler Logo##template2 with:{{config.options.txtLogo}}>>
I'd like to have a simple thumbed list of all images I've put in the
hr-seperated list so far - however Allthumbs
http://www.tiddlytools.com/#AllThumbs
needs a space-separated list...
Therefor I have to maintain two lists....
I wonder -
1) Can I wikify the hr-seperated list as a space-separated list and
AllThumbs will be able to read it?
2) Is it possible to make the AllThumbs transclusion understand a hr-
seperated list??
Here's my example, which is a clone of Jons Caspianii theme (made for
tiddlyspace - "translated" into a "normal" tiddlywiki):
http://caspianii-da.tiddlyspot.com/
Cheers Måns Mårtensson
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.