On Tuesday, December 6, 2016 at 7:56:02 PM UTC+1, leeand00 wrote:
>
> It is possible to use a single request to pull the wiki text of more than 
> one tiddler?
>
> for example using a request like: 
> http://host/recipes/default/tiddlers/{tidname}
>

For TiddlySpace eg: 

http://tiddlyspace.com/recipes/asdf_public/tiddlers.txt .. gives you the 
name of the tiddlers in the recipe. A recipe can contain several bags
http://tiddlyspace.com/recipes/asdf_public/tiddlers.json ... gives you the 
"naked" tiddlers. .. NO text so just meta data and no content
http://tiddlyspace.com/recipes/asdf_public/tiddlers.json?fat=1 ... same as 
naked, but with content. 
http://tiddlyspace.com/recipes/asdf_public/tiddlers.wiki .. returns the TW. 

http://tiddlyspace.com/recipes/asdf_public/tiddlers.json?select=tag:test .. 
will return one tiddler, that I just created
http://tiddlyspace.com/recipes/asdf_public/tiddlers.json?select=tag:hugo .. 
will return no tiddler, because there is no tag: hugo :)

http://tiddlyspace.com/recipes/asdf_public.txt ... will list the bags, that 
are used to build the recipe. So you can be more specific eg:
http://tiddlyspace.com/bags/system/tiddlers.txt ... will retur all tiddler 
names, in the /bags/system/  bag. ... 

also see: https://tank.peermore.com/tanks/tweb-filters/index and 
https://tank.peermore.com/tanks/tweb-filters/select

So you'll have to be a bit more specific, what you want to achieve? There 
are many possibilities. 

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb32a45f-2911-4a6e-91e4-9bd3cfff71c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to