[tw] Questions for Eric about ToggleSliders script

2009-10-03 Thread cmari
Hi Eric, I had been using an ExpandSliders script that I recently noticed is no longer in tiddlytools. It looked as though ToggleSliders is what I should be using instead, so I made the switch, but I wondered about one thing: In the Usage and Example that appears (between triple brackets) in the

[tw] Re: Questions for Eric about ToggleSliders script

2009-10-03 Thread Eric Shulman
I had been using an ExpandSliders script that I recently noticed is no longer in tiddlytools.  It looked as though ToggleSliders is what I should be using instead, so I made the switch, ExpandSlidersScript was re-written and renamed ToggleSliders, since it: A) actually toggles (expands or

[tw] auto prompt for editor sign-in / log-in plugin

2009-10-03 Thread Dave Parker
I can't seem to find that plugin that auto-prompts you to sign in on startup. I'm starting a multi-user TW and would like to keep track of who's doing what on the shared TW. I looked in tiddlyvault and the new plugin repository at http://plugins.tiddlywiki.org/plugins and at tiddlytools, but

[tw] Spreadsheets in TiddlyWiki

2009-10-03 Thread wolfgang
Dear Group, The first spreadsheet implementation in TiddlyWiki, MathCell written by Bradley Meck in March 2006 - though still able to solve simplest calculations and inline editing of TiddlyWiki tables (in combination of Eric's QuickEdit_convert [*] to toggle between table and csv syntax) - has

[tw] Re: auto prompt for editor sign-in / log-in plugin

2009-10-03 Thread Eric Shulman
new plugin repository at http://plugins.tiddlywiki.org/plugins and at tiddlytools, but I'm probably not using the right search terms... Does anyone remember what that's called and where I can get it?\ Searching TiddlyHub for username finds:

[tw] Re: auto prompt for editor sign-in / log-in plugin

2009-10-03 Thread cedardoc
thank you Eric, have a great weekend. On Oct 3, 12:32 pm, Eric Shulman elsdes...@gmail.com wrote: new plugin repository athttp://plugins.tiddlywiki.org/plugins and at tiddlytools, but I'm probably not using the right search terms... Does anyone remember what that's called and where I can

[tw] Re: Questions for Eric about ToggleSliders script

2009-10-03 Thread cmari
Thanks for the explanation (and sorry for suggesting in the original subject line that I had multiple questions - I really only had the one!). Obviously, part of my problem was that I thought I *was* testing a minimal case before I sent my question: I tested what happened when I removed the

[tw] Re: Vision of a Twee-powered TiddlyWiki (Hypertext storyengine) - four in one...

2009-10-03 Thread Chris Klimas
To help explain things a little further, I developed two templates based on the TiddlyWiki source code for displaying hypertext stories. One is called Sugarcane, the other Jonah. These only have the relevant parts of the TW API included, are designed to be used in a read-only mode, and have some

[tw] Re: Questions for Eric about ToggleSliders script

2009-10-03 Thread Eric Shulman
After further investigation, I think my troubles are due to the fact that I was using ExpandSliders in transclusion. I can work around this, but if you do want to see examples of the way I had been using ExpandSliders, you can see them at: http://cmtest.tiddlyspot.com in the above document,

[tw] TaskTimerPlugin in MainMenu stop counting erraticly

2009-10-03 Thread julien23
Are they events that makes it stop ? (save, sync, import...) How can I have it to be reliable? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Vision of a Twee-powered TiddlyWiki (Hypertext storyengine) - four in one...

2009-10-03 Thread Måns
Hi Chris My idea of porting Twine to TiddlyWiki is a bit pretentious I know... (especially because I'm no programmer myself) You have made a very elegant and nice (crossplatform!!) gui in python, which works very well as it is now. My point is that TiddlyWiki seems to be able to do *almost* all

[tw] ToogleSlider - Must doing something wrong, or I am stupid

2009-10-03 Thread Tobbe
Hi, Eric, how does this ToogleSlider works? I have installed it and seen your examples and it works, but when I copy and paste those examples into MainMenu tiddler it doesn't. I see all the text + the buttons, like this: tiddler ToggleSliders with: here open all close all slider chkExample

[tw] Re: ToogleSlider - Must doing something wrong, or I am stupid

2009-10-03 Thread Tobbe
Hope you can see what I mean http://pici.se/pictures/FpKuJykxK.png On 3 Okt, 23:39, Tobbe torbjorn.tornqv...@gmail.com wrote: Hi, Eric, how does this ToogleSlider works? I have installed it and seen your examples and it works, but when I copy and paste those examples into MainMenu tiddler

[tw] Re: ToogleSlider - Must doing something wrong, or I am stupid

2009-10-03 Thread Eric Shulman
when I copy and paste those examples into MainMenu tiddler it doesn't I have updated the documentation to hopefully make it more clear which part of the example is the transclusion syntax, and which part is merely 'sample sliders' needed to demonstrate that usage. In this particular case,

[tw] Re: ToogleSlider - Must doing something wrong, or I am stupid

2009-10-03 Thread Eric Shulman
Hope you can see what I mean http://pici.se/pictures/FpKuJykxK.png Most often, incorrect results are caused by mis-understanding or mis- applying the syntax, rather than some genuine bug in the code. Although a screen image snapshot can be helpful, it is not always possible to figure out what

[tw] Re: ToogleSlider - Must doing something wrong, or I am stupid

2009-10-03 Thread Måns
Hi Tobbe ToggleSliders is a transclusion. It apparently takes the values of slices* from a tiddler and turns them into sliders. However the slider macro must know in which tiddler to find the slices, therefore you have to specify it - therefore the tiddlertitle must also be written into the

[tw] Trying to use Echo-comments with permalink...

2009-10-03 Thread Måns
Hi TwWizards I'm trying to setup a TW with Echo's comments online. It works - but it doesn't distinguish between tiddlers (permalinkwise) - therefore I get the same comments for all tiddlers.. I've written this into a tiddler called Comments : html div class=js-kit-comments permalink=/div /html

[tw] Re: Trying to use Echo-comments with permalink...

2009-10-03 Thread Måns
Btw config.options.chkSinglePagePermalink= true; Doesn't seem to work in Google Chrome as it does in FF How do I make it work? YS Måns Mårtensson On 4 Okt., 01:26, Måns humam...@gmail.com wrote: Hi TwWizards I'm trying to setup a TW with Echo's comments online. It works - but it doesn't

[tw] Re: request for a chapbookclone in tiddlywiki

2009-10-03 Thread Tobias
background-position:5px left; or ul.accordion li {background: url([[book.png]]) left no-repeat;; background-position:5px left;} ul.accordion li.accordion-active {background: url([[bookopen.png]]) left no-repeat; background-position:top left;} ul.accordion li li {background:none;}