[tw] Re: position Search in basics.html form TiddlyTools

2010-03-24 Thread Ken
fantastic ! On 22 mrt, 20:10, Måns wrote: > Oh yes... > Open the tiddler siteNav - delete/cut everything which includes the > <>-macro > "{{small{ > Goto/Search: > {{transparent{<         inputstyle:"width:100%;font-size:100%;border:2px inset #999;" >         liststyle:"font-size:100%;" >        

[tw] Re: Auto-highlight MainMenu items opened

2010-03-24 Thread Tobias Beer
Hi Claudio, I guess, you will likely need a plugin that either... 1) Hijacks loading & closing of tiddlers, to check if a tiddlylink to the one that is being opened or closed exists in a certain container (e.g. the mainMenu) or several containers (like footers, topmenus, etc.) ...to then be able

[tw] Re: Auto-highlight MainMenu items opened

2010-03-24 Thread Måns
Hi Claudio and Tobias Tobias has made Vertical Tabs: http://verticaltabs.tiddlyspot.com/ To me it seems that it does pretty much what you are asking for :-) Regards Måns Mårtensson On 24 Mar., 10:58, Tobias Beer wrote: > Hi Claudio, > > I guess, you will likely need a plugin that either... > >

[tw] Generate an RSS Feed (chkgenerateanrssfeed)

2010-03-24 Thread Craig in Calgary
1. Why is "chkgenerateanrssfeed: true" for the TiddlySpot instance of my TW but when I download a local copy it is false? 2. I haven't found any TWs that set "chkgenerateanrssfeed: true" so others can monitor their TW. Why not? Particularly for TWs that are home to the master copy of plugins? I set

[tw] Re: SectionLinksPlugin error

2010-03-24 Thread overett1
The solution seems to be to amend the following line i nthe 'sectionTOC macro' part of the plugin: var link='[['+txt+'|##'+txt+']]'; to read: var link='[['+txt+'|##'+encodeURI(txt)+']]'; -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post t

[tw] More Portugues problems

2010-03-24 Thread skye riquelme
Hi All Just a quick report. As previously mentioned, using Erics SaveAsPlugin.and then reading the file with LoadTiddlersPlugin (Eric) does not work on Tuesdays..when you work in portugues..the character "ç" that exists in the portugues word for tuesday...throws an error in LoadTiddler

[tw] Importing text files?

2010-03-24 Thread ihtiyac
Hi I am trying to figure out a way to import hundreds of small text files into TiddlyWiki. I have tried 2 plugins one from http://tiddlyvault.tiddlyspot.com/, one from tiddlytools.com and none of them worked for me. When I drag and drop FF ends up opening a new page with the text file so the focu

[tw] Re: ANN: TagsplorerMacro released

2010-03-24 Thread Mike
I feel like I cheated. . . I was having problems adding a parameter (and not messing up the tags parameter) so I opted for a configuration cookie. . . http://www.strm.us/tw/examples_twgg/tagsplorer.h1 Let me know if this is a taboo solution. (might also be a solution for adding sort order options,

[tw] Re: ANN: TagsplorerMacro released

2010-03-24 Thread Mike
passingby, I think the default usage may still be a little confusing, the macro by itself returns all tiddlers, by clicking new (+) you add a filter from the dropdown which then shows only tiddlers with that tag, adding additional filters continues to reduce the tiddler list. the demo shows the ma

Re: [tw] Re: As far as I can tell; a NEW and MAJOR application for TW

2010-03-24 Thread Anthony Muscio
Vincent et al; I think you put the requirements rather well. As an interested, but lay Author this subject is of some interest to me. One of the things I enjoy doing, and hope I could demonstrate is an ability to conceptualise and generalise. This is a big part of tiddlywiki's current strength usi

Re: [tw] forEachTiddler where date between today and one week ago

2010-03-24 Thread Anthony Muscio
Geert, Others can answer this question precisely but a quick alternative is the http://www.TiddlyTools.com/#RecentChangesPlugin <> which presents a drop down list as asked and from there you can goto/edit/preview. Regards Tony TonyM If you have

Re: [tw] Importing text files?

2010-03-24 Thread Anthony Muscio
You say where you found the plugins but not which ones you tried. It is thus a little difficult to know exactly what you are after. http://www.TiddlyTools.com/#QuickEditPluginhas an Insert/Browse for file you can use to import a file at a time into the

[tw] Re: Importing text files?

2010-03-24 Thread ihtiyac
Hi Thanks for the reply I will check out your suggestions. Basically I have 800+ small text files that I want import into TW. As you can imagine this can be a daunting task if I need to it manually or near manually. -- You received this message because you are subscribed to the Google Groups "

[tw] Re: Importing text files?

2010-03-24 Thread Mark S.
Hi, What version of Firefox are you running? And what version of the FileDropPlugin ? FF 3.6 needs FileDropPlugin 2.1.4 for file dropping to work. Also, if you haven't already done it, signed.applets.codebase_principal_support in the about:config dialog needs to be set to true. Mark On Mar 24,

[tw] using a macro within the tabs macro

2010-03-24 Thread Saverio
I would like to use the tabs macro as follows: <> "tab2 label" "tab2 tooltip" "tiddler2" >> Based on what seemed a promising discussion (http://groups.google.com/ group/tiddlywiki/browse_thread/thread/5aa73a7941df3cf0/ d4f2ed179997e962?lnk=gst&q=tabs+macro#d4f2ed179997e962) [though the request

Re: [tw] Re: Importing text files?

2010-03-24 Thread Anthony Muscio
You could use in windows a batch like the following; echo >Output.csv for %%A in (File*.txt) DO CALL :Make %%A goto end :Make Echo "%1",##>>Output.csv type "%1">>Output.csv :end Which will append all the files named files*.txt together into output.csv. Then use a good replace command/editor to ch

Re: [tw] using a macro within the tabs macro

2010-03-24 Thread Anthony Muscio
Try the http://tiddlywiki.abego-software.de/#PartTiddlerPlugin plugin. In a tiddler called "Mode", you can define parts later in your tiddler but reference them in your tabs. Any macros you want eg <> <> <> This expands the ability to have complex content in your tabs from a single (or

[tw] ShowPopup inside FET?

2010-03-24 Thread skye riquelme
Hi All Is something like this possible? <"+">\n"' >> Thanks Skye -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubsc

[tw] Re: Importing text files?

2010-03-24 Thread ihtiyac
On Mar 24, 11:05 pm, "Mark S." wrote: > Hi, > > What version of Firefox are you running? And what version of the > FileDropPlugin ? FF 3.6 needs FileDropPlugin 2.1.4 for file dropping > to work. Also, if you haven't already done it, > signed.applets.codebase_principal_support in the about:config d