[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread whatever
Hey! The CSS should go to the Stylesheet. If you'll be doing a plugin, I suggest setting up your own shadow tiddler stylesheet like this: config.shadowTiddlers.ExpirationDateStylesheet = "/*{{{*/\n" + ".ExpirationButton {border: 1px solid black; margin: 0 10px;}\n" + ".ExpirationText {color: b

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread Antaeus Feldspar
Ton, Mario - thank you! Even knowing it was TWC code, it took me quite a while to get through the block I was having understanding the code. What finally changed was realizing that the part I was blocked on wasn't part of jQuery's syntax (which I've found quite hard to grasp). It was in fac

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread PMario
Hi, I did some videos, that describe, how to create TWC plugins. see: https://www.youtube.com/watch?v=J5tq5xv0FHU&list=PL19F78517CB1EDC08 Number 2 and 3 contain info, how TW plugins work. have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread Ton Gerner
Hi Antaeus, TW classic uses jQuery, as far as I know already a long time. Cheers, Ton On Friday, August 15, 2014 7:18:40 PM UTC+2, Antaeus Feldspar wrote: > > Ton - that one looks like it'll be very useful, though it's not the one > that I was looking for. > > I actually ran across that one e

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread Antaeus Feldspar
Ton - that one looks like it'll be very useful, though it's not the one that I was looking for. I actually ran across that one earlier, but I didn't realize it was applicable to TWC; it looked like it was TW5 - partly because of the look, and partly because it uses JQuery. Is jQuery now part

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread Antaeus Feldspar
Ton - that one looks like it'll be very useful, though it's not the one that I was looking for. I actually ran across that one earlier, but I didn't realize it was applicable to TWC; it looked like it was TW5 - partly because of the look, and partly because it uses JQuery. Is jQuery now part

[tw] Re: [TWC] Basic button plugin help?

2014-08-15 Thread Ton Gerner
Hi Antaeus, May be this one? http://helloworld.tiddlyspace.com/ Cheers, Ton On Friday, August 15, 2014 1:29:27 PM UTC+2, Antaeus Feldspar wrote: > > So, there used to be an excellent page on one of the guidance sites, I > think it was tiddlywiki.org, which showed two version of a "hello world