[tw5] Re: [TW5] Announcing Single Executable version using Bob 1.0.2 Sourdough Biscuits

2018-07-14 Thread Michael Z.
You probably don't have xdg-open installed. Try $ which xdg-open to see if it is there. Otherwise you can install it with sudo apt-get install xdg-utils It is used to open standard applications on the desktop. -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [TW5 Bug?] Macros with filter parameter can't handle all filter expressions.

2018-07-14 Thread Michael Z.
Thank you all for your help. I ended up using \define csv(title) <> <$macrocall $name="csv" title={{!!title}} /> Works great, thanks again. /Michael -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [TW5 Bug?] Macros with filter parameter can't handle all filter expressions.

2018-07-14 Thread Michael Z.
Tony, thanks for your extensive answer and advice. I appreciate that but perhaps I expressed my problems not clearly. I don't want to use the macro inside a widget. I just want the macro to process all tiddlers tagged with the name of the current (viewed) tiddler. So please let me rephrase my

[tw5] [TW5 Bug?] Macros with filter parameter can't handle all filter expressions.

2018-07-13 Thread Michael Z.
To reproduce, just create a tiddler at tiddlywiki.com with the following text: <$macrocall $name="csvtiddlers" filter="[tag]" /> The following