Hi Skye
> ....<div class='title' macro='view title'></div>
> <div macro='tiddler projectTemplate'></div>
Try
<div macro='tiddler projectTemplate with:{{tiddler.title}}'></div>
for: <<forEachTiddler where
'tiddler.tags.contains("$1")&&tiddler.tags.contains("som ")' ....
I made something similar some time ago:
Example: http://el0809.tiddlyspot.com/#MM
This is tabs generating content in/from a tiddler tagged with
"Lærere" (teachers in Danish) and utilizes the "LærereViewTemplate"
http://el0809.tiddlyspot.com/#L%C3%A6rereViewTemplate
which shows the tiddler "TabLærerTabel"
http://el0809.tiddlyspot.com/#TabL%C3%A6rerTabel
Every tab in the "TabLærerTabel" uses individual template tiddlers to
show data which has sth to do with {{tiddler.title}}
First tab is "LærerTabel" http://el0809.tiddlyspot.com/#L%C3%A6rerTabel
. It uses fETs and fields to render content...
another example using datafields
(text)"<data>{"name1":"value","name2":"value"}</data>" as primary
source for fETS:
http://karakter.tiddlyspot.com/#TestElev
Yet another one with tabs using sections and the editSectionsPlugin:
http://tiddly.bplaced.net/#Vejledning
(The tiddler is using background from one of your beautiful
TWs :-)...*not* hotlinked!!)
however it's not rendered via a custom Template
Yet another one using sections (pasteUpPlugin) *and*
taggedTemplateTweak:
http://dl.dropbox.com/u/15835063/Udtalelser.html#%5B%5BAnne%20Teib%C3%B8l%20Lohmann%5D%5D%20MM
No tabs I'm afraid
Yet another one, this time using tabs, TreeView and
taggedTemplateTweak:
Notice that [[TræManager]] has the code and [[TestTree2]] uses it via
a custom viewtemplate [[TræerViewTemplate]]
http://stormp.tiddlyspot.com/#TestTree2%20Tr%C3%A6Manager
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.