Re: [tw] Re: join variables with $set widget

2014-10-13 Thread stefan . fruehwirth
Hi Jeremy, On Wednesday, October 8, 2014 7:40:34 PM UTC+2, Jeremy Ruston wrote: What would be the best place to add documentation? The WidgetVariables tiddler for instances is empty. Perhaps Macros in WikiText? Hm. Maybe it's just idiosyncratic but as a user who is learning to

[tw] Re: join variables with $set widget

2014-10-08 Thread stefan . fruehwirth
On Tuesday, October 7, 2014 6:49:15 PM UTC+2, Stephan Hradek wrote: No, but try \define join_a_b $(a)$$(b)$ $set name=joined value=join_a_b Thanks Stephan! Does what I want. It seems to me though that there is a need for documentation on the syntax of using variables, parameters and

[tw] Re: join variables with $set widget

2014-10-07 Thread stefan . fruehwirth
Forgot to include [TW5] in subject. On Tuesday, October 7, 2014 5:24:34 PM UTC+2, stefan.f...@gmx.at wrote: Is it somehow possible to join two or more variables into one using the $set widget? For instance, if I write something like this $set name=joined value=ab / (doesn't work) with

[tw] join variables with $set widget

2014-10-07 Thread stefan . fruehwirth
Is it somehow possible to join two or more variables into one using the $set widget? For instance, if I write something like this $set name=joined value=ab / (doesn't work) with a being hello and b being world I get helloworld in the joined variable. Best, Stefan -- You received this

Re: [tw] [tw5] running nodejs serving with path prefix

2014-06-23 Thread stefan . fruehwirth
Hi Jeremy, On Friday, June 13, 2014 3:46:57 PM UTC+2, Jeremy Ruston wrote: I've gone ahead and added support a prefix path to 5.0.13: https://github.com/Jermolene/TiddlyWiki5/commit/eee3a0cf8e5aa047f8596df06e28194409f38b01 Great, this works fine! Thank you! Best, Stefan -- You received

Re: [tw] [tw5] running nodejs serving with path prefix

2014-06-13 Thread stefan . fruehwirth
Hi Jeremy, thank you for these hints! I won't be able to test them until Friday next week but I will post a working configuration here. I too think that it should be possible to do some regex magic but I'm no apache proxy expert either. Setting a prefix path came to mind because I've seen that

[tw] [tw5] running nodejs serving with path prefix

2014-06-10 Thread stefan . fruehwirth
Is it possible to run the TW5 nodejs server relative to a specific prefix path? So that, for instance, if I run tiddlywiki instance --server --path=/path/to/wiki the wiki is served at http://localhost/path/to/wiki. I tried appending a path prefix to the routes defined in

[tw] Re: [TW5] transclude list items parsing behavior

2014-04-16 Thread stefan . fruehwirth
Hi, On Tuesday, April 15, 2014 11:29:40 PM UTC+2, Stephan Hradek wrote: And it's hard for me to understand what you mean. Maybe you best show some real life examples? Okay, maybe this wasn't the best way to introduce the problem. I think there are two separate questions: (1) Why I would

[tw] [TW5] transclude list items parsing behavior

2014-04-15 Thread stefan . fruehwirth
Hi all, I would like to to transclude a list of tiddlers (specified as a filter expression), each containing unordered list items. The transcluded items should render in such a way that they appear as if they were written directly in-place. So for instance I have tiddler A tagged with foo and

[tw] Re: [TW5] transclude list items parsing behavior

2014-04-15 Thread stefan . fruehwirth
Hi Stephan, On Tuesday, April 15, 2014 10:30:59 PM UTC+2, Stephan Hradek wrote: Try this for tiddler B: * list item$list filter=[tag[foo]]$transclude field=text mode= block//$list thank you, this works, but it's not what I want. I should have explained my motivation for this kind of