[tw] Re: Pass macro to widget attribute: Create new tiddler with specified title

2015-10-10 Thread Tobias Beer
Hi Mark, Jed, Evolena, brorgschlr85, With this problem popping up ever so often, I added some "lessons learned" on this here... Dynamic Contents In Macros @ tb5 Best wishes, — tb -- You received this message because you are

[tw] Re: TiddlyMap v0.9.11 released

2015-10-10 Thread Ed Dixon
My first post here in a long time, just want to say amazing work Felix absolutely awesome! Thank you so much for the effort you have put into this I love it! On Sunday, October 4, 2015 at 12:40:22 PM UTC-6, Felix Küppers wrote: > > To everybody who recently downloaded TiddlyMap, I suggest

[tw] Re: Pass macro to widget attribute: Create new tiddler with specified title

2015-10-10 Thread 'Mark S.' via TiddlyWiki
Hi Tobias, That looks good! I assume you plan to post it to the tiddlywiki.com documentation pool? Possibly with a link from the existing Macros tiddler? Mark On Saturday, October 10, 2015 at 7:06:54 AM UTC-7, Tobias Beer wrote: > > Hi Mark, Jed, Evolena, brorgschlr85, > > With this problem

[tw] Re: [TW5] Formatting the results of a $list as a

2015-10-10 Thread Tobias Beer
Hi Hegart, > I'll make a post for it on tb5 later... > Finally got around to it: Definition Lists @ tb5 Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw] Pre-release on Node

2015-10-10 Thread Tobias Beer
Hi Jeremy, > Try these instructions: > Just tried this for the first time on win 10, trying to serve my tb5 wiki folder on localhost and got this popping up in the browser... Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your

Re: [tw] Pre-release on Node

2015-10-10 Thread Jeremy Ruston
Hi Tobias > Just tried this for the first time on win 10, > trying to serve my tb5 wiki folder on localhost > and got this popping up in the browser… Does the same wiki work under TiddlyWiki 5.1.9? > Internal JavaScript Error > > Well, this is embarrassing. It is recommended that you restart

Re: [tw] Pre-release on Node

2015-10-10 Thread Tobias Beer
Hi Jeremy, Does the same wiki work under TiddlyWiki 5.1.9? Yes, I use it to build and then push tb5 since maybe 2 weeks. The error is a bit worrying; that function getTiddlerDataCached() was > introduced in 5.1.10. The fact that it can’t be found makes me worry that > you’ve got some core

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-10 Thread Felix Küppers
Thanks Ed! Glad to hear from you and to receive such a positive feedback! If there are any problems, let me know. Hope you are doing fine :) Best wishes -Felix On 10/10/2015 07:58 PM, Ed Dixon wrote: > My first post here in a long time, just want to say amazing work > Felix absolutely awesome!

[tw] Re: [TW5] concatenate field values in macro

2015-10-10 Thread Tobias Beer
Hi Bob, Try either of... \define .dlink-ex() goat \end <$vars path={{!!path}} file={{!!file}}> <<.dlink-ex>> or... \define .dlink-ex(path, file) goat \end <$macrocall $name=".dlink-ex" path={{!!path}} file={{!!file}} /> Best wishes, — tb -- You received this message because you are

[tw] Re: TiddlyWiki on a Webserver

2015-10-10 Thread Tony Grosinger
I would highly recommend looking into running TiddlyWiki on Node.js. I tried using store.php, however I think running it through node is much better. I am also proxying that through apache to add SSL. Seems the most stable configuration that I have tried so far. -- You received this message

[tw] [TW5] concatenate field values in macro

2015-10-10 Thread Bob Flandard
Hello, I've tried to create an external link macro that concatenates the tiddler fields "path" and "file" My effort below doesn't work ( it only sees {{!!path}} and not {{!!file}} ), and it's not really what I want. I want a single macro that I can call to make an external link that creates

[tw] Re: TiddlyWiki on a Webserver

2015-10-10 Thread Tobias Beer
Hi Tony, > I would highly recommend looking into running TiddlyWiki on Node.js. I > tried using store.php, however I think running it through node is much > better. I am also proxying that through apache to add SSL. Seems the most > stable configuration that I have tried so far. > Those are

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-10 Thread Felix Küppers
Hi Uwe, yes, I could also add an option for that …but could you give me some short background information, why you don't want nodes to be selectable or moveable? I mean it doesn't hurt and it is often quite helpful to move nodes to get a better "vision". -Felix On 10/09/2015 11:40 PM, UBi