Interesting approach, will come handy for me in a few other places. But 
here it didn't fetch me the required results here. See, here we are 
recreting the list filter. The ideal workflow will be something like that 
of viewwidget
ie, <$view tiddler="About" format="urlencoded"/> only difference being that 
widget will fetch the text to encode from viewtemplate, not the edit 
template. The output will be

nformation%20about%20the%20making%20of%20TiddlyWiki%3A%0A%0A%20%20%20%
20Acknowledgements%0A%0A%20%20%20%20Contributors%0A%0A%20%20%20%20History%
20of%20TiddlyWiki%0A%0A%20%20%20%20Releases%0A%0A%20%20%20%20RoadMap%0A


The method given by mat will exclude the first line of text. I tried using 
the method by changing filter like [[About]get[text]] to no avail. 


On Tuesday, 27 December 2016 22:12:27 UTC+5:30, Mat wrote:
>
> Maybe:
>
> \define foo(t)
> <<makedatauri """$t$""" "text/plain">>
> \end
>
> <$list filter="[tag[About]]" variable="t">
> <$macrocall $name="foo" t=<<t>>/><br> 
> </$list>
>
> <:-)
>

-- 
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/bb62fe36-d10e-4d31-8eda-6de9322c889f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to