Re: [tw] Re: tspace: how list members?

2010-10-14 Thread FND
For 1), yes I know of the backstage member listing, but the idea was to be able to present members more prominently and perhaps also manipulate such a list - Tobias Beer - theme creator, ... You can retrieve the list of members fairly easily: var callback = function(members, status, xhr)

[tw] Inserting a parameter into newTiddler macro

2010-10-14 Thread octw
I got a problem while inserting a parameter into a newTiddler with a field value. My code is something like this: option txtNewValue clickify newTiddler label:Add New Item fields:id:{{config.options.txtNewValue}} I thought this should create an input box, and the newTiddler would grab the

[tw] Re: tspace: how list members?

2010-10-14 Thread Tobias Beer
Thanks for the tip FND, it's in my notebook. To answer twgrp, one could have an extra members tiddler that contains slices to describe a users role in TiddlyWorld and use the function from FND to populate a list with this information. Members for which there are no such slices might be put under

[tw] Re: Inserting a parameter into newTiddler macro

2010-10-14 Thread octw
Ok, I found the answer: fields:{{id:'+config.options.txtNewValue+'}} Sorry for bother you. Cheers, octw On 10月14日, 下午8時40分, octw blog...@gmail.com wrote: I got a problem while inserting a parameter into a newTiddler with a field value. My code is something like this: option txtNewValue

[tw] Re: QuickEditPlugin on TiddlySpace??

2010-10-14 Thread Måns
Hi Tobias I would think, if it is for your own space, you should reactivate evaluated parameters for the time being up until there is an official solution as for how to avoid using them. Might need to wait... Funny thing is that when I'm logged in and use BookMarkPlugins bookmarklet editor

[tw] Conditional display with HideWhenPlugin

2010-10-14 Thread whatever
Hi! I'm trying to implement a learning mode. It means that when a special option is enabled, the annotations are shown for selected tiddlers in view mode. I have the following: In tiddler LearningMode (tagged systemConfig): if (config.options.chkLearningMode==undefined)

[tw] Re: QuickEditPlugin on TiddlySpace??

2010-10-14 Thread Måns
Hi again - more observations on this matter I don't know if BookMarkPlugin changes the way iframes are handled in the browser for all pages and somehow hijacks the core, however when I open a space which has quickedit installed, via an iframe, it is shown with the same theme (bookmarkstheme)

[tw] Re: Conditional display with HideWhenPlugin

2010-10-14 Thread PMario
try: chkLearningMode==true without ' ' 'true' .. string true .. boolean -m On Oct 14, 4:32 pm, whatever kbrezov...@gmail.com wrote: Hi! I'm trying to implement a learning mode. It means that when a special option is enabled, the annotations are shown for selected tiddlers in view mode. I

[tw] Re: Conditional display with HideWhenPlugin

2010-10-14 Thread whatever
Thanks, Mario, that was it. :D w On Oct 14, 7:58 pm, PMario pmari...@gmail.com wrote: try: chkLearningMode==true  without ' ' 'true' .. string true .. boolean -m On Oct 14, 4:32 pm, whatever kbrezov...@gmail.com wrote: Hi! I'm trying to implement a learning mode. It means that when a

[tw] lost access to backstage on tiddlyspace

2010-10-14 Thread Saverio
After uploading my tiddlywiki to tiddlyspace, it seems I have lost access to everything in the backstage except for the cookie Upload with options page. Any ideas of how to get back the other buttons? -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: lost access to backstage on tiddlyspace

2010-10-14 Thread Saverio
Solved! I had to disable UploadPlugin (http://tiddlywiki.bidix.info/ #UploadPlugin). I wonder if there are other plugins that are no longer relevant or that cause conflicts in TiddlySpace. On Oct 14, 2:59 pm, Saverio saverio.mavig...@gmail.com wrote: After uploading my tiddlywiki to

[tw] weird text characters (€) showing up using Fi ledropPlugin

2010-10-14 Thread Dave Parker
sometimes when I paste the characters in places, they change, so I'll describe what I'm seeing: they're little squares with 00 on top of 80 inside the box, e.g.. They seem to be in place of things like quotes and apostrophes. I have an Autokey (python) script that, once I select any text, copies

[tw] specifying default text in ViewTemplate if a field is empty?

2010-10-14 Thread Mad Scientist Jr
I have a couple of custom fields field1 field2 that only display for tiddlers with tag mytag. Could someone please explain how I could specify some default text if one of the fields is blank? Here is what I have in my ViewTemplate: div macro='showWhen (tiddler.tags.contains(mytag) )'

[tw] Re: tiddlyworld - how dropdown in MainMenu

2010-10-14 Thread twgrp
Check out the (renamed) split: http://community.tiddlyspace.com/ - and - http://communitydev.tiddlyspace.com/ (I copied it also into the dev space for lack of other idea. And, it's good sticking to Tobias great theme.) I think it is time to start a new thread on this. I'm copying Tobias

[tw] the Community space

2010-10-14 Thread twgrp
Formerly known under a different name, the Community space is unfolding. We now have; http://community.tiddlyspace.com - intended to be more or less a one-stop-shop community portal and http://communityweb.tiddlyspace.com - for development issues concerning the community portal Neither is ready

[tw] Re: specifying default text in ViewTemplate if a field is empty?

2010-10-14 Thread PMario
I think, there is an showWhen else possibility. I read it somewhere in the plugin docu. But don't find the link at the moment. -m On Oct 14, 9:59 pm, Mad Scientist Jr mad.scientist...@gmail.com wrote: I have a couple of custom fields field1 field2 that only display for tiddlers with tag

[tw] tweaking tw to display a tiddler's tags all on one line

2010-10-14 Thread Mad Scientist Jr
I was able to change my ViewTemplate and StyleSheet so that a tiddler's tags are displayed under the tiddler, and aligned left in a box the width of the tiddler. However, I would like the tags to be displayed all in a line, separated by commas or a pipe character ( | ) or even spaces. I thought

[tw] Re: specifying default text in ViewTemplate if a field is empty?

2010-10-14 Thread Mad Scientist Jr
Hmmm... For now I was able to alter the ViewTemplate to render the fields in an HTML table with a specific width for the TDs, so if it's empty the spacing is consistent. On Oct 14, 6:47 pm, PMario pmari...@gmail.com wrote: I think, there is an showWhen else possibility. I read it somewhere in

[tw] Re: tiddlyworld - how dropdown in MainMenu

2010-10-14 Thread PMario
Sry folks, I got a little bit lost. Why does a dropdown menue discussion cause tiddlyworld to be splitted ? There are: 1)tiddlyworld .. 2)community .. 3)communitydev .. 4)showroom .. 5)semantic .. For me they are somehow related. All of them want to have many contributors. Some of them deal

[tw] Re: the Community space

2010-10-14 Thread PMario
On Oct 14, 11:05 pm, twgrp matiasg...@gmail.com wrote: Formerly known under a different name, the Community space is unfolding. We now have; http://community.tiddlyspace.com - intended to be more or less a one-stop-shop community portal andhttp://communityweb.tiddlyspace.com - for

[tw] Re: tiddlyworld - how dropdown in MainMenu

2010-10-14 Thread twgrp
On Oct 15, 1:31 am, PMario pmari...@gmail.com wrote: Why does a dropdown menue discussion cause tiddlyworld to be splitted ? The discussion is clearly misnamed by now, but anyway; It was split because it became unsustainable to use the site itself as the development place for the site. I guess

[tw] Re: the Community space

2010-10-14 Thread twgrp
OUCH - I really wish there was an edit option here; It is supposed to read http://communitydev.tiddlyspace.com communityDEV (not communityweb) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: the Community space

2010-10-14 Thread twgrp
As I wrote in the other post about tiddlyworld main menu. Please keep the tiddlyworld space for the real content and move its existing dev/example content into an other space. I think the name tiddlyworld is much cooler than community or communityweb. (As replied in that other thread; I felt

[tw] Re: the Community space

2010-10-14 Thread Eric Shulman
Regarding spam, I think tiddlyspace is still so unknown that it should be a minor problem. (Do we get spamming in here for example? This google group is not moderated as far as I know, or? ) I've been moderator for this group (and TiddlyWikiDev) since 2005... ... and believe me, we *do* get

[tw] hello

2010-10-14 Thread Mr. R
I would love to be a part of a cool group. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send email to tiddlywiki+unsubscr...@googlegroups.com. For

[tw] Re: tweaking tw to display a tiddler's tags all on one line

2010-10-14 Thread whatever
Try looking at the TiddlyPedia theme (http://tiddlythemes.com/empties/ TiddlyPedia.html), it has tags in one line. w On Oct 15, 1:15 am, Mad Scientist Jr mad.scientist...@gmail.com wrote: I was able to change my ViewTemplate and StyleSheet so that a tiddler's tags are displayed under the