[tw5] Re: Macro not working on single word target

2020-05-08 Thread Les Barbott
That’s great, and it does help. Thx ! The only other area I am sometimes struggling with is the need to wrap everything when working with variables, string manipulation and list. It can get quite convoluted ! Is there any good ressources about that ? I wish I could just set a variable by value

[tw5] Re: Macro not working on single word target

2020-05-08 Thread Les Barbott
Le vendredi 8 mai 2020 11:20:13 UTC+1, Saq Imtiaz a écrit : > > <$list filter="[enlist{mytiddler!!Myfield}]"/> > > Will give you a link to each title regardless of whether it has spaces in > the title or not. You can also do something different with each title > inside the list widget. > Thank

[tw5] Re: Macro not working on single word target

2020-05-08 Thread Les Barbott
So I went back to studying and spent some more time looking at the Title List, Listops widget and filtering. If I store the data SingleWord [[With space]] HelloThere [[Getting Started]] in the field myField, what would you say is the best syntax to : 1. generate a list of links (so the end goal

[tw5] Re: Macro not working on single word target

2020-05-07 Thread Les Barbott
Thank you very much Saq ! Trying to wrap the names in bracketts before storing them felt like easier to then display, just view the field and you’re done. Thank you very much for your quick answer ! I would never have found myself. -- You received this message because you are subscribed to the

[tw5] Macro not working on single word target

2020-05-07 Thread Les Barbott
Hello all, I discovered TW a couple of weeks ago, and I was blown away by the great possibilities of this tool ! I am currently writting a set of customization for my TW, partly to have a better suited tool, partly just because programming is fun ! One of the things I want to do is to have a t