[tw] TW5 - How to display values of fields as a table

2014-05-24 Thread Zan Thrax
Alberto Molina helped me understand how to get a list of tiddlers along with the value of some fields in those tiddlers. Is there a way I can get those to display in a table instead? Or, if not, is there a way to have text that is only included if a field has a non-null value? Below is what I

[tw] Re: TW5 - How to display values of fields as a table

2014-05-24 Thread Stephan Hradek
Use HTML. table theadtrthAward/ththPP/ththFame/ththOther/th/tr/thead tbody $list filter=[tag[Prestige Award]sort[title]] tr td$link$view field=title//$link/td td$view field=pp//td td$view field=fame//td td$view field=other//td /tr /$list /tbody /table -- You received this message because you

Re: [tw] Re: [TWC] Tiddlytoold Tooltip CoreTweak

2014-05-24 Thread Albert Riedinger
Hello Jan, you're welcome! Hope this configurability is not like mit Kanonen auf Spatzen schießen[1] ;) And thank you for your kind wishes. Albert [1] for non-Germans: http://de.wiktionary.org/wiki/mit_Kanonen_auf_Spatzen_schie%C3%9Fen 2014-05-24 1:22 GMT+02:00 Jan Johannpeter

[tw] Re: Html Tables appears at bottom (SOLVED)

2014-05-24 Thread Birthe C
Hi Wolfbite I remember having had that problem in the past. In HTMLFormattingPlugin there is an option to ignore all linebreaks. That usually fixed it. Birthe On Saturday, May 24, 2014 2:28:34 AM UTC+2, wolfbite wrote: I'm noting here for myself and anyone else that may have trouble with

Re: [tw] Re: [TWC] Tiddlytoold Tooltip CoreTweak

2014-05-24 Thread Jan Johannpeter
Hello Albert, I really don't think these options are exaggerated, for in the end the syntax is easy is very logical. I think it makes sense to be able to configure the tooltip, because the thing you want to know before opening a tiddler may differ very much according to the use-case of the TW.

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-05-24 Thread Russ Thomas
Hi Mans I found vextab (and have been following the developer's tweets) a long time ago. Sadly, I haven't kept up with it from the point of view of reusing it embedded elsewhere (like TW). I did try around three years ago but didn't get very far... my TW coding skills (read: API knowledge) are

[tw] newbie to Tiddy Wiki

2014-05-24 Thread jason savage
Hi, I need some help in understanding how Tiddly Wiki works generally. I am running a local copy of Tiddly Wiki and for the life of me I cannot get to understand how to create new custom tiddlers. At the moment in order to create a new tiddler I simply click on the tick/check button and a new

[tw] FeT - For Each Tiddler Questions.

2014-05-24 Thread Jan Johannpeter
Hello! I have got questions regarding FeT - where Clause expressions... How do you formulate a where clause which gives out all Tiddlers linked in a tiddler. Since it will be transcluded in a tiddler macro it should address the Tiddler containing the macro calling up the FeT plugin, and not

[tw] Re: newbie to Tiddy Wiki

2014-05-24 Thread Ton Gerner
Hi Jason, Have a look at [1]. Go to Customizations Buttons and click 'New template tiddler' button. You can drag drop the 3 tiddlers over there. If you tag $:/_new-template-tiddler-button with $:/tags/PageControls, the 'New template tiddler' button will show up after the 'save' button. For

[tw] Re: newbie to Tiddy Wiki

2014-05-24 Thread jason savage
Ton, thanks for your help. I have followed your instructions and the button appears and a new template is created, but the problem I have is trying to understand the concept. How do I save this as a template that I can use time and time again. It creates a new template every time and calls it