Jeremy Ruston
Jeremy Ruston
Hi @kookma the zoomin storyview uses some intricate CSS to make the animations work. The new solo storyview uses the same CSS as the classic storyview; it's exactly like classic...
> Is there any reason History replaced Open tab? There's a lot of discussion further up this thread: the "open" tab is useless when using a single tiddler mode story...
Hi @pmario indeed, fixing the recursion detection is one of the two or three remaining tasks in #6666.
Hi @pmario there is recursion going on, but it's subtle. 1. In template-main we invoke template-four, passing `` as the parameter `a` 2. In template-four we transclude ``, which wikifies...
Hi @pmario to clarify, the recursion here is actually happening within the `` widget that is rendered for ``. We've never made any attempt to trap recursion when transcluding variables,...
Here's a version of @pmario's test case rewritten to use the transclude widget instead of the macrocall widget. The recursion detection works perfectly in this case: ``` title: Output {{template-main}}...
> hmmm. I think I do have a big misunderstanding of the whole new system. Will probably need to single-step the new code :/ All that's going on is that...
@pmario > OK. But from my point of view, there shouldn't be a recursion at all. Not with macro call and not with a transclusion. So it also reveals a...
Thanks @pmario. The condition plugin uses lateral dependencies between widgets (eg the `` widget being a sibling of the associated `` widget) which is not currently supported by the core;...
Changing the text of the status messages in the import listing will be quite an undertaking. Perhaps we could add some text at the top of the listing that provides...