[tw] Re: display tabs in tiddly wiki micro

2010-07-20 Thread Eric Shulman
 That's great advice. The reason why I used Macro is that I can call
 some API to return needed value dynamically (see complete code).

You can use *evaluated parameter* syntax, {{...js expression here}},
to get the job ID dynamically and then pass it as a substitution
value, like this:

tiddler CustomerTabs with:
 
{{config.macros.DatabaseAccess.getActiveJobIdByEngineerName(jobForm,
userName)}}

You will also need a slight adjustment to CustomerTabs because the
evaluated param value above is the entire job ID (e.g., job001,
job002, etc) , not just the job # (e.g., 001, 002, etc).  Thus:

tabs txtMoreTab job no job no wikiinthefield_job_$1_jobNo
customer address customer address wikiinthefield_job_
$1_customerAddress customer phone customer phone
wikiinthefield_job_$1_customerPhone

enjoy,
-e

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: ANNOUNCING Tahoe, the Least-Authority File System, v1.7.1

2010-07-20 Thread FND

Can it be that the link provided is incorrect?


That reminds me, Zooko, that I haven't received updates on your blog in 
ages - turns out that the URL seems no longer valid:

http://testgrid.allmydata.org:3567/uri/URI:DIR2-RO:j74uhg25nwdpjpacl6rkat2yhm:kav7ijeft5h7r7rxdp5bgtlt3viv32yabqajkrdykozia5544jqa/wiki.xml

The feed URL provided by the document you linked to is 404:
http://pubgrid.tahoe-lafs.org/uri/URI:DIR2-RO:ixqhc4kdbjxc7o65xjnveoewym:5x6lwoxghrd5rxhwunzavft2qygfkt27oj3fbxlq4c6p45z5uneq/wiki.xml


-- F.

--
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TSpace - how best include plugins?

2010-07-20 Thread Tobias Beer
I guess a related question would be...

Is tiddlyspace is a good place for plugin authors to publish plugins?
Or would that rather be some (tw-specific) github repo ...coming along
with the associated learing curve of a cvs?

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: TSpace - how best include plugins?

2010-07-20 Thread FND

Mario has covered things pretty well.

We expect that dedicated spaces will exist in which plugin authors 
publish individual plugins, allowing inclusion without side-effects 
through unrelated tiddlers.



is this the right group to post TSpace questions in or should it
be in the TWeb group


The reason we started out discussing TiddlySpace-related issues on the 
TiddlyWeb group was mostly to reduce noise, both for this group and 
ourselves. However, I think TiddlySpace is becoming popular enough that 
posting here is fine. (In case a post appears to have escaped our 
attention, please let us know.)



Is tiddlyspace is a good place for plugin authors to publish plugins?


We believe so, yes. (See above.)


Or would that rather be some (tw-specific) github repo ...coming along
with the associated learing curve of a cvs?


I tend to do both: Use a regular SCM for tracking development versions, 
then release stable versions on TiddlySpace - usually with a simple 
deployment script:

http://github.com/FND/tiddlyspace/blob/bulkops/deploy.sh

However, that's ultimately up to the individual author's preferences - 
it's perfectly fine to not use a version control system if that's too 
much overhead for you.



-- F.

--
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TSpace - how best include plugins?

2010-07-20 Thread Paul Downey (psd)
I've taken this question, and the answer and used it for our first
TiddlySpace FAQ:

http://faq.tiddlyspace.com/#[[Is%20it%20better%20to%20include%20or%20copy%20a%20TiddlyWiki%20plugin%3F]]

--
Paul (psd)
http://blog.whatfettle.com

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TSpace - how best include plugins?

2010-07-20 Thread PMario
Hi Tobias,
On Jul 20, 11:29 am, Tobias Beer beertob...@googlemail.com wrote:
 I guess a related question would be...

 Is tiddlyspace is a good place for plugin authors to publish plugins?
 Or would that rather be some (tw-specific) github repo ...coming along
 with the associated learing curve of a cvs?

I added a revision.text custom field to every tiddler in my TeamWork
experiment. [1]. Have a look at the revisions(x) command. Select,
compare. I think TW has a basic version control system built in. But
nobody seems to use it. The new diff side-by-side button, which
works with tiddlyspace, is really nice also.

I didn't include the stuff for my tiddlyspace yet.

regards Mario
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#search:revisionsco

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Line return within double brackets

2010-07-20 Thread randal
Thanks ahead of time to a tremendous support group for TW.

I'm putting up a little website for a friend, located here for now:

http://engesetre.randal.fastmail.fm

Some of the menu items are long, with two or three words, and need to be
divided into two lines, but how do I insert a line return within the
brackets?

[[Recursos Humanos]]

And while I'm at it, how do I get the right column to disappear by
default when online? The instructions I read appeared to be out of date,
with some of the plugin code having been adopted into the TW code, I
think.

Randal Matheny
Sao Jose dos Campos (SP) Brazil

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] twmobile availability

2010-07-20 Thread stefan_s
Hi

I am very interested in this app. Does anybody know, when it will be
available?

G
Stefan

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Line return within double brackets

2010-07-20 Thread Eric Shulman
 And while I'm at it, how do I get the right column to disappear by
 default when online? The instructions I read appeared to be out of date,
 with some of the plugin code having been adopted into the TW code, I
 think.

You are attempting to apply
   http://www.TiddlyTools.com/#ToggleRightSidebar
but have not installed it properly...

1) The content in the Configuration section of ToggleRightSidebar is
informational only and simply documents the names and default values
for the available settings.  To apply *non-default* settings for
ToggleRightSidebar, you need to create a separate tiddler (e.g,
ConfigTweaks) containing the desired assignment statement:
   config.options.chkShowRightSidebar=false;
and then tag *that* tiddler with 'systemConfig' so that when you
reload your document, the ConfigTweaks are invoked, and the desired
value is set for the current session

2) ToggleRightSidebar is a *transclusion*.  This means that it's
functionality is only invoked when the content is *rendered* somewhere
in your document by transcluding (i.e., embedding) it via the
tiddler macro.  For example, you could add the following to your
[[MainMenu]]:
   tiddler ToggleRightSidebar

Because MainMenu content is always rendered during startup, embedding
ToggleRightSidebar ensures that it is invoked as soon as the document
is loaded, so that the initial display state of the sidebar (based on
the setting in your ConfigTweaks) is actually applied.  It also
provides a convenient, fixed location for the  (or ) command,
allowing you to toggle the sidebar whenever you want.

Note: In order to keep transclusion tiddlers as small as possible, the
documentation for most transclusions is minimal.  Although this can be
sufficient for some, it is obviously not adequate for
ToggleRightSidebar, and I really need to re-write the documentation to
provide proper installation/usage instructions.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: twmobile availability

2010-07-20 Thread josep
hi stefan,

one mobile app= http://itw.bidix.info/

hope this help,
josep


On 20 Jul, 22:17, stefan_s stefan.sut...@pontos.ch wrote:
 Hi

 I am very interested in this app. Does anybody know, when it will be
 available?

 G
 Stefan

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki on iPad

2010-07-20 Thread stefan_s
Hi all

I am very interested in this app. Can anyone tell me when it will be
available?


On 14 Jul., 11:49, elnoi elnoi...@gmail.com wrote:
 Hey guys, now the Faq and info are 
 here:http://groups.google.com/group/twmobileapp
 TWiPad was renamed to TWMobile

 Chris, keep up the great work.

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] How to remove the right-hand side panel?

2010-07-20 Thread Yang Li
Hi,

I want to keep only the main menu panel and content panel, and remove
the right-hand side panel. But I want to do this programmingly as
opposed to manually configure the system by individuals.

Any suggestion on this?

Yang

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Editing/showing tiddlers side by side

2010-07-20 Thread Claudio
Hi All,

Is is possible not to show tiddlers one after another but side by
side, so when I open tiddler 1, it's shown on the left, then tiddler 2
is shown to the right of tiddler 1. Tiddler 3 then appears below
tiddler 1, tiddler 4 opens below tiddler 2, etc.

I'm using it for translation purpose. I can open a tiddler on the
left, and do translation on the right tiddler.

I think will need to hide MainMenu and the right sidebar to create
space...

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: twmobile availability

2010-07-20 Thread Chris
Hi - Apple are taking their time on the approval of this. I hope it
will be cleared in the next few days.

On Jul 20, 10:17 pm, stefan_s stefan.sut...@pontos.ch wrote:
 Hi

 I am very interested in this app. Does anybody know, when it will be
 available?

 G
 Stefan

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki on iPad

2010-07-20 Thread Chris
Hi - I had to change the name to TWMobile - it should (hopefully)
clear Apple approvals in the next few days.

On Jul 20, 10:40 pm, stefan_s stefan.sut...@pontos.ch wrote:
 Hi all

 I am very interested in this app. Can anyone tell me when it will be
 available?

 On 14 Jul., 11:49, elnoi elnoi...@gmail.com wrote:



  Hey guys, now the Faq and info are 
  here:http://groups.google.com/group/twmobileapp
  TWiPad was renamed to TWMobile

  Chris, keep up the great work.

-- 
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 more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.