[tw] How to implement pre-made scripts in tiddlywiki?

2013-11-18 Thread Michael Evans
I'm trying to implement jtab http://jtab.tardate.com/ in my wiki. It would be used on a good number of pages, so ideally, I want it to be includable in tiddlers as a plugin. It requires the libraries jquery, raphael, and the jtab script. All three can be found

[tw] Re: How to implement pre-made scripts in tiddlywiki?

2013-11-18 Thread Michael Evans
Brilliant. It works great. I would have never concatenated the two scripts or put the macro after the wrapper on my own. On Monday, November 18, 2013 8:07:36 PM UTC-5, Eric Shulman wrote: On Monday, November 18, 2013 3:22:49 PM UTC-8, Michael Evans wrote: I'm trying to implement jtab http

[tw] CSS Changing Tiddlylink Color Possible?

2014-07-12 Thread Michael Evans
Is there a way I can change the text color of certain internal tiddlylinks, the ones which appear like [[this]], with CSS? I have a wiki about a musician and their music, and it includes a discography. Each song is it's own article, and each includes a table of information. Some songs appear

[tw] Re: CSS Changing Tiddlylink Color Possible?

2014-07-12 Thread Michael Evans
It doesn't change the color for me. :( I'm doing: @@.example [[HelloThere]] @@ In my* $:/StyleSheet* I have .example { color:green; } Should I be using something different? On Saturday, July 12, 2014 1:44:00 PM UTC-4, Stephan Hradek wrote: Is this sufficient? @@.example [[HelloThere]]

[tw] Re: CSS Changing Tiddlylink Color Possible?

2014-07-12 Thread Michael Evans
Awesome. Thank you. On Saturday, July 12, 2014 2:40:42 PM UTC-4, Eric Shulman wrote: On Saturday, July 12, 2014 11:27:00 AM UTC-7, Michael Evans wrote: It doesn't change the color for me. :( I'm doing: @@.example [[HelloThere]] @@ In my* $:/StyleSheet* I have .example { color:green

[tw] Anchor tags recently creating unintentional tiddlers.

2014-09-11 Thread Michael Evans
I have a tiddler where thumbnail images can be clicked to produce a lightbox effect. Clicking the thumbnail expands the image to fill the screen, leaving the surrounding screen dimmed. Clicking again removes this. It was working great! But recently (after upgrading to the new version?) I have

[tw] Dynamic Modal Lightbox?

2014-09-14 Thread Michael Evans
Thanks to Dave Gifford's TW5 Mall, I learned about using tm-modal, which dims and blurs the screen and creates a modal overlay of a designated tiddler. In layman's terms, it's a built-in lightbox effect. I tweaked $:/core/modules/utils/dom/modal.js

Re: [tw] Dynamic Modal Lightbox?

2014-09-16 Thread Michael Evans
or alternatively this: lightBoxWithFixedTemplate http://www.picturesnew.com/media/images/3cc4cc5ef7.jpg; /Andreas Am 15.09.2014 01:16, schrieb Michael Evans: Thanks to Dave Gifford's TW5 Mall, I learned about using tm-modal, which dims and blurs the screen and creates a modal overlay

Re: [tw] Dynamic Modal Lightbox?

2014-09-18 Thread Michael Evans
it according to your own organizational preferences. Thanks again, Michael On Tuesday, September 16, 2014 11:22:47 PM UTC-4, Andreas Hahn wrote: Am 17.09.2014 02:43, schrieb Michael Evans: Is there a way for me to pass a caption to the ModalImage tiddler in addition to the image source? Hi