[tw] TW5 Detect non existing tiddlers

2014-06-16 Thread Danielo Rodríguez
Hello everybody, I'm building a contacts database wich includes pics. I would like to display a picture for each contact. I would like to show a default picture for those persons that doesn't have a picture tiddler. How can I achieve this? I tried with all kind of things and filters. Here is

Re: [tw] TW5 Detect non existing tiddlers

2014-06-16 Thread Jeremy Ruston
Both the view and transclude widgets display their content if the target tiddler doesn't exist. That means you can do things like this: $transclude tiddler={{!!picture}}No picture provided/$transclude Best wishes Jeremy On Mon, Jun 16, 2014 at 2:08 PM, Danielo Rodríguez rdani...@gmail.com

Re: [tw] TW5 Server on local network

2014-06-16 Thread Jeremy Ruston
Hi Danielo That's the documentation that I have seen. Could you please provide me an exact example? let's say my laptop ip is 192.168.1.20. Should I specify all the other parameters? I tried putting the IP at the end, and it still serving it on localhost. Try something like: --server 8080

Re: [tw] Re: Drop-down list bug

2014-06-16 Thread ikemitsu
Thank you. maanantai, 16. kesäkuuta 2014 17.12.58 UTC+3 Jeremy Ruston kirjoitti: Hi ikemitsu Have a look in the system tab of the sidebar for any tiddlers with names like $:/state/tagpopup-{706888074} and delete them. This problem will be fixed in 5.0.13 Best wishes Jeremy. On Sat,

[tw] Adding up tiddler fields?

2014-06-16 Thread Michael Wiktowy
Hello all, Is there a simple way to sum up a particular field of tiddlers that match a filter and then display the result? For instance, I have a tiddlywiki that I am trying to make into an invoicing tool. The following tiddlercode is in the monthly invoice tiddler: table tr thDate/th thTask

[tw] Re: Adding up tiddler fields?

2014-06-16 Thread Michael Wiktowy
To be clear, this is in 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...@googlegroups.com. To post to this group, send email to

[tw] Re: Adding up tiddler fields?

2014-06-16 Thread Stephan Hradek
Am Montag, 16. Juni 2014 21:10:08 UTC+2 schrieb Michael Wiktowy: Hello all, Is there a simple way to sum up a particular field of tiddlers that match a filter and then display the result? No -- You received this message because you are subscribed to the Google Groups TiddlyWiki group.

[tw] Backup button, problems with assigning text field to value

2014-06-16 Thread jim
I'm trying to set up a backup mechanism for individual tiddlers. I think the mechanism is fairly simple: clicking a button in the tiddler's toolbar will copy the tiddler and change the title, so it remains in the background. The idea is to access it later on through a tab in the info panel and

[tw] Re: IE11 and SharedTiddlersPlugin: busted!

2014-06-16 Thread David Bakin
BTW, the fix is to add meta http-equiv=X-UA-Compatible content=IE=10 immediately after the head tag. On Thursday, November 14, 2013 1:34:01 PM UTC-8, David Bakin wrote: Never mind (for now). I discovered that IE11 has a working uninstall (I don't remember that all/any previous versions of

[tw] (Security-) Settings?

2014-06-16 Thread Sören Müller
Hi! I just installed TiddleWiki on my vps. I want an alternative to MediaWiki with is 1000 of functions and boring look ;) No I have a few questions to security or settings in general. If you have TiddleWiki as a file there is no security but maybe a password, but on node.js I'm not gettings

Re: [tw] [TW5] Stable release

2014-06-16 Thread CB
Thanks Jeremy. Then, I will start transition. Looking forward to more tiddly awesomeness. On Friday, June 13, 2014 1:32:00 AM UTC-7, Jeremy Ruston wrote: Hi CB Thanks for the kind words. We're slowly but steadily moving to the point where we can declare TW5 to be out of beta. The criteria

[tw] [tw5] How to use the the text value of a tiddler as a filter operator?

2014-06-16 Thread Måns
Hi TwWizards I'd like to create a list like this: Links to papers written by $edit-text tiddler=$:/status/UserName default= tag=input/: $list filter=[tag[writeup]!tag[archive]tag[2014]modifier[$:/status/UserName]]$link$view field=title format=text//$link, /$list Obviously

[tw] TW in Education

2014-06-16 Thread Richard Smith
Hi There. My name is Richard and I am a huge fan of TiddlyWiki. I think it is a really awesome project and I thank you all greatly for it. I have an ambitious idea of how TW could be used to build open-source textbooks for high school students by allowing multiple intersecting/overlapping

[tw] System tags

2014-06-16 Thread James Mars
Hi, I thought custom system tags (eg, $:/_template/test) were supposed to be invisible in view mode. However, all my system tags are visible alongside non-system ones. Any idea? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: [tw5] How to use the the text value of a tiddler as a filter operator?

2014-06-16 Thread Måns
I tried to use a local field value like this: \define appendButton(now, add) $button set=!!username setTo=$now$$add$ Set author /$button \end Author: $macrocall $name=appendButton now={{!!username}} add={{$:/status/UserName}}/ $edit-text tiddler=$:/status/UserName default= tag=input/ $list

[tw] Re: [tw5] How to use the the text value of a tiddler as a filter operator?

2014-06-16 Thread Måns
This seems to work some of the way - except the fact that it adds text to the existing field value instead of replacing it: \define replaceButton(now, replace) $button set=!!username setTo=$now$$replace$ Angiv /$button \end Author: $macrocall $name=replaceButton now={{!!username}}

[tw] Re: [tw5] How to use the the text value of a tiddler as a filter operator?

2014-06-16 Thread Stephan Hradek
modifier{$:/status/UserName} -- 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 to