[tw] Re: ForEachTiddler

2012-11-08 Thread whatever
Hey! You complicated stuff a little.:) Or I didn't explain well. Anyway, here's the code: < compareDate2) && (tiddler.modified < compareDate1)) return "* [[" + tiddler.title + "]] <\>\n"; else return "* [[" + tiddler.title + "]]\n"; }' write 'lastDays(tiddler)' >> w On 8 nov., 01:41, Philippe D

[tw] Re: ForEachTiddler and PartTiddlerPlugin

2012-11-08 Thread whatever
Hi! Yes, it's possible. <\> \n"'>> And if you want it to be a table: <\>| \n"' begin '"|Tiddler|Definition|h\n"'>> w On 7 nov., 23:46, amir wrote: > Hello all, > > I am trying to come up to a solution to the following problem: I have > tiddlers in which I have taken notes on my readings, and I

[tw] Re: ForEachTiddler

2012-11-08 Thread Philippe De Feularde
Hi and thank you all for your help - Its me not explaining very well so sorry. This is close but I want a different icon showing for the 30 day period and another icon showing for the 60 day mark so when listed it would either show an icon within the 30 day period or a different icon for the 60

[tw] Re: Tiddlywiki Du3 add existing tag option

2012-11-08 Thread PMario
* Open the right sidebar. * Open tab: indexes >> More >> Shadowed * open the tiddler named: EditTemplate It contains some content like the following where

[tw] Re: ForEachTiddler

2012-11-08 Thread whatever
Hi! Well, this code shows the icon for the whole period. If I understand correctly, you want two different icons for two different periods. Here's the code: < compareDate2) && (tiddler.modified < compareDate1)) return "* [[" + tiddler.title + "]] <\>\n"; else if (tiddler.modified > compareDate1)

Re: [tw] Re: Tiddlywiki Du3 add existing tag option

2012-11-08 Thread Thomas Schulte
Thanks! I'll try this. Dave monitors this group, I believe so he should pick this up. On Thu, Nov 8, 2012 at 3:29 AM, PMario wrote: > * Open the right sidebar. > * Open tab: indexes >> More >> Shadowed > * open the tiddler named: EditTemplate > > It contains some content like the following > >

[tw] Importing from 'Old' TW

2012-11-08 Thread mcc
Greetings all, I am having trouble importing the info from my 'older' TW to the latest and greatest. I have installed the Tiddlyfox ext and even went java preferencces to grant permission to TWs but to no avail. Are there any fixes to this type of problem? Matt -- You received this message b

[tw] Re: Importing from 'Old' TW

2012-11-08 Thread mcc
I should add that I am using FF 16.0.2 and Ubuntu 12.04. On Thursday, November 8, 2012 8:18:25 AM UTC-5, mcc wrote: > > Greetings all, > I am having trouble importing the info from my 'older' TW to the latest > and greatest. I have installed the Tiddlyfox ext and even went java > preferencces t

[tw] Local TiddlyWiki does not save

2012-11-08 Thread Alvin
I have an old file (v2.5.2) that I needed to modify, and it won't save. How do I fix this? Thank you. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/3l_l0Cg

[tw] Re: ToggleScrollingSidebars does not automatically refresh

2012-11-08 Thread Hugh Greene
On Monday, 22 March 2010 02:40:14 UTC, Saverio wrote: > > I am using Eric Shulman's > http://www.tiddlytools.com/#ToggleScrollingSidebars. > The toggle does not immediately take effect. It appears that I need > to open a tiddler before the new setting (either on or off) is > enforced. This is no

[tw] Re: ForEachTiddler and PartTiddlerPlugin

2012-11-08 Thread amir
Hello, Thanks for the reply, a preliminary test works :) I was hoping however to extract definitions only from tiddlers that contained one. At this point I have not tagged the tiddler with a 'definition' tag. For example, I will have a tiddler called "bacteria" and it will contain a definition

[tw] Re: ForEachTiddler and PartTiddlerPlugin

2012-11-08 Thread amir
Actually I figured it out, I used : where 'tiddler.text.contains("part definition")' and I have it working. Thanks, Amir On Thursday, November 8, 2012 1:15:19 PM UTC-5, amir wrote: > > Hello, > > Thanks for the reply, a preliminary test works :) > I was hoping however to extract de

[tw] Generating makros with the forEachTiddlerPlugin?

2012-11-08 Thread Jan Johannpeter
Hello! I am trying to generate a list of Buttons to open storys with the open story plugin using the forEachTiddler Plugin This would have to be: <>\n"' Unfortunately some of the Characters I would need namely the MacroTags<< and interfere with the syntax of the forEachTiddlerPlugin itsel

[tw] Re: Generating makros with the forEachTiddlerPlugin?

2012-11-08 Thread PMario
On Nov 8, 10:40 pm, Jan Johannpeter wrote: >   ' "<>\n"' try ' "<"+">\n"' -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlywiki@googlegroups.com. To unsubscribe from this group, send email to tidd

Re: [tw] Re: Generating makros with the forEachTiddlerPlugin?

2012-11-08 Thread Jan Johannpeter
Thanks Mario, you're great! It works! Am 09.11.2012 01:58, schrieb PMario: On Nov 8, 10:40 pm, Jan Johannpeter wrote: ' "<>\n"' try ' "<"+">\n"' -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to