As @*bourgeoa <https://github.com/bourgeoa>* said,
when I load the skinnytiddlers without the tags these are not loaded > through the load tiddler function. > > It was in the specific test where I used an index file containing only the > title. I do not change anything to the toddler they remained with all there > fields. > The skinnytiddlers loaded the list of tiddlers as having no tags. Quite > normal. Then I manually select and load a tiddler that has tags. > These tags did not show in the tiddlywiki, neither in the tiddler nor in > the tag list. > > I did not further explore and decided that skinnytiddlers needed all > tiddlerfields except the *text* field. > As I do not load all tiddlers at startup but only on demand, I keep an > index file for performance. > 在 2019年5月4日星期六 UTC+8下午8:09:38,LinOnetwo写道: > Sorry I've just found that this forum is based on email, so I update it > here: > > --- > > We are quite not sure about this > > > https://github.com/bourgeoa/tiddlywiki-node-solid-server/issues/5#issuecomment-489087397 > > Guessed from the doc: > > If an adaptor does implement it, then every 60s (this function get called, > by default) > if there are any changes from other devices to TiddlyWiki store, > then the modified field will change. > So TiddlyWiki on this device will know it's changed...then trigger > loadTiddler() for it. > > > I'll need to keep an index file storing a list of all tiddler's > tiddlerfields (only without their text field), and each time > getSkinnyTiddlers() get called, I GET this file and return it. This is > expensive on SoLiD backend. > > So if i've guessed right, I can only return a list of title field and > modified field, then TiddlyWiki will have enough information to decide > whether to trigger loadTiddler(). > Am I right? > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywikidev. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/d28c1e37-d302-49cf-b1e5-2c68656309f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
