[tw] [TW5] Node Upgrade Format Rendering Issue

2014-10-13 Thread Alfonso Arciniega
Hello, Using Node on Windows XP and latest Chrome browser, upgraded from 5.0.7 beta to 5.1.2 and now TiddlyWiki is not rendering the window as it should be. See attached image. Has anyone seen this issue before? It was rendering fine with 5.0.7 beta. Re-installed TiddlyWiki though the problem

[tw] Re: [TW5] nesting transclusions

2014-10-13 Thread Philip Coltharp
When we talk about recursion in TW5 tranclusion, is it recursion of the use of the $transclude widget itself where only one use of it is allowed -- OR -- is it recursion as in the event that the transclude widget finds that it is being asked to place a tiddler in the heap that had already been

[tw] [TW5] nesting transclusions

2014-10-13 Thread Philip Coltharp
Can we transclude a tiddler that would transclude from a third tiddler, on TW5? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroup

Re: [tw] Upgrading from 5.0.6

2014-10-13 Thread Sky Diver
Hi Jeremy, I respect the decision not to write upgrade code for beta versions. I don't use custom plugins so I believe following the change logs will be sufficient. Thank you! SkyDiver On Sunday, October 12, 2014 6:19:16 PM UTC+3, Jeremy Ruston wrote: > > Hi Sky Diver > > Some filter opera

[tw] RevealWidget temporary state

2014-10-13 Thread James Anderson
Hi, Is it possible to have a volatile reveal widget state? I want to press a button to reveal something within a widget, but if I close the tiddler or refresh the page have it be hidden again? I plan on having a lot of tiddlers with this template and don't want a bunch of statewidgets hanging

Re: [tw] Re: [TW5] Rendering Static Sites, node

2014-10-13 Thread Jeremy Ruston
Hi Alex > > Could you explan why we have rendertiddler and rendertidlers? Both > do things to multiple tiddlers... The rendertiddler command renders a single tiddler specified by its title to a file. The specified tiddler can transclude multiple other tiddlers - that is what happens when this c

[tw] Re: TiddlyWiki Classic - Saving Issues

2014-10-13 Thread Yakov
Hi Christoph, > But a few days ago, I encountered saving problems in my wiki, all of a > sudden. Saving always worked so far, and I have the TiddlySaver.jar file in > the folder, to enable saving via Safari and Chrome, both which I use > (mostly Safari). The problems occured out of the blue: I

Re: [tw] Tiddlers as tags

2014-10-13 Thread Jeremy Ruston
Hi KRM Tags are still tiddlers in TiddlyWiki5: > The list of tagging tiddlers. Click the "i" icon on a tiddler to bring up the info panel, and then choose the "tagging" tab. You can customise the view template to show the "tagging" information all the time, without having to open the info panel

[tw] Tiddlers as tags

2014-10-13 Thread KRM
I've recently moved to TW5 from TWC and there is a classic features that I miss. I'm not sure if this is because of fundamental changes in the concepts of tiddlers and tags or simply a user interface elision. In TWC I'm used to my tags basically being tiddlers and vice versa. When I'm looking a

[tw] Re: Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Davïd
Thank you, @Evolena - you nailed it! I should have spotted that in the documention , but wasn't eagle-eyed enough. @Mat - I was about to copy, but in fact the formatting was as in my original post (and spotted by Evolena). Grateful for this h

[tw] Re: [TW5] Rendering Static Sites, node

2014-10-13 Thread Alex Hough
Thanks Jeremy, I'll try this. Could you explan why we have rendertiddler and rendertidlers? Both do things to multiple tiddlers... Alex On Monday, 13 October 2014, Jeremy Ruston wrote: > Hi Alex > > > There might be a typo on TW.com > > There is, kind of. The sample command is an extract f

[tw] Re: Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Mat
Could you provide the exact tags as they appear in edit view in that tiddler, i.e copy-paste to here? On Monday, October 13, 2014 2:23:45 PM UTC+2, Davïd wrote: > > I'm trying to get an AND result in a tag filter using the following, in > the "Filter" tab of $:/AdvancedSearch: > > [tag[tag1]

[tw] Re: Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Evolena
Try without space: [tag[tag1]tag[tag2]] For example [tag[Features]tag[Concepts]] on tiddlywiki.com should return 2 results. Le lundi 13 octobre 2014 14:23:45 UTC+2, Davïd a écrit : > > I'm trying to get an AND result in a tag filter using the following, in > the "Filter" tab of $:/AdvancedSear

[tw] Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Davïd
I'm trying to get an AND result in a tag filter using the following, in the "Filter" tab of $:/AdvancedSearch: [tag[tag1] tag[tag2]] But, in spite of staring at a tiddler tagged exactly thus, I get "*0 matches*". Odd! This also does NOT work: [tag[tag1] + tag[tag2]] But, this does work

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 i

[tw] Re: [TW5] Advice on Node.js Deployment and Wiki Performance

2014-10-13 Thread PMario
@Rick, Any update about your issue? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email

Re: [tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread PMario
On Monday, October 13, 2014 10:13:59 AM UTC+2, Jeremy Ruston wrote: > > > On Mon, Oct 13, 2014 at 9:00 AM, Danielo Rodríguez > wrote: > >> It's a side effect of using a temp tiddler to store the search string and >> not excluding it from the search. It takes some time to get used to it :-) >> bu

[tw] Re: Incorrect address handling when opening a local PDF

2014-10-13 Thread Daniel Caleb
Thanks for your reply... Generating a static page while using the file:/// URI works properly. Which leads me to believe that you are correct; node.js needs to be configured for serving static content. I was under the impression that others on the mailing list had gotten the syntax: Cumala Te

Re: [tw] [TW5] Rendering Static Sites, node

2014-10-13 Thread Jeremy Ruston
Hi Alex > There might be a typo on TW.com There is, kind of. The sample command is an extract from TW's own batch files, which reference the OS environment variable $TW5_BUILD_OUTPUT. There's also a terminating backslash, which is only used within batch files Better is to run: --rendertiddler $

Re: [tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread Jeremy Ruston
On Mon, Oct 13, 2014 at 9:00 AM, Danielo Rodríguez wrote: > It's a side effect of using a temp tiddler to store the search string and > not excluding it from the search. It takes some time to get used to it :-) > but the funny fact is that is true. > It is quite fun, but also a bit confusing. Fo

Re: [tw] Re: synced multi user setup

2014-10-13 Thread Danielo Rodríguez
El domingo, 12 de octubre de 2014 11:21:19 UTC+2, Jeremy Ruston escribió: > > > I agree that this is a very attractive configuration. > > Me too > TW5 can already generate static HTML copies of wikis, we just need a > mechanism under Node.js to periodically update the static renderings and >

[tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread Danielo Rodríguez
It's a side effect of using a temp tiddler to store the search string and not excluding it from the search. It takes some time to get used to it :-) but the funny fact is that is true. El lunes, 13 de octubre de 2014 03:13:20 UTC+2, Mat escribió: > > Reminds me of an Escher painting somehow... ;