> * 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
I seems you'd like the TiddlyWiki to load the plugin on demand during startup? That sounds like an interesting idea. An alternative is to use small bash script to cook the HTML file and reload the page, which on the Mac is "open index.html" for the default browser. So for vi that's :w^M:!!^M then ALT-TAB to the browser where the page is ready. This has the advantage that the development index.html is the same single file released with bundled the released plugin, demo data and tests. -- Paul (psd) http://blog.whatfettle.com -- 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.
