[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread PMario
On Jun 26, 6:20 am, HansBKK hans...@gmail.com wrote: On Sunday, June 26, 2011 10:37:14 AM UTC+7, Eric Shulman wrote: config.options[txtMainTab]=Shadowed; Aha, very good to know, thanks, so sliders are the way to go? So I'm guessing (when optimizing for performance) the best practice would

[tw] Re: The number in the AllTags macro

2011-06-26 Thread Eric Shulman
You know the number in parentheses that appears after the tags in AllTags? I'd like to know the way to get just that number as a macro, with or without parentheses, but without the tag name to the left of it. Is there a way to do that? Put this code into a tiddler tagged with

[tw] Re: Cloning a wiki with its plugins, settings, etc, but without the content

2011-06-26 Thread Måns
Hi Dani How can I clone my wiki with all the technical stuff inside (plugins, settings, etc ), but without the content? Eric (tiddlytools.com) has made two plugins which output optional content from an already existing TW: SaveAsPlugin: http://www.tiddlytools.com/#SaveAsPlugin

[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread HansBKK
Well tabs are the standard interface already, so the issue must be which one is open - it re-renders with every page refresh? So having this in my zzConfig: config.options[txtMainTab]=More; config.options[txtMoreTab]=Shadowed; would take care of the standard tabset each startup? --

[tw] Re: Cloning a wiki with its plugins, settings, etc, but without the content

2011-06-26 Thread HansBKK
Correct me if I'm wrong, but you'd still need to have your content tiddlers tagged separately from the system ones to use with the filter option unless you were going to select them all manually. . .* * -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread Eric Shulman
So having this in my zzConfig:     config.options[txtMainTab]=More;     config.options[txtMoreTab]=Shadowed; would take care of the standard tabset each startup? Yes. Those *two* lines are needed to set the sidebar tabs to Shadowed on startup. -e -- You received this message because you

[tw] Re: Cloning a wiki with its plugins, settings, etc, but without the content

2011-06-26 Thread Måns
Hi HansBKK Correct me if I'm wrong, but you'd still need to have your content tiddlers tagged separately from the system ones to use with the filter option unless you were going to select them all manually. . .* I would tag all changed shadowtiddlers, plugins, systemThemes etc. with a unique

[tw] Re: The number in the AllTags macro

2011-06-26 Thread Dave Gifford - http://www.giffmex.org/
Thanks for the rescue, Eric! That is exactly what I needed! Dave -- 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

[tw] Passing Named Parameters to a Macro

2011-06-26 Thread Scott Simmons
Hi, all — Can anyone tell me how to pass named parameters into a macro and use them to define variables? What I'm looking to do is define a macro like so: macroName parameter1:value1 parameter2:value2 parameter3:value3 And then use that values in my macro, as JS variables. I've tried:

[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread Måns
Here's a nice video where Eric, Jeremy and a few other TiddlyWikiWizards discuss the matter: http://blip.tv/play/gtQ9ve0vAg Cheers Måns Mårtensson On 26 Jun., 14:13, Eric Shulman elsdes...@gmail.com wrote: So having this in my zzConfig:     config.options[txtMainTab]=More;    

[tw] Re: ViewTemplate relying on DataTiddler or custom-fields

2011-06-26 Thread PMario
Hi Trey, I sent a pull request [1] to Simon. Also TagglyTagging is affected, if you use the TW alpha version. The second link [2] shows the differences. red = removed, green = new. have fun! -m [1] https://github.com/simonbaird/MPTW/pull/7 [2] https://github.com/simonbaird/MPTW/pull/7/files --

[tw] FireFox5

2011-06-26 Thread skye riquelme
Hi All Anyone having trouble after actualizing to Firefox5? For me importTiddlers is not working when the source TW is in a different folder .. can´t synchronize tiddlers with original...get message that f.adaptor.putTiddler is not a function? Any Ideas? Skye -- You received this

[tw] Re: Cloning a wiki with its plugins, settings, etc, but without the content

2011-06-26 Thread HansBKK
Thanks Mans, that's exactly what I use my .meta tag for. Since my base is usually an already well-populated and tweaked flavor of TW, like MPTW or more recently TWT-Treeview, I tag all those tiddlers .system. Then I use .content for everything I would want to strip out if I were saving an

Re: [tw] FireFox5

2011-06-26 Thread Paul
On 6/26/2011 9:17 AM, skye riquelme wrote: Hi All Anyone having trouble after actualizing to Firefox5? For me importTiddlers is not working when the source TW is in a different folder .. can´t synchronize tiddlers with original...get message that f.adaptor.putTiddler is not a function?

[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread HansBKK
Wow! May I ask if there is a Tiddlywiki reference site that points to stuff like this, built-in macro docs etc, indexed by topic? I may have had trouble finding it via Google if it's maintained in a TW. . . -- You received this message because you are subscribed to the Google Groups

[tw] Re: Passing Named Parameters to a Macro

2011-06-26 Thread Eric Shulman
Can anyone tell me how to pass named parameters into a macro and use them to define variables?  What I'm looking to do is define a macro like so: macroName parameter1:value1 parameter2:value2 parameter3:value3 And then use that values in my macro, as JS variables. var variable1 =

[tw] Re: Passing Named Parameters to a Macro

2011-06-26 Thread HansBKK
Sorry if this is off-topic, but I asked here https://groups.google.com/forum/#!topic/tiddlywiki/nedSdsCE4eo and didn't get a response - feel free to respond there rather than here if that's appropriate. . . How can I pass in the title of the current tiddler to a macro? And would this be the

[tw] Re: FireFox5

2011-06-26 Thread skye riquelme
Hi Again Manshow did you go back to FF4...cant find a download for it anymore? Thanks Skye On Jun 26, 2:51 pm, Paul ptru...@gmail.com wrote: On 6/26/2011 9:17 AM, skye riquelme wrote: Hi All Anyone having trouble after actualizing to Firefox5? For me importTiddlers is not working

[tw] Re: Passing Named Parameters to a Macro

2011-06-26 Thread PMario
Hi Scott, I made some helloWorld examples. In addition to Erics info it may be of use. From some to many params :) http://helloworld.tiddlyspace.com/#HelloWorldButtonPlugin http://helloworld.tiddlyspace.com/#HelloWorldNamedParamsPlugin

[tw] Re: FireFox5

2011-06-26 Thread Måns
Hi Skye I'm using PuppyLinux (my own breed: http://tw-os.tiddlyspace.com)- so I simply revert back to an earlier version of my system by copying files from my shadowed systemfiles... I guess you can do something similar in Windows.. - or you can download and use firefox ver 4 as a portable app

[tw] Re: New Users: Disable sidebarTabs for major speed boost

2011-06-26 Thread PMario
http://twhelp.tiddlyspot.com/ On Jun 26, 7:56 pm, HansBKK hans...@gmail.com wrote: Wow! May I ask if there is a Tiddlywiki reference site that points to stuff like this, built-in macro docs etc, indexed by topic? I may have had trouble finding it via Google if it's maintained in a TW. . . --

[tw] Re: ViewTemplate relying on DataTiddler or custom-fields

2011-06-26 Thread Trey
Cool, thanks, I don't not no nothin' about github. On Jun 26, 11:20 am, PMario pmari...@gmail.com wrote: Hi Trey, I sent a pull request [1] to Simon. Also TagglyTagging is affected, if you use the TW alpha version. The second link [2] shows the differences. red = removed, green = new. have

[tw] SwitchThemes with Multiple Stylesheets / Theme

2011-06-26 Thread Trey
I'm using SwitchThemesPlugin (as always, by Mr. Shulman) and I would like to define a base stylesheet, and then override / add to it with custom definitions in the systemTheme-tagged tiddler. It appears Eric is doing this on TiddlyTools.com but I can't figure it out. Perhaps it's another Alpha

Re: [tw] Re: ViewTemplate relying on DataTiddler or custom-fields

2011-06-26 Thread Simon Baird
Thanks PMario, Will merge and do an updated release tonight. Simon. On Mon, Jun 27, 2011 at 1:20 AM, PMario pmari...@gmail.com wrote: Hi Trey, I sent a pull request [1] to Simon. Also TagglyTagging is affected, if you use the TW alpha version. The second link [2] shows the differences. red

[tw] Re: FireFox5

2011-06-26 Thread skye riquelme
Thanks Mans I finally found a FF4 installationenglish ! but I can live with that and yes...same story...went back to FF4 and now UploadPlugin is working again!! And they say they aren´t going to maintain FF4hope the TW find a way to get TW work with FF5!! Thanks Skye On Jun

Re: [tw] Re: FireFox5

2011-06-26 Thread Eric Weir
On Jun 26, 2011, at 7:05 PM, skye riquelme wrote: And they say they aren´t going to maintain FF4hope the TW find a way to get TW work with FF5!! It would be too much to hope that TW would find a way to work with Safari, e.g., ImportTiddlerPlugin and the absence of a file picker being

Re: [tw] Re: FireFox5

2011-06-26 Thread Eric Weir
On Jun 26, 2011, at 8:07 PM, Eric Weir wrote: TW would find a way to work with Safari Shoulda been that TW would find a way to get TW to work with Safari. -- Eric Weir Decatur, GA USA eew...@bellsouth.net

Re: [tw] Re: Cloning a wiki with its plugins, settings, etc, but without the content

2011-06-26 Thread Dani Zobin
Thanks guys, This all makes sense, and thank you for pointing me to the plugins by Eric. Will use this as I have some time to mess with my new wiki On Sun, Jun 26, 2011 at 8:50 PM, HansBKK hans...@gmail.com wrote: Thanks Mans, that's exactly what I use my .meta tag for. Since my base is