I found this:


<$set name="customstylevar" value={{!!customstylefield}}>


here 
<https://groups.google.com/forum/#!searchin/tiddlywiki/set$20using$20based$20on$20field$20value%7Csort:relevance/tiddlywiki/6wRRqZeOZ6Q/PzRbtnmeFQAJ>
 
(which, is really cool if you want to script css!)

so how would i transclude the value of customstylefield in the above?

//steve.




On Thursday, July 13, 2017 at 3:23:15 PM UTC-4, stevesuny wrote:
>
> Hi Folks,
>
> I'm parsing a spreadsheet and trying to make every column name navigable. 
> As an example, I'm using a class schedule at SUNY Poly
>
>
> https://drive.google.com/file/d/0B6pMEe8dCtrQdHhMTUNfVy04Zzg/view?usp=sharing
>
> I've used xlsx import to get the rows into a wiki
>
> http://sunypoly-schedule-explorer.tiddlyspot.com/
>
> My template does this:
>
> <$list filter="[is[current]tag[element-field]]">
> <$set name="this-field" value=<<currentTiddler>>>
> <$list filter="[tag[schedule-elements]each<this-field>sort<this-field>]">
> <$set name="this-value" value={{!!this-field}}>
> <<this-field>>: <$view field=<<this-field>>/><br>
>
>
> My challenges:
>
> (1) setting the value for "this-value" properly
> (2) building a link to the tiddler names by "this-value"
>
> Thanks!
>
> //steve.
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/e833c588-9076-4a7e-81f6-d8a8c68ee11b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to