> Maybe someone can help me. I am looking for a tool which reads in all > the tiddlywiki javascript files and automatically creates a list of > variables, functions etc. (preferably as browsable cross-linked > html). I think javadoc does something similar for java.
This kinda thing is generally tricky for a dynamic language like JavaScript. However, I believe there are some IDEs out there which might provide (you probably wanna use the externalized core* for that) this sort of overview. Never having used any of them though, I can't recommend anything (names that come to mind right now are NetBeans and Aptana Studio - YMMV). -- F. * http://tiddlywiki.com/alpha/twcore.js -- 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.
