[tw] Re: Rename Macro (Script)

2010-04-11 Thread PMario
Hi Mike, Can you describe, what you want it to do? -m On Apr 10, 11:19 pm, Mike eris...@gmail.com wrote: Not Working. . . newReminderscript         place.firstChild.title=newReminder form; //      place.firstChild.macroName=newReminder form; place.lastChild.style.fontSize=1%; /script

[tw] Re: Another question regarding ToggleTiddlerTags

2010-04-11 Thread whatever
In the interest of providing a complete solution, I also changed var show=config.options.chkHideTiddlerTags?'none':'inline'; to var show=config.options.chkHideTiddlerTags?'inline':'none'; because the tags are hidden by default. This way when you first click on the tags button, the first action is

[tw] Re: List tags by how many tiddlers *and subtiddlers* they've got

2010-04-11 Thread PMario
Hi, May be TagglyTagging from MPTW [1] would be of interest. The footer contains the tagged as information. May be Group or SiteMap could do your job. The structure there is not very deep. You can have a look at my FreeStyle TW [2] where the MainMenu generates a bigger list. regards Mario [1]

[tw] Re: Rename Macro (Script)

2010-04-11 Thread Mike
Sorry, place.firstChild.macroName=newReminder form; - I was hoping to change the display name of the macro (from New Reminder to remind ect.) place.firstChild.title=newReminder form; - change mouse over (working) place.lastChild.style.fontSize=1%; - I am playing with the form inside the slider

[tw] Re: Rename Macro (Script)

2010-04-11 Thread Mike
Arghh. . . (both below working) newReminderscriptplace.firstChild.firstChild.data =WtF;place.firstChild.title=WtF Hover;/script newJournalscriptplace.lastChild.firstChild.data =WoW;place.lastChild.title=WoW Hover;/script Code gently borrowed from HoverMenuPlugin (renameButton macro) Now just to

[tw] Re: accessing pdf via an iFrame causes Firefox to crash - TW in TiddlyWeb

2010-04-11 Thread dickon
Thanks all of you - suspect it may be a firefox add on problem. will have a further fiddle around. I need it to be pretty reliable as therapists are not very tolerant of IT glitches - in their computers, at least! Dickon On Apr 10, 8:04 pm, Måns humam...@gmail.com wrote: I've also opened it

[tw] Re: List tags by how many tiddlers *and subtiddlers* they've got

2010-04-11 Thread Tobias Beer
I'd think that your solution has a lot of potential to result in eternal loops, as it doesn't exclude tiddlers that have already been taken into account. I guess you'd want some overarching array (passed down as a variable?) to store all those tiddlers that have already been TaggedTiddlers to any

[tw] Creating a website layout using TW

2010-04-11 Thread Claudio
Hi All, Want to create a website that looks like: http://gernetic.com.au/ Wonder how best to create the navigation menu and the part just below the menu, which are composed of blocks. Thanks! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To