I'm new on Tiddlywiki 5. I try to use the tablesorter.js in a tiddler and was trying to use the InlineJavascripPlugin for that. To test I followed the demo.js of Eric Shulman, but there is no output. It seems nothing is loaded. I tagged the plugin as systemConfig. Is this correct? Thanks for your Help Jspara
Asked
Active
Viewed 511 times
0
-
Can you show what you have tried? – bowlturner Jul 23 '15 at 21:51
-
1) 2) The Plugin I copied and named it InlineJavascriptPlugin systemConfig version.extensions.InlineJavascriptPlugin= {major: 1, minor: 9, revision: 6, date: new Date(2010,12,15)}; lookaheadMatch[0].length; } } } ) – JSpara Jul 26 '15 at 09:07
-
Then I created a tiddler LoadScripts containing – JSpara Jul 26 '15 at 09:09
1 Answers
0
TiddlyWiki5 is a modern, completely rewritten version of TiddlyWiki and the old version (prior 5.0) is referred to as "TiddlyWiki Classic". Plugins like the InlineJavascriptPluginInfo were written for TiddlyWiki Classic and are incompatible with TiddlyWiki5.

Felix K.
- 14,171
- 9
- 58
- 72
-
thanks very much. So it's clear it can' work. Have to look for another possibilty – JSpara Jul 28 '15 at 19:51