[tw] Listing old Tiddlers and changing header colour

2013-10-28 Thread Philippe De Feularde
Hi, I am looking for a way to add a date field to our tiddlers so when they have expired the link can change colour (color) so when they are listed by for each tiddler I can see that the date I have applied to the tiddler is out of date.So for example the tiddler expires on the 1/11/2013 - Come

[tw] Re: ForEachTiddler

2014-06-18 Thread Philippe De Feularde
compareDate1)) > return "* [[" + tiddler.title + "]] <\>\n"; > else if (tiddler.modified > compareDate1) > return "* [[" + tiddler.title + "]] <\>\n"; > else > return "* [[" + tiddler.title + "]]\n"; > }' >

[tw] ForEachTiddler

2012-11-04 Thread Philippe De Feularde
Is there a way to highlight new tiddlers with an icon so users can view the newest tiddlers from the list? We use ForEachTiddler so we just want an icon to highlight the tiddlers that have been changed within the last 30 days or added. Stretching it could there be an icon to see if it’s been

[tw] Re: ForEachTiddler

2012-11-04 Thread Philippe De Feularde
On Nov 4, 4:24 pm, Philippe De Feularde > wrote: > > Is there a way to highlight new tiddlers with an icon so users can view > the > > newest tiddlers from the list? We use ForEachTiddler so we just want an > > icon to highlight the tiddlers that have been changed within the

[tw] Re: ForEachTiddler

2012-11-06 Thread Philippe De Feularde
rn "* [[" + tiddler.title + "]]\n"; > }' > write 'lastDays(tiddler)' > >> > > > This should show icons next to tiddlers changed in the last 10 days. > Change "recent", if you want a different icon. Icon settings are &

[tw] Re: ForEachTiddler

2012-11-06 Thread Philippe De Feularde
r)' > >> > > > This should show icons next to tiddlers changed in the last 10 days. > Change "recent", if you want a different icon. Icon settings are > dependent on TiddlerIconsPluginConfig. > > w > > > On 5 nov., 04:00, Philippe De Feularde

[tw] Re: ForEachTiddler

2012-11-07 Thread Philippe De Feularde
eDate2 = new Date(); > compareDate1.setDate(compareDate1.getDate() - 30); > compareDate2.setDate(compareDate2.getDate() - 60); > if ((tiddler.modified > compareDate2) && (tiddler.modified < > compareDate1)) > > > As you can see, there are

[tw] Re: ForEachTiddler

2012-11-08 Thread Philippe De Feularde
dified < > compareDate1)) > return "* [[" + tiddler.title + "]] <\>\n"; > else > return "* [[" + tiddler.title + "]]\n"; > }' > > write 'lastDays(tiddler)' > >> > > w > > On 8 nov., 01:41, P

[tw] Re: ForEachTiddler

2012-11-13 Thread Philippe De Feularde
dler.modified < > compareDate1)) > return "* [[" + tiddler.title + "]] <\>\n"; > else if (tiddler.modified > compareDate1) > return "* [[" + tiddler.title + "]] <\>\n"; > else > return "* [[" + tiddler.title + "]]

[tw] Script Error

2013-04-09 Thread Philippe De Feularde
Hi I am getting an error when the wiki loads up - we have to use IE but it says the "script has become unresponsive" - the error is on some computers but not on others. Could the size of the wiki play apart or could it be a plugin causing it? thanks -- You received this message because you ar

[tw] Re: Script Error

2013-04-09 Thread Philippe De Feularde
Ok sorted Calander plugin was causing the error On Wednesday, April 10, 2013 11:03:18 AM UTC+8, Philippe De Feularde wrote: > > Hi I am getting an error when the wiki loads up - we have to use IE but it > says the "script has become unresponsive" - the error is on some comp

[tw] phone number

2013-04-14 Thread Philippe De Feularde
Hi, I am trying to work a way out to have a list of phone numbers displayed , I would like to search for a name, number or location so it will list the result If I was to search for it would bring up "other" TW not associated to the phone number list. Could I have another search ? I like ht

[tw] phone number

2013-04-14 Thread Philippe De Feularde
Hi, I am trying to work a way out to have a list of phone numbers displayed , I would like to search for a name, number or location - I can not use the current search function as it would bring up "other" TW not associated to the phone number list. I like http://tiddlywiki.abego-software.d

[tw] For each tiddler - with html

2013-05-15 Thread Philippe De Feularde
Hi , is it possible to have <> with in Html - I have tried several ways but with no luck I have tried Erics plug ins with no luck. I have also <> which works fine Regards Philippe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Re: For each tiddler - with html

2013-05-26 Thread Philippe De Feularde
> Install http://www.tiddlytools.com/#HTMLFormattingPlugin > Try again.. > > Cheers Måns Mårtensson > > Den torsdag den 16. maj 2013 03.07.51 UTC+2 skrev Philippe De Feularde: >> >> >> Hi , >> >> is it possible to have >> >> <> sortBy >&

[tw] New TW5

2013-07-09 Thread Philippe de Feularde
Hi just wondering where we can download the new TW5 and when will it be ready ? Thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@goo

Re: [tw] New TW5

2013-07-11 Thread Philippe De Feularde
h the first full > release later in the year. It's at the point where it's practical for > cautious, exploratory usage. > > Best wishes > > Jeremy > > > On Wed, Jul 10, 2013 at 6:38 AM, Philippe de Feularde < > weddingsc...@gmail.com > wrote:

[tw] Re: Linking to tiddlers from hotspot on image

2013-07-14 Thread Philippe de Feularde
Hello, can we link to other files instead of tiddlers ? - eg google.com, how can this be done ? Thanks Philippe On Saturday, May 9, 2009 5:26:55 PM UTC+8, Mark wrote: > Hello All. I have a business process flow diagram (flash swf) with 10 > or so hotpots on it that I'd like to open a sp

[tw] link to a tiddler

2013-08-13 Thread Philippe De Feularde
Hi Hopefully someone can answer my question, Is there a way to say have a picture and have a link direct to a tiddler ? Thanks Philippe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rec

[tw] linking to a tiddler via an image

2013-08-28 Thread Philippe De Feularde
Is it possible to link from an image (hotspot) to a tiddler page ? Thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com.

[tw] Re: linking to a tiddler via an image

2013-08-28 Thread Philippe De Feularde
if this would be a possibility. Could it be //filename/filemane/TW?? Regards Philippe On Wednesday, August 28, 2013 3:18:08 PM UTC+8, Philippe De Feularde wrote: > > Is it possible to link from an image (hotspot) to a tiddler page ? > > Thanks > -- You received this message

[tw] Re: linking to a tiddler via an image

2013-08-29 Thread Philippe De Feularde
Hi Tobias, The iframe makes my life easier - I have a 800 x 800 px image with a list of links to various folders and files.. Don't have to use an iframe. - Another Q, could you email a tiddler page with a link to a page - so when its clicked TW opens up with the relevant page ? Regards Philip

[tw] Re: linking to a tiddler via an image

2013-09-01 Thread Philippe De Feularde
Thank you for reply I will try that out Regards Philippe On Thursday, August 29, 2013 3:39:22 PM UTC+8, Tobias Beer wrote: > > > The iframe makes my life easier - I have a 800 x 800 px image with a list >> of links to various folders and files.. Don't have to use an iframe. - >> Another Q,

[tw] Re: linking to a tiddler via an image

2013-09-01 Thread Philippe De Feularde
Should have tried it out before I posted but yes that's perfect thanks On Monday, September 2, 2013 8:46:30 AM UTC+8, Philippe De Feularde wrote: > > Thank you for reply > > I will try that out > > Regards > > Philippe > > On Thursday, August 29, 2013