No activity today, make something!
tiddlyweb How can I GET many tiddlers at once

20160313160642 cdent  

There are times when you might wish to retrieve a collection of tiddlers, including all their metadata and text. TiddlyWeb supports doing this when retrieving the JSON representation of a collection of tiddlers. Compare the output of the following two URLs:

The first gets everything but the text of a tiddler. The second gets everything including the text.

For the time being the fat parameter only works with the JSON serialization.

See also: