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';}