Re: mGSD Journals and projects

2011-02-03 Thread cmari
Hi, I have played around with views a bit and have a view that does something similar to what I think you're looking for. It uses the core tiddler macro and NestedSlidersPlugin (http:// tiddlytools.com/#NestedSlidersPlugin). Maybe if you took a look you'd be able to tweak it to fit your needs?

Re: mGSD Journals and projects

2011-02-03 Thread cmari
Hi again, I forgot to add: you could of course just use slider instead of the NestedSlidersPlugin. I just like the options for display offered by the plugin. In that case, the relevant line in the view would be: if (tid_length !=null) {showControl += 'slider \ntiddler [[%0]] \n/slider';}

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread Eric Shulman
The good thing about PartTiddlerPlugin is that the part can be visible or hidden. Plus, how do you hide a section? With /% %/? I tried this: tiddler .##Behind the scenes /%!Behind the scenes TEXT/% You can write: tiddler TiddlerTitle##sectionname/% !sectionname content !end %/ OR

[tw] Re: One more question about themes

2011-02-03 Thread PMario
On Feb 2, 9:14 pm, Yakov yakov.litvin.publi...@gmail.com wrote: It is known that the htmla href=javascript:; onclick=story.switchTheme(config.options.txtTheme)apply/a/html link reprocess the theme so that if the cookie value is changed, a new theme is applied. Now, how do I use OPTION and

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread whatever
Thanks for the explanation, Eric. Anyway, I'm already using your StyleSheetShortcuts :D. w On 3 feb., 09:45, Eric Shulman elsdes...@gmail.com wrote: The good thing about PartTiddlerPlugin is that the part can be visible or hidden. Plus, how do you hide a section? With /% %/? I tried this:

[tw] Re: TiddlerAliasPlugin issue with aliases with spaces

2011-02-03 Thread whatever
Interesting thing, however. I tried the third example: tiddler [[here##sectionname]]{{hidden{ !sectionname content !end }}} It displayed the content okay, but since I'm using the DcTableOfContentsPlugin, both sectionname and end get listed in the table of content. If I remove !end, then }}} is

Re: [tw] Re: TiddlyWiki Generator -- script to generate a TiddlyWiki type report -- is there any - ???

2011-02-03 Thread Jeremy Ruston
Indeed, generating TiddlyWiki files as a report format is pretty straightforward. The main gotcha is to observe the correct encoding rules: tiddlers are stored as DIV elements in the TiddlyWiki HTML file, and therefore their content needs to be HTML encoded, such that: * Convert to amp; *

[tw] CloseOtherTiddlers should be disabled when you do a search

2011-02-03 Thread Andreas
Hi. I'm using this nice build-in feature of TiddlyWiki, CloseOtherTiddlers to selectively show one page at a time. Pages (tiddlers) with this feature are those linked directly to the Main Menu. However, there is a drawback, when I want to search for a tiddler containing a text. Whenever I type

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
Jim Its fair to say that I use this to keep track of projects for professional work based issues, rather than personal projects. I originally used the text area of the project with text dates as a log, but it soon gets out of hand, is difficult to link to specific notes, difficult to quickly

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
I am making progress. In the tag dashboard I have discovered that ... div macro=mgtdList title:'Journals' tags:'Journal !Trash' view:DoneAction dontShowEmpty:yes sort:-title gView:bold

[tw] Re: CloseOtherTiddlers should be disabled when you do a search

2011-02-03 Thread PMario
Hi Andreas, The easiest way I can think of, is using the SimpleSearchPlugin [1]. It displays a list of found tiddlers. If you click a tiddler, you get your behaviour. There are other search plugins too. eg. GotoPlugin [2] which you can use instead of SimpleSearchPlugin. -m [1]

[tw] Error in macro tabs

2011-02-03 Thread AndrewMc
Hi All Below the Timeline listing of tiddlers (in the right-side tab) there is an error message that says Error in macro tabs. If I click on this error message, I get some more detail Error while executing macro tabs: InternalError: too much recursion My wiki is based on MPTW and is being

Re: mGSD Journals and projects

2011-02-03 Thread stuckagain
cmari This looks promising. Many thanks you are very kind. I hope to have time to work on this over the weekend. In the meantime, I can see I didn't really explain properly. I want a single slider around the entire list, not a slider for each tiddler that has text. This is because I almost

Re: [tw] Error in macro tabs

2011-02-03 Thread Jeremy Ruston
The too much recursion error implies that some JavaScript has got caught up in an infinite loop. This sort of thing can happen when one sets up inadvertant loops, like a tab containing a tab that contains the original tab. The fact that you're experiencing different behaviour on different browsers

[tw] Re: One more question about themes

2011-02-03 Thread Yakov
Aha, I see. Thanks PMario. Both are automatically aware of new Themes, if a tiddler is tagged systemTheme / systemPalette. The first thing is the automatic aggregation of existing tiddlers. Though both plugins don't provide the dropdown selector to select among *chosen* themes (not all the