[tw5] Re: Reference another tiddler's field by using a value in a custom field

2020-06-25 Thread Michael Manti
When trying to use information that's stashed in a field, I often find it easiest to use the widget syntax. In your case, I would use the transclude widget in the target tiddler. <$transclude tiddler={{!!sourcename}} field="myfield"/> On Thursday, Ju

[tw5] Re: macrocall not working

2020-06-16 Thread Michael Manti
Just replace the colons (:) with equals signs (=) in the macrocall widget, which follows the attribute syntax for widgets. On Tuesday, June 16, 2020 at 1:32:11 PM UTC-4, Ankit Mittal wrote: > > Hi, > > I am trying to use the macro for Shiraz Dynamic table plugin >

[tw5] Re: Query: Could The Regex Tool In Tiddler Commander Have A Standalone Version?

2020-06-04 Thread Michael Manti
ues and push a new update! > > Sorry for inconvenience! > > --Mohammad > > On Thursday, June 4, 2020 at 3:48:30 AM UTC+4:30, Michael Manti wrote: >> >> FYI--While the tutorial is mostly quite good at explaining the plugin's >> capabilities, I don't

[tw5] Re: Query: Could The Regex Tool In Tiddler Commander Have A Standalone Version?

2020-06-03 Thread Michael Manti
FYI--While the tutorial is mostly quite good at explaining the plugin's capabilities, I don't think it tells you 1. that TW-Commander adds a button to the sidebar and 2. that pressing the button opens TW-Commander. I had the same issue as TT at first. That issue was compounded by the fact that

[tw5] Re: Conditionally trigger action-createtiddler using a List Widget

2020-05-28 Thread Michael Manti
Ah! Thanks for clarifying. On Thursday, May 28, 2020 at 10:07:59 AM UTC-4, Lisa Wasserman wrote: > > It was part of the larger chunk of code that I was working on. I > separated this piece out, trying to get it to work. > > On Thursday, May 28, 2020 at 7:08:53 AM UTC-5, Mich

[tw5] Re: Conditionally trigger action-createtiddler using a List Widget

2020-05-28 Thread Michael Manti
TonyM, What role does the state macro play? I don't see it called anywhere. Thanks! Mike On Wednesday, May 27, 2020 at 11:57:38 PM UTC-4, TonyM wrote: > > Lisa > > Quick tip: Wrapping even a list that contains actions widgets with a > button is sufficent to trigger that action for every item i

[tw5] Re: Learning list and list widget in Tiddlywiki as a loop

2020-05-23 Thread Michael Manti
Rahul, Here are macros that I used to build a collapsible table of contents with the slider macro from the Shiraz plugin. I switched from details to slider because slider retains state, but the idea should be the same. \define suboutline() <$list filter="[has[text]]"> <$transclude mode="b

[tw5] Re: [TW5] Get list of descendants by recursively assembling filter?

2020-05-03 Thread Michael Manti
Hi, I'm resurrecting this thread again because other threads suggest that wikify-then-enlist is the solution, but I can't seem to get it to work. I'm using the list field to manage a hierarchy; the descendants are in the list field. \define wrap(text,left:"[[",right:"]]") $left$$text$$right$

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Michael Manti
Well-done. As I'm just starting out with customizing TW, it was reassuring to read that my heavy reliance on the list widget is good TW practice. On Wednesday, April 29, 2020 at 5:50:16 AM UTC-4, Mat wrote: > > The Big Pic of TW >