[tw] [TW5] Populating a SelectWidget with the indexes/values of dataTiddler

2015-08-11 Thread Ghislain SILLAUME
Dear all, I'm discovering TiddlyWiki since a couple of weeks. It's a fantastic tool but I'm still not able to manage all the 'magic'... I would like to populate a select box by iterating on this dataTiddler (The indexes are the quarters of a year and the value the corresponding dates for the

Re: [tw] [TW5] Populating a SelectWidget with the indexes/values of dataTiddler

2015-08-11 Thread Ghislain SILLAUME
11.08.2015 um 16:39 schrieb Ghislain SILLAUME: Any ideas? Hi, try: \define valueFromIndex() [[data]getindex[$(index_key)$]] \end $select field=start_date $list filter=[[data]indexes[]sort[title]] variable=index_key $list filter=valueFromIndex variable=index_value option value

[tw] Generating a pdf preview of a (large) table defined in a Tiddler

2016-03-08 Thread Ghislain SILLAUME
Dear all, I have a large table that I would like to print in A3 with clean page breaks (repeating the headers). Since it's possible to integrate pdf in TW5 , I'm wondering if it will be possible to use a pdf javascript library (I'm considering jsPdf

[tw] Re: Generating a pdf preview of a (large) table defined in a Tiddler

2016-03-08 Thread Ghislain SILLAUME
Thanks for your answer. So let's give it a try! I will put updates (and probably other questions) on this list... On Tuesday, 8 March 2016 14:55:12 UTC+1, Jed Carty wrote: > > It is almost certainly possible. Making a plugin that lets you create pdfs > in tiddlywiki has been on my to-do list