Agree, But Quality time is not enough always at tiddlywiki.com in some cases. I am currently learning to interogate json datatiddlers, and It seem so difficult with imperfect documentation. For example I want to select tiddlers to open from the HistoryList which is given as an example of using data tiddlers, but there seems insufficent info to learn how to list the tiddlers named in the history list.
Drives me crazy, But thanks for catching this one. Tony On Wednesday, 20 June 2018 12:57:57 UTC+10, Mark S. wrote: > > Yeah, it kind of slipped in there. I only learned about it a couple weeks > ago in this forum. > > It really pays to spend quality time with those release notes ... > > On Tuesday, June 19, 2018 at 6:53:10 PM UTC-7, TonyM wrote: >> >> Mark, >> >> Thanks, I did not realise there was filter operators for encoding/de >> coding. So now I can do the second encoding step with a reference to a >> variable (populated by the wikified macro call). >> >> It is so obvious "NOT", so thanks for your insight. >> >> tony >> >> >> On Wednesday, 20 June 2018 10:27:38 UTC+10, Mark S. wrote: >>> >>> This may or may not get you to where you want. Since <$view> requires a >>> field, you can only use it once. So I put it into macro, had the wikify >>> widget evaluate it, and then use that as input into the encodeuri operator. >>> >>> \define wikme() <$view tiddler="TestTiddler" format="htmlwikified"/> >>> >>> <$wikify name="wikid" text=<<wikme>>> >>> <$list filter="[<wikid>encodeuri[]]"/> >>> </$wikify> >>> >>> Probably all of this would be wrapped in a second or 3rd macro. >>> >>> Have fun! >>> -- Mark >>> >>> On Tuesday, June 19, 2018 at 4:03:05 PM UTC-7, TonyM wrote: >>>> >>>> Folks, >>>> >>>> I am working on a generic mailto macro link builder and have come >>>> across the following problem, while trying to ensure emails can be >>>> composed >>>> from existing text and tiddler content. >>>> >>>> >>>> - I can use <$view field=email-body format=htmlwikified/>> to >>>> wikify a field before urlencoding >>>> - I can use <$view field=email-body format=urlencoded/> to >>>> urlencode a field >>>> >>>> But I cant see how to feed the result of the first step into the second >>>> step so the result is both Wikified and urlencoded. >>>> >>>> >>>> - I want to avoid a button or other trigger widget (to gain access >>>> to an action widget to store the intermediate result) >>>> - The View widget only seems to accept a field name (default text) >>>> as input to I cant reference the intermediate result. >>>> >>>> Any help would be appreciated >>>> >>>> Regards >>>> Tony >>>> >>>> -- 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 [email protected]. To post to this group, send email to [email protected]. 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/1f3c8f3b-2bc2-4dfc-9eb1-f092dedb239a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

