Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-30 Thread 'mervin mecklenburg' via TiddlyWiki
Thank you for the reply. I have succeeded in resolving most issues related to my inappropriate use of the code snippet $(variable)$, which caused failures after the the upgrade, but the there remains a couple of puzzles: First, the following code continues to work: <>. Is this something

Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread Jeremy Ruston
Hi Michael > > However, in my case, I was using it in a transclusion template like > {{$(variable)$||some_custom_tag_pill_tiddler}}. In looking at the > instructions for the full TranscludeWidget, I can do <$transclude > tiddler=<> field="title"/> but is there a way to specify the >

Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread Michael Wiktowy
Thanks for the explanation. I was wondering what had broken with one of my projects but didn't have the time to troubleshoot. This note saved me a great deal of head-scratching. In this case, Mervin was using it in the context of a macro call. I can see how this can be worked around using

Re: [tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread Jeremy Ruston
Hi Mervin I’m not sure without seeing more context but I think the problem may be this fix from v5.1.18: https://github.com/Jermolene/TiddlyWiki5/issues/ Previously, `$(variable)$` substitutions were performed regardless of how the

[tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-14 Thread TonyM
Should the subfilter not include square brackets in it to deal with titles with spaces and other delimiters? 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

[tw5] Code that no longer works following upgrade to version 5.1.20

2019-08-13 Thread 'mervin mecklenburg' via TiddlyWiki
After I upgraded to version 5.1.20 from 5.1.16, the following code no longer works. \define droppable-today(somevar) <$action-listops $tiddler=<> $field="tags" $subfilter="-$(somevar)$"/> \end <$set name='somevar' value={{!!title}}> <> <$droppable actions=<>>Drop here In the original