> > config.shadowTiddlers.DocumentInfo = out; > > story.displayTiddler(null,'DocumentInfo'); > > I'm not sure I know how to do that with a script doesn't that require > systemConfig, at any rate I don't know where to start.
You use those two lines in place of "return out" in the inline/ bookmarklet script! > Also I don't know why the last line of the data falls outside the > table. Here's the final script, can you see what's happening? You are missing a newline at the end of the output. In any event, here's a brand new TiddlyTools 'instant bookmarklet' that does what you are trying to achieve: http://www.TiddlyTools.com/#ShowPluginInfo enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWikiDev?hl=en -~----------~----~----~----~------~----~------~--~---
