On Feb 9, 5:09 pm, chris.d...@gmail.com wrote: > https://github.com/cdent/tw5ikifier > > Doesn't currently work as I've not yet updated the code to reflect > the new dependency handling. > > Will report on how they feel once I do.
I have it working. Initially it was a bit of a pain as I needed to account non-existent keys. It _might_ (but I'm not sure) be useful to make the returned object have default empty values. In any case once I can that going and worked out how to effectively deal with the usual asynch whooha things seemed pretty okay. Couple of things noticed: * For now include and link mean the same thing to me as there's no way in TiddlyWeb to get a single tiddler without it's text, only with a collection. Changing this has been discussed in the past, so it might be time. * When rendering a tiddler that uses the <<tiddler>> macro, whereas tiddler links in the outer tiddler are properly managed for resolution or missing, links in the inner tiddler are not. For example if both the inner and outer tiddler's reference "TiddlySpace" (and TiddlySpace exists in the context), then the outer tiddler will class the link "tw- tiddlylink-resolves" but the inner will class it "tw-tiddlylink- missing'. Is that something my code gets wrong, or something deeper? Still no clear picture on performace. At the moment the vast majority of time is spent satisfying the require statements, which is why my code moves all of those outside the Store constructor. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.com. To unsubscribe from this group, send email to tiddlywikidev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.