Hi All

A quick and maybe way out question. To what extent is it possible to
format the viewtemplate.???

For example I have a tiddler that I use to format new tiddlers in one
case I am working on -

|@@font-size:12pt;<<wikify {{tiddler.title}}>>@@|<<tiddler
{{tiddler.title+"##english"}}>>|
|<html><img src='{{"Fotos/"+tiddler.title+".png"}}' style='width:
500px; '/></html>|''Referencias/Estudos'' <<forEachTiddler where
'tiddler.tags.contains(context.viewerTiddler.title)' sortBy
'tiddler.title'>> ''Notas''<<forEachTiddler where
'tiddler.tags.containsAll([context.viewerTiddler.title,"Nota"])'
sortBy 'tiddler.title'>>|
|<<player id=1 {{"Som/"+tiddler.title+".mp3"}} 500 45 true false>>|
<<tiddler {{tiddler.title+"##fotoref"}}>>|

it obviously creates a table, with three lines and two columns. Could
I have this format embedded in viewtemplate rather than as a form
tiddler.

it largely boils down to - is it possible to write a viewtemplate
like? -

<div id='tiddlerDisplay'>
<span width='50%' refresh='content' tiddler='Tiddler##LeftSide'></
span> | <span width='50%' refresh='content'
tiddler='Tiddler##RightSide'></span>
</div>

efectively creating a two colums display !!!!

Possible??

Skye

PS using a tiddler as a form works well enough...and I know about
{{twocolumns{  ...}}}..I am looking for more detailed formating from
the viewtemplate itself!

--

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.


Reply via email to