> I'm hoping that "following the microkernel approach" means it will be > possible to cook a TiddlyWiki which doesn't include the local > filesystem saving, rather than having to add code to 'override' > redundant core code, as at present.
Yup, that's correct. With reference to the microkernelness, there's some trade-offs to be explored. The current code splits up the core into multiple distinct plugins, and so allows that kind of substitution of plugins, but we may want to save a few KBs by collapsing them into a single plugin for ordinary use. Cheers Jeremy -- Jeremy Ruston mailto:[email protected] http://www.tiddlywiki.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.
