Re: [tw] Re: Strange behavious over http?

2010-08-30 Thread FND
 No responses to this question yet 

Can you create a minimal test case*, posting a document with only those
customizations necessary to reproduce the issue? (Here I would imagine
that means adding TaggedTemplateTweak and your ViewTemplate to a vanilla
TiddlyWiki.)


-- F.


* http://tiddlywiki.org/wiki/Troubleshooting

-- 
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] EditSectionPlugin does not create sections, where there aren't any already?!

2010-08-30 Thread Måns
Hi TwWizards (Eric in particular)

I'm trying to setup EditSectionsPlugin macros so I can create sections
in tiddlers.
The Plugininfo says:
If the indicated tiddler and/or section does not yet exist, it will
be created when you press 'save'.
However I've tried this in empty tiddlers and in tiddlers where text
already exists - and it doesn't seem to work..
If I create sections with an empty line, corresponding to the
macrocalls i.e.
editSection TiddlerName##sectionname label tooltip it works -
!sectionname

!end

If I omit the empty line it doesn't...

If it isn't possible - I need a way to enter a template of sections
into multiple tiddlers textfield at once (200 tids)
I tried to figure it out with the CreateTiddlersFromCSV transclusion,
however I could not figure out how to create textfields with sections
and linebreaks...
http://www.tiddlytools.com/#EditSectionPlugin

Regards Måns Mårtensson

-- 
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: ASciencePad

2010-08-30 Thread PMario
Hi,
http://bob.mcelrath.org/tiddlyjsmath.html may be of interest.
-m

On Aug 30, 3:30 am, Chris kometma...@gmail.com wrote:
 I've been looking for a way to input math into tiddlers. I looked
 through the various methods, looking for something that is localized
 and self-contained. A lot of nice choices . . . except some need
 special fonts or access a external site.

 The one that works for me is ASciencePad, but it is out of date which
 limits its usefulness. The site does not like it has been active
 developed for a while. Looking at the 'emptypad.html' file, it had a
 series of script calls in the header. Naturally I tried adding these
 lines to a current version to no effect; first to the MarkupPreHead
 then directly to the file.

 So has anyone heard from creator of ASciencePad, and are there any
 plans on upgrading this? Could anyone offer some suggestions in adding
 ASciencePad abilities to current versions?

 thanks.

-- 
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: EditSectionPlugin does not create sections, where there aren't any already?!

2010-08-30 Thread Måns
Hi again

Can anyone explain how to paste multiline text into a lot of tiddlers
at once (it doesn't matter if it overwrites existing text)?

Regards Måns Mårtensson

On 30 Aug., 11:23, Måns humam...@gmail.com wrote:
 Hi TwWizards (Eric in particular)

 I'm trying to setup EditSectionsPlugin macros so I can create sections
 in tiddlers.
 The Plugininfo says:
 If the indicated tiddler and/or section does not yet exist, it will
 be created when you press 'save'.
 However I've tried this in empty tiddlers and in tiddlers where text
 already exists - and it doesn't seem to work..
 If I create sections with an empty line, corresponding to the
 macrocalls i.e.
 editSection TiddlerName##sectionname label tooltip it works -
 !sectionname

 !end

 If I omit the empty line it doesn't...

 If it isn't possible - I need a way to enter a template of sections
 into multiple tiddlers textfield at once (200 tids)
 I tried to figure it out with the CreateTiddlersFromCSV transclusion,
 however I could not figure out how to create textfields with sections
 and linebreaks...http://www.tiddlytools.com/#EditSectionPlugin

 Regards Måns Mårtensson

-- 
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: Strange behavious over http?

2010-08-30 Thread skye riquelme
OK


On 30 Ago, 04:17, FND f...@gmx.net wrote:
  No responses to this question yet 

 Can you create a minimal test case*, posting a document with only those
 customizations necessary to reproduce the issue? (Here I would imagine
 that means adding TaggedTemplateTweak and your ViewTemplate to a vanilla
 TiddlyWiki.)

 -- F.

 *http://tiddlywiki.org/wiki/Troubleshooting

-- 
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] wikiword evaluation function

2010-08-30 Thread okido
Is there a wikiword evaluation function that I can use in a script,
something like:

var bool = wikiWord('STring');

Remember to share good fortune with friends, Okido

-- 
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: wikiword evaluation function

2010-08-30 Thread PMario
hi
A regExp would work. if it matches than it is a wikilink. The
formatter can be found at: 
http://www.tiddlytools.com/insideTW/#config.formatters
look at 10: wikiLink.
hope this helps
-m
On Aug 30, 7:19 pm, okido bkn...@gmail.com wrote:
 Is there a wikiword evaluation function that I can use in a script,
 something like:

 var bool = wikiWord('STring');

 Remember to share good fortune with friends, Okido

-- 
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: wikiword evaluation function

2010-08-30 Thread okido
Thanks PMario, exactly what I was looking for.

Code will look like:

script

var pattern = new RegExp( past the code here from config.formatters
);

To test and change a STring that is a wikiword:

if (pattern.test(STring)) { STring = '~' + STring ; }

/script

Have a nice day, Okido


On 30 Aug, 19:34, PMario pmari...@gmail.com wrote:
 hi
 A regExp would work. if it matches than it is a wikilink. The
 formatter can be found 
 at:http://www.tiddlytools.com/insideTW/#config.formatters
 look at 10: wikiLink.
 hope this helps
 -m
 On Aug 30, 7:19 pm, okido bkn...@gmail.com wrote:

  Is there a wikiword evaluation function that I can use in a script,
  something like:

  var bool = wikiWord('STring');

  Remember to share good fortune with friends, Okido

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread Dave Gifford - http://www.giffmex.org/
This Google group has really gone downhill. A lot of stuff I post
doesn't get answered

Dave

On Aug 23, 11:58 am, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 Hi guys

 I am sure this is simple, but, if I wanted a 'display' tiddler that
 accessed the data from a form field or drop down list in a data entry
 tiddler, what would I do?

 I am guessing something like tiddler 'dataentrythingy'
 'tiddler.data(nameofformfield)'

 How would I write something like that correctly?

 Dave

-- 
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] Removing the Search button with the YourSearch plugin

2010-08-30 Thread Eli
I found a few suggestions but they do not work if the YourSearch
plugin. Can anyone recommend a solution?

Thanks.

-- 
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] Eric's Bookmark technique not compliant with TW 2.6.1 ?

2010-08-30 Thread Michael.Tarnowski
Hi community - especially Eric,

with WikifyPlugin, TaggedTemplateTweak, and BookmarkViewTemplate Eric
introduced a nice technique to display external web sites tagged as
bookmark in a TW.

I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
2.6.1 the bookmark tagged tiggler shows only the slice data

/%
|Name|docstoc.com|
|URL|http://www.docstoc.com/|
|Description|Find and share documents|
|Author||
%/

but not the external web site www.docstoc.com.

Cheers Michael

-- 
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] Eric's Bookmark technique not compliant with TW 2.6.1 ?

2010-08-30 Thread Michael.Tarnowski
Hi community - especially Eric,

with WikifyPlugin, TaggedTemplateTweak, and BookmarkViewTemplate Eric
introduced a nice technique to display external web sites tagged as
bookmark in a TW.

I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
2.6.1 the bookmark tagged tiggler shows only the slice data

/%
|Name|docstoc.com|
|URL|http://www.docstoc.com/|
|Description|Find and share documents|
|Author||
%/

but not the external web site www.docstoc.com.

Cheers Michael

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread FrD
Hello,

With InlineJavascriptPlugin, you could try :

script
   var tid=store.getTiddler('dataentrythingy' );
   var valueofformfield=tid.data(nameofformfield);
   return valueofformfield;
/script

FrD

On 30 août, 21:09, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 This Google group has really gone downhill. A lot of stuff I post
 doesn't get answered

 Dave

 On Aug 23, 11:58 am, Dave Gifford -http://www.giffmex.org/;

 giff...@gmail.com wrote:
  Hi guys

  I am sure this is simple, but, if I wanted a 'display' tiddler that
  accessed the data from a form field or drop down list in a data entry
  tiddler, what would I do?

  I am guessing something like tiddler 'dataentrythingy'
  'tiddler.data(nameofformfield)'

  How would I write something like that correctly?

  Dave

-- 
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] Specify tags in prompt window

2010-08-30 Thread Jen
I would like to be able to open up a tiddler without having to view it
in edit mode because my tiddly is for forms and opening a new tiddler
in edit mode is pointless.  There is only one place I have found such
an ability and it's from http://www.tiddly-twab.com. He has created
his tiddlywiki in such a way that when twab is in the
SideBarOptions it displays the text 'new contact'. Upon clicking that
link, you are given a pop-up prompt asking for the title of the new
tiddler.  After entering in the title, you hit 'OK' and it opens up a
specified tiddler in view mode titled with your requested title and
you can proceed to fill out the form fields.

The code below I believe is part of the code for the prompt, but I
don't quite know enough to know if there is more to it than that or
not.  Either way, what I would like to know is if there could possibly
be any way that I could add something so that it also asks for text to
be put in the tag area in the same prompt.

I have tried putting something like var tags = prompt(Please enter
tag text, ); in a couple different ways with the below code, but it
has no effect.  I even went so far as to change Please enter
contact's name to Please type in contact's name but it had no
effect on the prompt either. Assuming what I want to do is possible,
am I doing something wrong or am I missing something?

   var title = prompt(Please enter contact's name, );
   if( (title == null) || (title == ) ){
  return;
   }//if

Any help would be appreciated.

Thanks,

jen

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread FrD
Hello,

I've tried a transclusion :

Create a tiddler : DisplayDataEntry containing :

/%
!out
$1
!end
%/tiddler DisplayDataEntry##out with: {{
 var valueofformfield=;
 var tid=store.getTiddler('dataentrythingy' );
 valueofformfield=tid.data('$1');
}}

Then in another tiddler you can use the transclusion :

tiddler 'DisplayDataEntry' with:nameofformfield

FrD


On 30 août, 21:09, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 This Google group has really gone downhill. A lot of stuff I post
 doesn't get answered

 Dave

 On Aug 23, 11:58 am, Dave Gifford -http://www.giffmex.org/;

 giff...@gmail.com wrote:
  Hi guys

  I am sure this is simple, but, if I wanted a 'display' tiddler that
  accessed the data from a form field or drop down list in a data entry
  tiddler, what would I do?

  I am guessing something like tiddler 'dataentrythingy'
  'tiddler.data(nameofformfield)'

  How would I write something like that correctly?

  Dave

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread Måns
Hi Dave

Install Eric's WikifyPlugin http://www.tiddlytools.com/#WikifyPlugin
and Abego's DataTiddlerPlugin (needed for FormTiddlerPlugin)
http://tiddlywiki.abego-software.de/#DataTiddlerPlugin and write:
wikify %0 {{DataTiddler.getData(TiddlerName, fieldname,
fallbacktext)}}

Regards Måns Mårtensson

On 23 Aug., 18:58, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 Hi guys

 I am sure this is simple, but, if I wanted a 'display' tiddler that
 accessed the data from a form field or drop down list in a data entry
 tiddler, what would I do?

 I am guessing something like tiddler 'dataentrythingy'
 'tiddler.data(nameofformfield)'

 How would I write something like that correctly?

 Dave

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread Måns
Frd's example doesn't need WikifyPlugin - however I would change it
to:
[[AnyTitle]]
tiddler DisplayDataEntry##out with: {{ var valueofformfield=;var
tid=store.getTiddler('$1' ); valueofformfield=tid.data('$2'); }}
(shows error - not to worry..)
and write: tiddler 'AnyTitle' with:TiddlerNamefieldname to get
the same result as wikify %0 {{DataTiddler.getData(TiddlerName,
fieldname, fallbacktext)}} (with WikifyPlugin)

Regards Måns Mårtensson


On 30 Aug., 22:52, Måns humam...@gmail.com wrote:
 Hi Dave

 Install Eric's WikifyPluginhttp://www.tiddlytools.com/#WikifyPlugin
 and Abego's DataTiddlerPlugin (needed for 
 FormTiddlerPlugin)http://tiddlywiki.abego-software.de/#DataTiddlerPluginand 
 write:
 wikify %0 {{DataTiddler.getData(TiddlerName, fieldname,
 fallbacktext)}}

 Regards Måns Mårtensson

 On 23 Aug., 18:58, Dave Gifford -http://www.giffmex.org/;



 giff...@gmail.com wrote:
  Hi guys

  I am sure this is simple, but, if I wanted a 'display' tiddler that
  accessed the data from a form field or drop down list in a data entry
  tiddler, what would I do?

  I am guessing something like tiddler 'dataentrythingy'
  'tiddler.data(nameofformfield)'

  How would I write something like that correctly?

  Dave

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread PMario
On Aug 23, 6:58 pm, Dave Gifford - http://www.giffmex.org/;
giff...@gmail.com wrote:
 Hi guys

 I am sure this is simple, but, if I wanted a 'display' tiddler that
 accessed the data from a form field or drop down list in a data entry
 tiddler, what would I do?
A(3) possible solution [1] may look simple. But the way, to reach it,
isn't. (look at the 27 revisions)

 I am guessing something like tiddler 'dataentrythingy'
 'tiddler.data(nameofformfield)'
It would be easier if you'd provide a data set and the result that you
want.
eg: data/data
result:  how it should look like.

With the tiddler .. info I only can guess, how the result should
look like. that's why there are 3 guesses.

1: the data section is part of the containing tiddler:
tiddler {{tiddler.title + '##echo'}} with:
{{DataTiddler.getData(tiddler.title, 'month')}}

2: the data section is inside 'TestDataTiddlerPlugin' - could be
any name different to containing tiddler.
tiddler {{tiddler.title + '##echo'}} with:
{{DataTiddler.getData('TestDataTiddlerPlugin', 'amount')}}

3: if you use InlineJavaScriptPlugin
script
return 'description: ' + DataTiddler.getData('TestDataTiddlerPlugin',
'descr');
/script

 How would I write something like that correctly?

 Dave
hope one of them helps.

have fun!
mario

have fun at q:)
[1] 
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#TestDataTiddlerPlugin

function descriptions:
[2] http://tiddlywiki.abego-software.de/#DataTiddlerPlugin

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread Måns
Hi again

Combining pMario's solution nr3 and Frd's transclusion:
(requires inlineJavascriptPlugin)
[[DisplayDataEntry]]
script
return '$1: ' + DataTiddler.getData('$2','$3','$4');
/script

In another tiddler write:
tiddler 'DisplayDataEntry'
with:descriptionTestDataTiddlerPlugindescrfallbacktext

Regards Måns Mårtensson

On 30 Aug., 23:16, PMario pmari...@gmail.com wrote:
 On Aug 23, 6:58 pm, Dave Gifford 
 -http://www.giffmex.org/;giff...@gmail.com wrote:
  Hi guys

  I am sure this is simple, but, if I wanted a 'display' tiddler that
  accessed the data from a form field or drop down list in a data entry
  tiddler, what would I do?

 A(3) possible solution [1] may look simple. But the way, to reach it,
 isn't. (look at the 27 revisions)

  I am guessing something like tiddler 'dataentrythingy'
  'tiddler.data(nameofformfield)'

 It would be easier if you'd provide a data set and the result that you
 want.
 eg: data/data
 result:  how it should look like.

 With the tiddler .. info I only can guess, how the result should
 look like. that's why there are 3 guesses.

 1: the data section is part of the containing tiddler:
 tiddler {{tiddler.title + '##echo'}} with:
 {{DataTiddler.getData(tiddler.title, 'month')}}

 2: the data section is inside 'TestDataTiddlerPlugin' - could be
 any name different to containing tiddler.
 tiddler {{tiddler.title + '##echo'}} with:
 {{DataTiddler.getData('TestDataTiddlerPlugin', 'amount')}}

 3: if you use InlineJavaScriptPlugin
 script
         return 'description: ' + DataTiddler.getData('TestDataTiddlerPlugin',
 'descr');
 /script

  How would I write something like that correctly?

  Dave

 hope one of them helps.

 have fun!
 mario

 have fun at q:)
 [1]http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#TestDataTid...

 function descriptions:
 [2]http://tiddlywiki.abego-software.de/#DataTiddlerPlugin

-- 
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: Specify tags in prompt window

2010-08-30 Thread PMario
On Aug 30, 10:46 pm, Jen jenfi...@filerins.com wrote:
 I have tried putting something like var tags = prompt(Please enter
 tag text, ); in a couple different ways with the below code, but it
 has no effect.  I even went so far as to change Please enter
 contact's name to Please type in contact's name but it had no
 effect on the prompt either. Assuming what I want to do is possible,
 am I doing something wrong or am I missing something?

    var title = prompt(Please enter contact's name, );
    if( (title == null) || (title == ) ){
       return;
    }//if

very close:
=
var tags = prompt(Please enter tag text, );
if( (tags == null) || (tags == ) ){
  tags = config.macros.twab.importTags;  // default tag AddressBook
}
else {
  tags = config.macros.twab.importTags + ' ' + tags;
}

store.saveTiddler( title, title,
  tiddler ContactsFormTemplatedata{}/data,
  config.options.txtUserName, new Date(), tags );
==

look at the last parameter of store.saveTiddler(..,tags)

Not tested. Hope it helps.

-m

-- 
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: How to access tiddlerdataplugin data from another tiddler without FET

2010-08-30 Thread PMario
I really love the power of the tw syntax.
-m

On Aug 30, 11:54 pm, Måns humam...@gmail.com wrote:
 Hi again

 Combining pMario's solution nr3 and Frd's transclusion:
 (requires inlineJavascriptPlugin)
 [[DisplayDataEntry]]
 script
         return '$1: ' + DataTiddler.getData('$2','$3','$4');
 /script

 In another tiddler write:
 tiddler 'DisplayDataEntry'
 with:descriptionTestDataTiddlerPlugindescrfallbacktext

 Regards Måns Mårtensson

 On 30 Aug., 23:16, PMario pmari...@gmail.com wrote:

  On Aug 23, 6:58 pm, Dave Gifford 
  -http://www.giffmex.org/;giff...@gmail.com wrote:
   Hi guys

   I am sure this is simple, but, if I wanted a 'display' tiddler that
   accessed the data from a form field or drop down list in a data entry
   tiddler, what would I do?

  A(3) possible solution [1] may look simple. But the way, to reach it,
  isn't. (look at the 27 revisions)

   I am guessing something like tiddler 'dataentrythingy'
   'tiddler.data(nameofformfield)'

  It would be easier if you'd provide a data set and the result that you
  want.
  eg: data/data
  result:  how it should look like.

  With the tiddler .. info I only can guess, how the result should
  look like. that's why there are 3 guesses.

  1: the data section is part of the containing tiddler:
  tiddler {{tiddler.title + '##echo'}} with:
  {{DataTiddler.getData(tiddler.title, 'month')}}

  2: the data section is inside 'TestDataTiddlerPlugin' - could be
  any name different to containing tiddler.
  tiddler {{tiddler.title + '##echo'}} with:
  {{DataTiddler.getData('TestDataTiddlerPlugin', 'amount')}}

  3: if you use InlineJavaScriptPlugin
  script
          return 'description: ' + 
  DataTiddler.getData('TestDataTiddlerPlugin',
  'descr');
  /script

   How would I write something like that correctly?

   Dave

  hope one of them helps.

  have fun!
  mario

  have fun at q:)
  [1]http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#TestDataTid...

  function descriptions:
  [2]http://tiddlywiki.abego-software.de/#DataTiddlerPlugin



-- 
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: Removing the Search button with the YourSearch plugin

2010-08-30 Thread Måns
Hi Eli
Removing the Search button 
 I found a few suggestions but they do not work if the YourSearch
 plugin. Can anyone recommend a solution?
Do you want to remove the text search in front of a searchfield?
Macro search results in text: search and a searchfield..
If you simply want to remove the text search you can create a
tiddler (zzConfigOptions) and tag it with systemConfig.
Write:
config.macros.search.label=;
Save and reload.

It works with YourSearchPlugin as well.

Regards Måns Mårtensson

-- 
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: Eric's Bookmark technique not compliant with TW 2.6.1 ?

2010-08-30 Thread Måns
Hi Michael
 I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
 2.6.1 the bookmark tagged tiggler shows only the slice data

 /%
 |Name|docstoc.com|
 |URL|http://www.docstoc.com/|
 |Description|Find and share documents|
 |Author||
 %/
I noticed the same thing. Somehow the here-thing has ceased to work
- however here's my workaround:
Create a new tiddler
[[WikiFyBookmark]] write:
wikify {{big{[[%0|%1]]}}}br $1::Description $1::URL/%
!iframe
wikify [[htmliframe src=%0 height=500 width=100%
style=background:#fff/iframe/html]] $1::URL
!end %/

Now you'll just have to change two lines in the custom viewtemplate to
make it work:
In BookmarkViewTemplate, change the line:
div class='floatleft' macro='wikify {{big{[[%0|%1]]}}}br
here::Description here::URL'/div
to:
div class='floatleft' macro='tiddler WikiFyBookmark with:
{{tiddler.title}}'/div

and the second last line:
div class='tagClear'
macro='wikify [[htmliframe src=%0 height=500 width=100%
style=background:#fff/iframe/html]] here::URL'
/div
to:
div class='tagClear'
macro='tiddler WikiFyBookmark##iframe with:{{tiddler.title}}'
/div

Now it should work again.

Regards Måns Mårtensson

-- 
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: Eric's Bookmark technique not compliant with TW 2.6.1 ?

2010-08-30 Thread Måns
Hi Michael
 I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
 2.6.1 the bookmark tagged tiggler shows only the slice data

 /%
 |Name|docstoc.com|
 |URL|http://www.docstoc.com/|
 |Description|Find and share documents|
 |Author||
 %/
I noticed the same thing. Somehow the here-thing has ceased to work
- however here's my workaround:
Create a new tiddler
[[WikiFyBookmark]] write:
wikify {{big{[[%0|%1]]}}}br $1::Description $1::URL/%
!iframe
wikify [[htmliframe src=%0 height=500 width=100%
style=background:#fff/iframe/html]] $1::URL
!end %/

Now you'll just have to change two lines in the custom viewtemplate to
make it work:
In BookmarkViewTemplate, change the line:
div class='floatleft' macro='wikify {{big{[[%0|%1]]}}}br
here::Description here::URL'/div
to:
div class='floatleft' macro='tiddler WikiFyBookmark with:
{{tiddler.title}}'/div

and the second last line:
div class='tagClear'
macro='wikify [[htmliframe src=%0 height=500 width=100%
style=background:#fff/iframe/html]] here::URL'
/div
to:
div class='tagClear'
macro='tiddler WikiFyBookmark##iframe with:{{tiddler.title}}'
/div

Now it should work again.

Regards Måns Mårtensson


On 30 Aug., 22:16, Michael.Tarnowski emt...@gmx.de wrote:
 Hi community - especially Eric,

 with WikifyPlugin, TaggedTemplateTweak, and BookmarkViewTemplate Eric
 introduced a nice technique to display external web sites tagged as
 bookmark in a TW.

 I imported these tiddlers in both, a vanilla TW2.5.3 and 2.6.1 - in
 2.6.1 the bookmark tagged tiggler shows only the slice data

 /%
 |Name|docstoc.com|
 |URL|http://www.docstoc.com/|
 |Description|Find and share documents|
 |Author||
 %/

 but not the external web sitewww.docstoc.com.

 Cheers Michael

-- 
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] EditSectionPlugin does not create sections, where there aren't any already?!

2010-08-30 Thread Anthony Muscio
Re your first question;
I use comment plugin to paste sections into the tiddler body and then append
to these with additional comments and provide an edit section if I want to
edit it.

editSection To Do  To Do

where
!To Do
/%todo%/

Has been placed in the tiddler using;

With  div class='viewer' macro='tiddler CreateTaskSections
javascript:;'/div
used to display CreateTaskSections

!Create sections for this task
+++^40em^[Simple Task]...
moveablePanelCreate a Simple Task
comment here  simpleTask /%top%/\n!Task
Details/%comment%/\n/%bottom%/
===
+++^40em^[Standard Task]...
moveablePanelCreate Standard Task Sections To Do, Activity and Result,
also - Create Top/Bottom and Center (Hidden comment) Sections
comment here  standardTask /%top%/\n!To
Do\n/%todo%/\n!Activity\n/%activity%/\n!Result/%result%/\n/%comment%/\n/%bottom%/
===
+++^40em^[Big Task]...
moveablePanelCreate Standard Task Sections and include Background and
Research
comment here  bigTask /%top%/\n!To
Do\n/%todo%/\n!Background\n/%background%/\n!Research\n/%research%/\n!Activity\n/%activity%/\n!Result/%result%/\n/%comment%/\n/%bottom%/
===
+++^40em^[Initialise for FreeForm]...
moveablePanelCreate Top/Bottom and Center (Hidden comment) Sections
comment here  FreeFormSections /%top%/\n/%comment%/\n/%bottom%/\n
===

These buttons will disappear once one of the above are selected. You can use
Transform ''clearContent and sections'' to erase content

I need to think more about your second question but it suggests to me there
is a better way to do it. I abandoned using source tiddlers for new tiddler
templates and keep my tiddler content to a minimum, using the comment plugin
to insert only when needed.

Anthony Muscio
LaSourceProjects.org Open Source Sustainability Projects
LaSource.com.au http://www.LaSource.com.au Sustainable Products and
Business
SerendipityIdeas.com IT hints and Tips and Website hosting
Like personal Web 2.0 ? see www.tiddlywiki.com



On Mon, Aug 30, 2010 at 19:23, Måns humam...@gmail.com wrote:

 Hi TwWizards (Eric in particular)

 I'm trying to setup EditSectionsPlugin macros so I can create sections
 in tiddlers.
 The Plugininfo says:
 If the indicated tiddler and/or section does not yet exist, it will
 be created when you press 'save'.
 However I've tried this in empty tiddlers and in tiddlers where text
 already exists - and it doesn't seem to work..
 If I create sections with an empty line, corresponding to the
 macrocalls i.e.
 editSection TiddlerName##sectionname label tooltip it works -
 !sectionname

 !end

 If I omit the empty line it doesn't...

 If it isn't possible - I need a way to enter a template of sections
 into multiple tiddlers textfield at once (200 tids)
 I tried to figure it out with the CreateTiddlersFromCSV transclusion,
 however I could not figure out how to create textfields with sections
 and linebreaks...
 http://www.tiddlytools.com/#EditSectionPlugin

 Regards Måns Mårtensson

 --
 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.comtiddlywiki%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/tiddlywiki?hl=en.



-- 
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] List of tags that are both (non-tagged and orphaned)

2010-08-30 Thread Zans Mihejevs
I need to make a list of tiddlers that both have no tags and are
orphaned (they are not linked to from any other Tiddler). I'm already
using the ForEachTiddler Plugin, but do not know enough Javascript to
write this script by myself. Could anyone please help?

-- 
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] ForEachTiddlerPlugin and orphaned tiddlers

2010-08-30 Thread Zans Mihejevs
I have several ForEachTiddler scripts that make some of my Tiddlers
display lists of other tiddlers. My problem is that even though these
scripts technically link to every tiddler in the list, those
tiddlers are still treated by Tiddlywiki as orphans and are
displayed in the orphans tab in my sidebar. Is there a way to make
Tiddlywiki to no longer treat these tiddlers as orphans?

-- 
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: Making an automatically updating list of links to a group of tiddlers

2010-08-30 Thread Zans Mihejevs
Thanks Tobias, the script is great. Your suggestion makes sense too, I
suppose it was a bit dangerous to filter by name in the first place.

On Aug 28, 8:24 pm, Tobias Beer beertob...@googlemail.com wrote:
 HiZans,

 I think your solution would be much cleaner and unambiguous if instead
 of name-searching you would use tagging.

 Just tag your notes with Tag_Category_A, Tag_Category_B, etc... then
 use the tagging macro in your notes-overview to list notes in each
 category, like so:

 !Notes in Tag_Category_A
 tagging Tag_Category_A

 !Notes in Tag_Category_B
 tagging Tag_Category_B

 Having your notes-categories tag to some overview tiddler called
 Notes you could automate this even one step further With
 InlineJavascriptPlugin and the list-macro:

 script
 var c,cats=store.getTaggedTiddlers(Notes),out='';
 for(c=0;ccats.length;c++){
   out+='!Notes in '+
            cats[c].title+
            '\nlist filter [tag['+
            cats[c].title+
            ']][sort[-created]]\n';}

 return out;
 /script

 You could as well script a search for Notes in the title of all
 tiddlers, but again, I would avoid such ambiguous undertakings.

 Cheers, Tobias.

-- 
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: ASciencePad

2010-08-30 Thread Chris
On Aug 30, 6:09 am, PMario pmari...@gmail.com wrote:
 Hi,http://bob.mcelrath.org/tiddlyjsmath.htmlmay be of interest.
 -m

I tried that but I could not get to work right for me. Even using
modifications that did away with the Ajax call.

-- 
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: ASciencePad

2010-08-30 Thread Chris
I had that thought, but the site has not been updated since '06 . . .
there is possibility that email if not non-existent is no longer
active.

On Aug 30, 5:21 am, Tobias Beer beertob...@googlemail.com wrote:
 Hi Chris,

 Looks to me like for now you're to use this TiddlyWiki flavour as
 is...though it would surely be nice to see...
 * it work as a plugin
 * a list of all the required bits and pieces under the hood
 * it work as a TiddlyWiki 2.6

 As the author suggests on his site [1], you could send him feedback
 via email and therefore possibly ask him whether he is so inclined to
 provde you with any of the above.

 Tobias.

 [1]http://math.chapman.edu/~jipsen/asciencepad/asciencepad.html#ASciencePad

-- 
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] Question on macro usage / slices

2010-08-30 Thread stilldodge
Tiddler1
testvar: 2000
testvar2: 10

-
Tiddler2

{{{
print tiddler Tiddler1:testvar * tiddler Tiddler1:testvar2
}}}

-
Tiddler3

print tiddler Tiddler1:testvar * tiddler Tiddler1:testvar2
-

Tiddler3 works as expected, Tiddler2 does not, slices don't get
processed.  I am trying to plug dynamic information into code
examples.  The code examples are complex enough to warrant {{{ }}} in
order to present well. Looked high and low but I could only find
static examples

Is this possible?

-- 
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: Question on macro usage / slices

2010-08-30 Thread Eric Shulman
 The code examples are complex enough to warrant {{{ }}} in
 order to present well.

You can't create a PRE/CODE block using the TW {{{...}}} syntax AND
also have the content within that block wikified.

However, you CAN wrap wikified content within a custom CSS wrapper,
{{classname{...}}} and then define that classname in [[StyleSheet]] to
provide the desired formatting, making sure to include white-
space:pre; as one of the CSS attributes, like this:

.codeExample {
   white-space:pre;
   border:1px solid [[ColorPalette::SecondaryLight]];
   background:[[ColorPalette::SecondaryPale]];
}

Then, use it in with your content, like this:

{{codeExample{
print tiddler Tiddler1::testvar * tiddler
Tiddler1::testvar2
}}}

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.