Skye, I have read also many posts here in the forum about multi columns and was not really satisfied with the solutions. Thats why I made some experiments with MALO CSS library [1] and the <<tiddler>> macro. See the "beta" results at: http://multicolumn.tiddlyspot.com/ There is no description at the moment. -> beta.
replace <span width='50%' with: <div class='dp50' and make your own experiments. I think there should be a clean and powerfull solution. Please share your results :) regards Mario [1] http://code.google.com/p/malo/ only 8 lines of CSS code! [2] http://multicolumn.tiddlyspot.com/ On Dec 2, 4:04 am, skye riquelme <[email protected]> wrote: > 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.

