[twdev] Re: skinny tiddlers

2009-02-02 Thread FND
> The problem here is that many functions (whether core or third party) > access tiddler properties directly rather than through a well-defined > interface, which means we can't intercept that access. Actually. we might. While reading an article explaining how accessors are mostly unnecessary

[twdev] Re: skinny tiddlers

2009-02-02 Thread FND
> The problem here is that many functions (whether core or third party) > access tiddler properties directly rather than through a well-defined > interface, which means we can't intercept that access. Actually. we might. While reading an article explaining how accessors are basically unnecessa

[twdev] Re: skinny tiddlers

2008-12-05 Thread FND
> For those interested I have made a demo available of skinny tiddlers > which uses an import from the tiddlywiki.org site. In this process, Simon has discovered that transclusion is problematic - especially when used in a style sheet. So we might also have to hijack ge

[twdev] Re: skinny tiddlers

2008-12-05 Thread simon mcmanus
For those interested I have made a demo available of skinny tiddlers which uses an import from the tiddlywiki.org site. http://latest.simonmcmanus.com/skinny We still have many issues to sort out but you can see the skinny tiddlers being loaded lazily. If you have any questions/comments please l

[twdev] Re: skinny tiddlers

2008-12-04 Thread simon mcmanus
I have moved the skinnyTiddlers code into a ccTiddly serverside plugin. If anyone is looking for the latest code it can be found at : http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/plugins/SkinnyTiddlers/ Its still very much a work in progress but I hope to make the examp

[twdev] Re: skinny tiddlers

2008-12-04 Thread FND
> So we're loading tiddler contents on demand - in contrast to loading > entire tiddlers on demand, which has even more complex implications. We've come up with an concept: #1 load document (including the essential tiddlers mentioned before) #2 on load, fire off an XHR to retrieve all tiddlers i