[tw] Re: 'Transcluded in' function, like 'references' - is there a

2009-07-13 Thread Eric Shulman
> 'Referneces' in the toolbar shows what links to a tiddler. I wondered > if there was a way of showing where a tiddler was transcluded to. Try this bit of 'pure' HTML: transcluded by enjoy, -e --~--~-~--~~~---~--~--

[tw] Re: 'Transcluded in' function, like 'references' - is there a

2009-07-13 Thread Mark S.
This is only barely what you want ... which is why I didn't bother to document it. But it may give a starting point to someone else with more interest in the outcome. Fetch TiddledTiddlersPlugin from http://marksbasement.tiddlyspot.com Then put <> in your tiddler, and it will create a list

[tw] Re: Announcing Tiddlywiki 2.5.2

2009-07-13 Thread Ken Girard
I think part of the problem with documentation is that the people who really understand it all are the folks who are busy creating new and fun stuff. And since that is the fun part, documentation gets pushed to the bottom of the pile. Plus half the time people are asking these really amazing quest

[tw] Re: Transcluding TableHighlight

2009-07-13 Thread Mike
@Alex, Yes I found this in the magical Javascript Missing Manual :D I am currently doing this via the view template method - because I was to lazy to add the line to every tiddler with a table :D I will definitely try the simplified code tips - thx ELS ! (beginning to learn JS - so I tend to tak

[tw] Re: Transcluding TableHighlight

2009-07-13 Thread Alex Hough
RE: A penny just dropped! I have a TW with <> in all the tiddlers. I knew there was a simple way. "Come in!", as the kids at Alsager Comprehensive School used to say. This is the kind of thing that should be saved. Its a valuable question with an excellent answer which goes further than answer

[tw] Re: Transcluding TableHighlight

2009-07-13 Thread Eric Shulman
> ... > (function($) { > $(document).ready(function( ) { >         $('table.sortable tbody tr').mouseover(function(){ ... >         }); >         $('table.sortable tbody tr').mouseout(function(){ ... >         })}); > })(jQuery); > It seems that the intent of your script is to use jQuery select

[tw] Re: Transcluding TableHighlight

2009-07-13 Thread Alex Hough
Hi Mike, This is how i would do this. 1) Create a tiddler for scripts, using script tags (e.g. tableScripts 2) replace "$" with "jQuery" - you need to tell TW that you are using jQuery. 3) put <> in the tiddler you want it to work in. If you want to make a systemConfig tiddler work, add the cod

[tw] Transcluding TableHighlight

2009-07-13 Thread Mike
Good Morning, I am transcluding the following script via the view template - would this work better via a plugin? **Requires InlineJavascriptPlugin ** /*Table Highlighting for Sortable TW Tables*/ /*add .evenRow {background-color: #333;} to StyleSheet for alternating table row color*/ (function

[tw] Re: Can't import with ImportTiddlersPlugin into 2.5.1 or 2.5.2

2009-07-13 Thread Morris Gray
On Jul 13, 5:25 am, Eric Shulman wrote: > Please try these plugin updates in your TW252 documents: >http://www.TiddlyTools.com/#ImportTiddlersPlugin(v4.5.1) >http://www.TiddlyTools.com/#LoadTiddlersPlugin(v3.7.1) I have tried ImportTiddlersPlugin(v4.5.1) in 2.5.2 and it works satisfacto

[tw] Typo - http://jquery.tiddlywiki.org/twStylesheet.html

2009-07-13 Thread Alex Hough
http://jquery.tiddlywiki.org/twStylesheet.html This jQuery plugin allows the applicationn there is one 'n' in application This jQuery plugin allows the application ALex -- http://www.multiurl.com/g/64 --~--~-~--~~~---~--~~ You received this message because y