Using the table format as is;
if you add a header row and ensure each column is named well and such that a
reasonable column width is suggested by the header row then the result will
also be more predicable eg; small content will sit within the column and
larger content will only have an effect on formatting if it is bigger than
the header induced size.

It is also helpful to put variable length columns to the right so they do
not effect the fixed length one on the left.=, or at least put all fixed
length fields together.

You can also use Footers, Table sort Plugin etc... in this model

eg; using tiddlerlist (Rather than FET)

<<tiddlerList
  tags:"-=closed,-=inactive,$1"
  top:$2
  order:"created"

itemTemplate:"|%item|[_(%title|=urgent)]|[_(%title|=WIP)]|%link|%created|%modified|[_(%title|$3)]|[_(%title|star)]|[_(%title|change)]|[_(%title|review)]|[_(%title|now)]|[_(%title|cust)]|\n"
  dateFormat:"0DD-0MM-YYYY"
  format:"table"

header:"|sortable|k\n|#|↑u|≈|Task|Created|Modified|[[$3]]|[[star]]|[[change]]|[[review]]|[[now]]|[[cust]]|h"

footer:"|sortable|k\n|#|↑u|≈|Task|Created|Modified|[[$3]]|[[star]]|[[change]]|[[review]]|[[now]]|[[cust]]|h"
>>

Regards Tony

Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au <http://www.LaSource.com.au> Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Wed, Aug 11, 2010 at 06:13, skye riquelme <[email protected]>wrote:

> Hi All
>
> Still playing around in TW land!!!!!!
>
> I have a display format that looks like -
>
> !!$1
> |<<tiddler [[$1##intro]]>>|<<tiddler Image with:
> [[$1##ref]]>><<tiddler [[$1##caption]]>>|
> |''Challenge'' - ''<<tiddler [[$1##challenge]]>>''|''Context'' -
> <<tiddler $1##body>>|
> |''Solution'' - ''<<tiddler [[$1##solution]]>>''|''References'' -
> <<forEachTiddler where 'tiddler.tags.contains("$1")'>>|
> |''Pattern Links'' - <<tiddler [[$1##links]]>>|<<tiddler
> $1##comments>>|
>
> ..obviously formating <<tiddler Format with: TiddlerName>> where
> "TiddlerName" gets passed as $1 !!!
>
> OK, it works but....tables in this format are rather messing looking.
> especially as the content of the various $1## parts can vary in
> length.......
>
> I am thinking it would be much neater and easier to have this format
> embedded into a TaggedViewTempate using html tables......but I am nor
> sure how to go about it.......can someone lead me of as to how to
> translate this format into a taggedViewTemplate.
>
> Thanks in Advance
> Skye
>
> --
> 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]<tiddlywiki%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>

-- 
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