> * I want to edit and save my TiddlyWiki plugin in my preferred editor > * then I go to my browser hit reload and - bang - my plugin is loaded
As you probably know, the standard method is to use Cook (which basically just concatenates a bunch of files, both HTML and JavaScript, to create a TiddlyWiki document) - however, that compilation constitues an intermediate (if quick and painless) step, so you can't just reload the page in the browser. The alternative of including external content via a plugin is worth exploring - I haven't played with any of the options in quite a while, but this might be worth reviewing: http://tiddlywiki.org/wiki/Including_External_Content http://groups.google.com/group/TiddlyWiki/t/b602aa688c9fc2fa/ If you're using TiddlyWeb, you can use the devstore or a curl script - I sometimes use a script that periodically PUTs a given JavaScript file to the server as a systemConfig tiddler: http://gist.github.com/494323 -- F. -- 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.
